Searched refs:EndCapType (Results 1 – 17 of 17) sorted by relevance
55 enum EndCapType { enum85 EndCapType GetEndCapType() const { return (EndCapType)endCapType; } in GetEndCapType()88 void SetEndCapType(EndCapType e) { endCapType = e; } in SetEndCapType()
467 if( strokeAttributes.EndCapType < rendering::PathCapType::BUTT || in verifyInput()468 strokeAttributes.EndCapType > rendering::PathCapType::SQUARE ) in verifyInput()474 OUString::number(sal::static_int_cast<sal_Int32>(strokeAttributes.EndCapType)) + in verifyInput()
473 if( strokeAttributes.EndCapType < rendering::PathCapType::BUTT || in verifyInput()474 strokeAttributes.EndCapType > rendering::PathCapType::SQUARE ) in verifyInput()480 OUString::number(sal::static_int_cast<sal_Int32>(strokeAttributes.EndCapType)) + in verifyInput()
256 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawHilbert()311 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawEllipses()411 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawCurves()
260 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawHilbert()315 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawEllipses()416 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawCurves()
49 aAttributes.EndCapType = EMFPPen::lcl_convertStrokeCap(strokeEndCap); in SetAttributes()
128 strokeAttributes.EndCapType = rendering::PathCapType::ROUND; in testTdf134053()
110 byte EndCapType;
60 Far::PatchTableFactory::Options::EndCapType endCapType;
114 o_rStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in setupStrokeAttributes()137 o_rStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in setupStrokeAttributes()143 o_rStrokeAttributes.EndCapType = rendering::PathCapType::ROUND; in setupStrokeAttributes()149 o_rStrokeAttributes.EndCapType = rendering::PathCapType::SQUARE; in setupStrokeAttributes()
1767 aStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in operator ()()1846 aStrokeAttributes.EndCapType = rendering::PathCapType::BUTT;
113 o_rStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in setupStrokeAttributes()136 o_rStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in setupStrokeAttributes()142 o_rStrokeAttributes.EndCapType = rendering::PathCapType::ROUND; in setupStrokeAttributes()148 o_rStrokeAttributes.EndCapType = rendering::PathCapType::SQUARE; in setupStrokeAttributes()
372 gdiCapFromCap(strokeAttributes.EndCapType), in strokePolyPolygon()
395 gdiLineCapFromCap(strokeAttributes.EndCapType), in strokePolyPolygon()