Home
last modified time | relevance | path

Searched refs:bFill (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp847 bool bFill = false; in ProcessText() local
856 bFill = true; in ProcessText()
863 bFill = true; in ProcessText()
867 bFill = true; in ProcessText()
893 if (bFill) { in ProcessText()
907 &text_matrix, bFill, bStroke); in ProcessText()
923 if (bStroke && bFill) { in ProcessText()
1122 bool bFill, in DrawTextPathWithPattern() argument
1165 path.set_filltype(bFill ? FXFILL_WINDING : 0); in DrawTextPathWithPattern()
Dcpdf_renderstatus.h165 bool bFill,