Home
last modified time | relevance | path

Searched refs:m_FillType (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_path.cpp16 m_FillType = pSrcObj->m_FillType; in CopyData()
Dfpdf_page_parser.cpp1474 pPathObj->m_FillType = FillType; in AddPathObject()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h504 int m_FillType; variable
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp738 path.m_FillType = FXFILL_WINDING; in DrawTextPathWithPattern()
780 path.m_FillType = bFill ? FXFILL_WINDING : 0; in DrawTextPathWithPattern()
Dfpdf_render.cpp492 int FillType = pPathObj->m_FillType; in ProcessPath()
711 int fill_mode = pPathObj->m_FillType; in SelectClipPath()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp426 pPathObj->m_FillType = FXFILL_ALTERNATE; in AddRectToPageObjects()