Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h139 bool bFill,
Dcpdf_renderstatus.cpp1740 bool bFill = false; in ProcessText() local
1749 bFill = true; in ProcessText()
1756 bFill = true; in ProcessText()
1760 bFill = true; in ProcessText()
1782 if (bFill) { in ProcessText()
1796 &text_matrix, bFill, bStroke); in ProcessText()
1813 if (bStroke && bFill) { in ProcessText()
2015 bool bFill, in DrawTextPathWithPattern() argument
2062 path.m_FillType = bFill ? FXFILL_WINDING : 0; in DrawTextPathWithPattern()