#include <bfxpixop.h>
Inheritance diagram for BfxThresholdPixelOpPseudo:
Protected Member Functions | |
virtual BOOL | IsPixelReallyInRegion (INT32 x, INT32 y) |
To be overriden by derived classes. | |
Private Member Functions | |
CC_DECLARE_DYNCREATE (BfxThresholdPixelOpPseudo) |
Definition at line 486 of file bfxpixop.h.
|
|
|
To be overriden by derived classes.
Reimplemented from BfxPixelOp. Definition at line 991 of file bfxpixop.cpp. 00992 { 00993 // DWORD Pixel = (x+y*WidthRounded)>>XShift; 00994 // DWORD shift = x & XMask; 00995 return __bfx_pseudopixel(pB,x,y) != __bfx_pseudopixel(pT,x,y); 00996 }
|