Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_render.cpp207 FX_BOOL bClip = ApplyClip(pTextSet, hText, hState); in RenderText() local
210 if (bClip) { in RenderText()
223 FX_BOOL bClip = ApplyClip(pPathSet, hPath, hState); in RenderPath() local
238 if (bClip) { in RenderPath()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp204 FX_BOOL bFill = FALSE, bStroke = FALSE, bClip = FALSE; in ProcessText() local
206 bClip = TRUE; in ProcessText()
265 if (bClip || bStroke) { in ProcessText()
/external/pdfium/core/include/fxge/
Dfx_dib.h476 FX_BOOL bClip,
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4200 FX_BOOL bClip, in Init() argument
4242 (bClip ? 8 : 0) + (src_format & 0x0400 ? 16 : 0) + in Init()