Searched refs:bStroke (Results 1 – 5 of 5) sorted by relevance
91 bool& bStroke);95 bool bStroke);99 bool bStroke);103 bool bStroke);106 bool bStroke);133 bool bStroke);146 bool bStroke);
1268 bool bStroke = pPathObj->m_bStroke; in ProcessPath() local1269 ProcessPathPattern(pPathObj, pObj2Device, FillType, bStroke); in ProcessPath()1270 if (FillType == 0 && !bStroke) in ProcessPath()1274 uint32_t stroke_argb = bStroke ? GetStrokeArgb(pPathObj) : 0; in ProcessPath()1286 if (bStroke) in ProcessPath()1429 bool bStroke) { in SelectClipPath() argument1432 if (bStroke) { in SelectClipPath()1665 bool bStroke) { in CloneObjStates() argument1671 const CPDF_Color* pObjColor = bStroke in CloneObjStates()1676 bStroke ? pSrcStates->m_ColorState.GetStrokeRGB() in CloneObjStates()[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
99 void AddPathObject(int FillType, bool bStroke);
1476 void CPDF_StreamContentParser::AddPathObject(int FillType, bool bStroke) { in AddPathObject() argument1502 if (bStroke || FillType) { in AddPathObject()1504 pPathObj->m_bStroke = bStroke; in AddPathObject()