Home
last modified time | relevance | path

Searched defs:SetFillColor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_colorstate.cpp76 void CPDF_ColorState::SetFillColor(RetainPtr<CPDF_ColorSpace> colorspace, in SetFillColor() function in CPDF_ColorState
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.h58 void SetFillColor(FX_ARGB color) { m_T3FillColor = color; } in SetFillColor() function
/aosp_15_r20/external/pdfium/xfa/fgas/graphics/
H A Dcfgas_gegraphics.cpp167 void CFGAS_GEGraphics::SetFillColor(const CFGAS_GEColor& color) { in SetFillColor() function in CFGAS_GEGraphics