Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h132 bool bFill,
Dcpdf_renderstatus.cpp1703 bool bFill = false; in ProcessText() local
1712 bFill = true; in ProcessText()
1719 bFill = true; in ProcessText()
1723 bFill = true; in ProcessText()
1745 if (bFill) { in ProcessText()
1759 &text_matrix, bFill, bStroke); in ProcessText()
1776 if (bStroke && bFill) { in ProcessText()
1973 bool bFill, in DrawTextPathWithPattern() argument
2020 path.m_FillType = bFill ? FXFILL_WINDING : 0; in DrawTextPathWithPattern()