Searched refs:bStroke (Results 1 – 4 of 4) sorted by relevance
110 bool bStroke);114 bool bStroke);126 bool bStroke);140 bool* bStroke);144 bool bStroke);147 bool bStroke);150 bool bStroke);166 bool bStroke);
410 bool bStroke = pPathObj->stroke(); in ProcessPath() local411 ProcessPathPattern(pPathObj, mtObj2Device, &FillType, &bStroke); in ProcessPath()412 if (FillType == 0 && !bStroke) in ProcessPath()416 uint32_t stroke_argb = bStroke ? GetStrokeArgb(pPathObj) : 0; in ProcessPath()427 if (bStroke) in ProcessPath()567 bool bStroke) { in ClipPattern() argument569 return SelectClipPath(pPageObj->AsPath(), mtObj2Device, bStroke); in ClipPattern()579 bool bStroke) { in SelectClipPath() argument581 if (bStroke) { in SelectClipPath()808 bool bStroke) { in CloneObjStates() argument[all …]
110 void AddPathObject(int FillType, bool bStroke);
1447 void CPDF_StreamContentParser::AddPathObject(int FillType, bool bStroke) { in AddPathObject() argument1473 if (bStroke || FillType) { in AddPathObject()1476 pPathObj->set_stroke(bStroke); in AddPathObject()