Home
last modified time | relevance | path

Searched refs:filltype (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_pathobject.h42 int filltype() const { return m_FillType; } in filltype() function
43 void set_filltype(int filltype) { m_FillType = filltype; } in set_filltype() argument
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h139 int* filltype,
Dcpdf_renderstatus.cpp409 int FillType = pPathObj->filltype(); in ProcessPath()
588 int fill_mode = pPathObj->filltype(); in SelectClipPath()
1422 int* filltype, in ProcessPathPattern() argument
1424 ASSERT(filltype); in ProcessPathPattern()
1427 if (*filltype) { in ProcessPathPattern()
1431 *filltype = 0; in ProcessPathPattern()