Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_path.cpp15 m_FillType = pSrcObj->m_FillType; in CopyData()
Dfpdf_page_parser.cpp1533 pPathObj->m_FillType = FillType; in AddPathObject()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp695 path.m_FillType = FXFILL_WINDING; in DrawTextPathWithPattern()
734 path.m_FillType = bFill ? FXFILL_WINDING : 0; in DrawTextPathWithPattern()
Dfpdf_render.cpp503 int FillType = pPathObj->m_FillType; in ProcessPath()
711 int fill_mode = pPathObj->m_FillType; in SelectClipPath()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h631 int m_FillType; variable
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp334 pPathObject->m_FillType = 0; in GetBorder()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp412 pPathObj->m_FillType = FXFILL_ALTERNATE; in AddRectToPageObjects()