Searched refs:GetStrokeColor (Results 1 – 6 of 6) sorted by relevance
58 const CPDF_Color* CPDF_ColorState::GetStrokeColor() const { in GetStrokeColor() function in CPDF_ColorState68 const CPDF_Color* pColor = GetStrokeColor(); in HasStrokeColor()
37 const CPDF_Color* GetStrokeColor() const;
49 static inline void GetStrokeColor(const DrawInfo *draw_info,const ssize_t x, in GetStrokeColor() function
4936 GetStrokeColor(draw_info,x-start_x,y-start_y,&stroke_color,exception); in DrawPolygonPrimitive()
274 if (GetColor(pPageObj->m_ColorState.GetStrokeColor(), strokeColor)) { in ProcessGraphics()
971 return !pColorState->HasRef() || pColorState->GetStrokeColor()->IsNull(); in MissingStrokeColor()1057 pParentState->m_InitialStates.m_ColorState.GetStrokeColor()); in Initialize()1709 ? pSrcStates->m_ColorState.GetStrokeColor() in CloneObjStates()1776 if (textobj->m_ColorState.GetStrokeColor()->IsPattern()) { in ProcessText()2427 const CPDF_Color& StrokeColor = *pPathObj->m_ColorState.GetStrokeColor(); in ProcessPathPattern()