Home
last modified time | relevance | path

Searched refs:IsPattern (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_color.cpp22 bool CPDF_Color::IsPattern() const { in IsPattern() function in CPDF_Color
81 if (!IsPattern()) { in SetValue()
Dcpdf_color.h21 bool IsPattern() const;
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp108 if (pColor && pColor->IsPattern()) { in StartRenderDIBSource()
Dcpdf_renderstatus.cpp1739 if (textobj->m_ColorState.GetStrokeColor()->IsPattern()) { in ProcessText()
1746 if (textobj->m_ColorState.GetFillColor()->IsPattern()) { in ProcessText()
2382 if (FillColor.IsPattern()) { in ProcessPathPattern()
2389 if (StrokeColor.IsPattern()) { in ProcessPathPattern()