Searched refs:GetStrokeColor (Results 1 – 7 of 7) sorted by relevance
59 const CPDF_Color* CPDF_ColorState::GetStrokeColor() const { in GetStrokeColor() function in CPDF_ColorState69 const CPDF_Color* pColor = GetStrokeColor(); in HasStrokeColor()
41 const CPDF_Color* GetStrokeColor() const;
49 static inline void GetStrokeColor(const DrawInfo *draw_info,const ssize_t x, in GetStrokeColor() function
5098 GetStrokeColor(draw_info,x-start_x,y-start_y,&stroke_color,exception); in DrawPolygonPrimitive()
136 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()
411 if (GetColor(pPageObj->m_ColorState.GetStrokeColor(), strokeColor)) { in ProcessGraphics()
1435 TEST_F(FPDFTextEmbedderTest, GetStrokeColor) { in TEST_F() argument