Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_color.cpp21 bool CPDF_Color::IsPattern() const { in IsPattern() function in CPDF_Color
94 if (!IsPattern()) { in SetValue()
Dcpdf_color.h21 bool IsPattern() const;
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp101 if (pColor && pColor->IsPattern()) { in StartRenderDIBSource()
Dcpdf_renderstatus.cpp1776 if (textobj->m_ColorState.GetStrokeColor()->IsPattern()) { in ProcessText()
1783 if (textobj->m_ColorState.GetFillColor()->IsPattern()) { in ProcessText()
2421 if (FillColor.IsPattern()) { in ProcessPathPattern()
2428 if (StrokeColor.IsPattern()) { in ProcessPathPattern()