Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_color.cpp28 bool CPDF_Color::IsPattern() const { in IsPattern() function in CPDF_Color
57 if (!IsPattern()) { in SetValueForPattern()
132 DCHECK(IsPattern()); in GetPattern()
Dcpdf_color.h35 bool IsPattern() const;
Dcpdf_colorstate.cpp127 if (!color.IsPattern()) { in SetColor()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp843 if (textobj->color_state().GetStrokeColor()->IsPattern()) { in ProcessText()
850 if (textobj->color_state().GetFillColor()->IsPattern()) { in ProcessText()
1216 if (FillColor.IsPattern()) { in ProcessPathPattern()
1223 if (StrokeColor.IsPattern()) { in ProcessPathPattern()
Dcpdf_imagerenderer.cpp110 if (pColor && pColor->IsPattern()) { in StartRenderDIBBase()