Searched refs:bClip (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 201 FX_BOOL bFill = FALSE, bStroke = FALSE, bClip = FALSE; in ProcessText() local 203 bClip = TRUE; in ProcessText() 259 if (bClip || bStroke) { in ProcessText()
|
/external/pdfium/core/include/fxge/ |
D | fx_dib.h | 419 …FX_DWORD mask_color, int blend_type, FX_BOOL bClip, FX_BOOL bRgbByteOrder = FALSE, int alpha_flag …
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 3731 …FX_DWORD mask_color, int blend_type, FX_BOOL bClip, FX_BOOL bRgbByteOrder, int alpha_flag, void* p… in Init() argument 3771 + (bClip ? 8 : 0) in Init()
|