Home
last modified time | relevance | path

Searched refs:EndCapType (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DpatchTableFactory.h55 enum EndCapType { enum
85 EndCapType GetEndCapType() const { return (EndCapType)endCapType; } in GetEndCapType()
88 void SetEndCapType(EndCapType e) { endCapType = e; } in SetEndCapType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/tools/
H A Dverifyinput.cxx467 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()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/tools/
H A Dverifyinput.cxx473 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()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/workben/
H A Dcanvasdemo.cxx256 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawHilbert()
311 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawEllipses()
411 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawCurves()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/workben/
H A Dcanvasdemo.cxx260 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawHilbert()
315 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawEllipses()
416 aStrokeAttrs.EndCapType = rendering::PathCapType::BUTT; in drawCurves()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/tools/
H A Demfpcustomlinecap.cxx49 aAttributes.EndCapType = EMFPPen::lcl_convertStrokeCap(strokeEndCap); in SetAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/tools/
H A Demfpcustomlinecap.cxx49 aAttributes.EndCapType = EMFPPen::lcl_convertStrokeCap(strokeEndCap); in SetAttributes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/qa/cppunit/
H A Dcanvastest.cxx128 strokeAttributes.EndCapType = rendering::PathCapType::ROUND; in testTdf134053()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/rendering/
H A DStrokeAttributes.idl110 byte EndCapType;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/rendering/
H A DStrokeAttributes.idl110 byte EndCapType;
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/regression/far_perf/
H A Dfar_perf.cpp60 Far::PatchTableFactory::Options::EndCapType endCapType;
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx114 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()
H A Dtextaction.cxx1767 aStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in operator ()()
1846 aStrokeAttributes.EndCapType = rendering::PathCapType::BUTT;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx113 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()
H A Dtextaction.cxx1767 aStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in operator ()()
1846 aStrokeAttributes.EndCapType = rendering::PathCapType::BUTT;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_canvashelper.cxx372 gdiCapFromCap(strokeAttributes.EndCapType), in strokePolyPolygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_canvashelper.cxx395 gdiLineCapFromCap(strokeAttributes.EndCapType), in strokePolyPolygon()