HomeSort by relevance Sort by last modified time
    Searched refs:bFill (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 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);
260 if (bFill) {
283 if (bStroke && bFill) {
    [all...]
render_int.h 142 const CFX_AffineMatrix* pTextMatrix, FX_BOOL bFill, FX_BOOL bStroke);

Completed in 46 milliseconds