Home | History | Annotate | Download | only in dib

Lines Matching refs:CFX_ClipRgn

4123                                       int blend_type, const CFX_ClipRgn* pClipRgn, FX_BOOL bRgbByteOrder, void* pIccTransform)

4140 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) {
4141 ASSERT(pClipRgn->GetType() == CFX_ClipRgn::MaskF);
4181 int blend_type, const CFX_ClipRgn* pClipRgn, FX_BOOL bRgbByteOrder, int alpha_flag, void* pIccTransform)
4201 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) {
4202 ASSERT(pClipRgn->GetType() == CFX_ClipRgn::MaskF);
4441 void CFX_BitmapComposer::Compose(CFX_DIBitmap* pDest, const CFX_ClipRgn* pClipRgn, int bitmap_alpha,
4455 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) {