Home | History | Annotate | Download | only in fpdf_render

Lines Matching full:bfill

201     FX_BOOL bFill = FALSE, bStroke = FALSE, bClip = FALSE;
208 bFill = TRUE;
213 bFill = TRUE;
221 bFill = TRUE;
223 bFill = bStroke = TRUE;
230 bFill = TRUE;
242 if (bFill) {
256 DrawTextPathWithPattern(textobj, pObj2Device, pFont, font_size, &text_matrix, bFill, bStroke);
273 if (bStroke && bFill) {
688 const CFX_AffineMatrix* pTextMatrix, FX_BOOL bFill, FX_BOOL bStroke)
734 path.m_FillType = bFill ? FXFILL_WINDING : 0;