Home
last modified time | relevance | path

Searched refs:bClip (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp201 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/
Dfx_dib.h419 …FX_DWORD mask_color, int blend_type, FX_BOOL bClip, FX_BOOL bRgbByteOrder = FALSE, int alpha_flag …
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp3731 …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()