Home
last modified time | relevance | path

Searched refs:GetStrokeColor (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorstate.cpp59 const CPDF_Color* CPDF_ColorState::GetStrokeColor() const { in GetStrokeColor() function in CPDF_ColorState
69 const CPDF_Color* pColor = GetStrokeColor(); in HasStrokeColor()
Dcpdf_colorstate.h41 const CPDF_Color* GetStrokeColor() const;
/external/ImageMagick/MagickCore/
Ddraw-private.h49 static inline void GetStrokeColor(const DrawInfo *draw_info,const ssize_t x, in GetStrokeColor() function
Ddraw.c5098 GetStrokeColor(draw_info,x-start_x,y-start_y,&stroke_color,exception); in DrawPolygonPrimitive()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp136 return !pColorState->HasRef() || pColorState->GetStrokeColor()->IsNull(); in MissingStrokeColor()
190 *pParentStatus->m_InitialStates.m_ColorState.GetStrokeColor(); in Initialize()
815 ? pSrcStates->m_ColorState.GetStrokeColor() in CloneObjStates()
887 if (textobj->m_ColorState.GetStrokeColor()->IsPattern()) { in ProcessText()
1435 const CPDF_Color& StrokeColor = *pPathObj->m_ColorState.GetStrokeColor(); in ProcessPathPattern()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp411 if (GetColor(pPageObj->m_ColorState.GetStrokeColor(), strokeColor)) { in ProcessGraphics()
/external/pdfium/fpdfsdk/
Dfpdf_text_embeddertest.cpp1435 TEST_F(FPDFTextEmbedderTest, GetStrokeColor) { in TEST_F() argument