Home
last modified time | relevance | path

Searched refs:DashOp (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/
H A DGrTest.cpp153 DRAW_OP_TEST_EXTERN(DashOp);
180 DRAW_OP_TEST_ENTRY(DashOp), in GrDrawRandomOp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/
H A DGrTest.cpp156 DRAW_OP_TEST_EXTERN(DashOp);
183 DRAW_OP_TEST_ENTRY(DashOp), in GrDrawRandomOp()
/dports/devel/upp/upp/uppsrc/Painter/
H A DContext.cpp84 void BufferPainter::DashOp(const String& dash, double start) in DashOp() function in Upp::BufferPainter
106 void BufferPainter::DashOp(const Vector<double>& dash, double start) in DashOp() function in Upp::BufferPainter
H A DPainter.hpp194 DashOp(dash1, start); in Dash()
197 DashOp(dash, start); in Dash()
203 DashOp(dash, start); in Dash()
H A DPainter.cpp193 void Painter::DashOp(const String& dash, double start) in DashOp() function in Upp::Painter
196 DashOp(h, start); in DashOp()
347 void NilPainter::DashOp(const Vector<double>& dash, double start) {} in DashOp() function in Upp::NilPainter
H A DBufferPainter.h94 virtual void DashOp(const String& dash, double start);
95 virtual void DashOp(const Vector<double>& dash, double start);
H A DPainting.h132 virtual void DashOp(const Vector<double>& dash, double start);
H A DPainter.h165 virtual void DashOp(const Vector<double>& dash, double start = 0) = 0;
166 virtual void DashOp(const String& dash, double start = 0);
450 virtual void DashOp(const Vector<double>& dash, double start);
H A DPainting.cpp278 void PaintingPainter::DashOp(const Vector<double>& dash, double start) in DashOp() function in Upp::PaintingPainter
H A DPaintPainting.cpp255 DashOp(dash, r); in Paint()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrDashOp.cpp197 class DashOp final : public GrMeshDrawOp { class
220 return pool->allocate<DashOp>(std::move(paint), geometry, cap, in Make()
279 DashOp(GrPaint&& paint, const LineData& geometry, SkPaint::Cap cap, AAMode aaMode, in DashOp() function in DashOp
638 DashOp* that = t->cast<DashOp>(); in onCombineIfPossible()
703 DashOp::LineData lineData; in MakeDashLineOp()
746 return DashOp::Make(context, std::move(paint), lineData, cap, aaMode, fullDash, in MakeDashLineOp()
1205 GR_DRAW_OP_TEST_DEFINE(DashOp) { in GR_DRAW_OP_TEST_DEFINE() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ops/
H A DGrDashOp.cpp200 class DashOp final : public GrMeshDrawOp { class
223 return pool->allocate<DashOp>(std::move(paint), geometry, cap, in Make()
281 DashOp(GrPaint&& paint, const LineData& geometry, SkPaint::Cap cap, AAMode aaMode, in DashOp() function in DashOp
676 DashOp* that = t->cast<DashOp>(); in onCombineIfPossible()
744 DashOp::LineData lineData; in MakeDashLineOp()
787 return DashOp::Make(context, std::move(paint), lineData, cap, aaMode, fullDash, in MakeDashLineOp()
1255 GR_DRAW_OP_TEST_DEFINE(DashOp) { in GR_DRAW_OP_TEST_DEFINE() argument
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ops/
H A DGrDashOp.cpp197 class DashOp final : public GrMeshDrawOp { class
220 return pool->allocate<DashOp>(std::move(paint), geometry, cap, in Make()
279 DashOp(GrPaint&& paint, const LineData& geometry, SkPaint::Cap cap, AAMode aaMode, in DashOp() function in DashOp
638 DashOp* that = t->cast<DashOp>(); in onCombineIfPossible()
703 DashOp::LineData lineData; in MakeDashLineOp()
746 return DashOp::Make(context, std::move(paint), lineData, cap, aaMode, fullDash, in MakeDashLineOp()
1205 GR_DRAW_OP_TEST_DEFINE(DashOp) { in GR_DRAW_OP_TEST_DEFINE() argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrDashOp.cpp197 class DashOp final : public GrMeshDrawOp { class
220 return pool->allocate<DashOp>(std::move(paint), geometry, cap, in Make()
279 DashOp(GrPaint&& paint, const LineData& geometry, SkPaint::Cap cap, AAMode aaMode, in DashOp() function in DashOp
638 DashOp* that = t->cast<DashOp>(); in onCombineIfPossible()
703 DashOp::LineData lineData; in MakeDashLineOp()
746 return DashOp::Make(context, std::move(paint), lineData, cap, aaMode, fullDash, in MakeDashLineOp()
1205 GR_DRAW_OP_TEST_DEFINE(DashOp) { in GR_DRAW_OP_TEST_DEFINE() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrDashOp.cpp210 class DashOp final : public GrMeshDrawOp { class
231 return GrOp::Make<DashOp>(context, std::move(paint), geometry, cap, in Make()
270 DashOp(GrPaint&& paint, const LineData& geometry, SkPaint::Cap cap, AAMode aaMode, in DashOp() function in DashOp
667 DashOp* that = t->cast<DashOp>(); in onCombineIfPossible()
753 DashOp::LineData lineData; in MakeDashLineOp()
795 return DashOp::Make(context, std::move(paint), lineData, cap, aaMode, fullDash, in MakeDashLineOp()
1262 GR_DRAW_OP_TEST_DEFINE(DashOp) { in GR_DRAW_OP_TEST_DEFINE() argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrDashOp.cpp197 class DashOp final : public GrMeshDrawOp { class
220 return pool->allocate<DashOp>(std::move(paint), geometry, cap, in Make()
279 DashOp(GrPaint&& paint, const LineData& geometry, SkPaint::Cap cap, AAMode aaMode, in DashOp() function in DashOp
638 DashOp* that = t->cast<DashOp>(); in onCombineIfPossible()
703 DashOp::LineData lineData; in MakeDashLineOp()
746 return DashOp::Make(context, std::move(paint), lineData, cap, aaMode, fullDash, in MakeDashLineOp()
1205 GR_DRAW_OP_TEST_DEFINE(DashOp) { in GR_DRAW_OP_TEST_DEFINE() argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrDashOp.cpp251 class DashOp final : public GrMeshDrawOp { class
270 new DashOp(std::move(paint), geometry, cap, aaMode, fullDash, stencilSettings)); in Make()
325 DashOp(GrPaint&& paint, const LineData& geometry, SkPaint::Cap cap, AAMode aaMode, in DashOp() function in DashOp
699 DashOp* that = t->cast<DashOp>(); in onCombineIfPossible()
771 DashOp::LineData lineData; in MakeDashLineOp()
810 return DashOp::Make(std::move(paint), lineData, cap, aaMode, fullDash, stencilSettings); in MakeDashLineOp()
1269 GR_DRAW_OP_TEST_DEFINE(DashOp) { in GR_DRAW_OP_TEST_DEFINE() argument
/dports/devel/upp/upp/uppsrc/GLDraw/
H A DPainterGL.cpp70 void DrawGL::DashOp(const Vector<double>& dash_, double start) in DashOp() function in Upp::DrawGL
H A DGLPainter.h237 virtual void DashOp(const Vector<double>& dash, double start);