#include <bfxpixop.h>
Inheritance diagram for BfxPositivePixelOpPseudo:
Protected Member Functions | |
| virtual BOOL | IsPixelReallyInRegion (INT32 x, INT32 y) |
| To be overriden by derived classes. | |
Private Member Functions | |
| CC_DECLARE_DYNCREATE (BfxPositivePixelOpPseudo) | |
Definition at line 463 of file bfxpixop.h.
|
|
|
|
||||||||||||
|
To be overriden by derived classes.
Reimplemented from BfxPixelOp. Definition at line 931 of file bfxpixop.cpp. 00932 { 00933 // DWORD Pixel = (x+y*WidthRounded)>>XShift; 00934 // DWORD shift = x & XMask; 00935 DWORD tval=__bfx_pseudopixel(pT,x,y); 00936 return (__bfx_pseudopixel(pB,x,y) != tval) && (__bfx_pseudopixel(pA,x,y) == tval); 00937 }
|
1.4.4