/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/ |
H A D | GrTest.cpp | 153 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 D | GrTest.cpp | 156 DRAW_OP_TEST_EXTERN(DashOp); 183 DRAW_OP_TEST_ENTRY(DashOp), in GrDrawRandomOp()
|
/dports/devel/upp/upp/uppsrc/Painter/ |
H A D | Context.cpp | 84 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 D | Painter.hpp | 194 DashOp(dash1, start); in Dash() 197 DashOp(dash, start); in Dash() 203 DashOp(dash, start); in Dash()
|
H A D | Painter.cpp | 193 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 D | BufferPainter.h | 94 virtual void DashOp(const String& dash, double start); 95 virtual void DashOp(const Vector<double>& dash, double start);
|
H A D | Painting.h | 132 virtual void DashOp(const Vector<double>& dash, double start);
|
H A D | Painter.h | 165 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 D | Painting.cpp | 278 void PaintingPainter::DashOp(const Vector<double>& dash, double start) in DashOp() function in Upp::PaintingPainter
|
H A D | PaintPainting.cpp | 255 DashOp(dash, r); in Paint()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ops/ |
H A D | GrDashOp.cpp | 197 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 D | GrDashOp.cpp | 200 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 D | GrDashOp.cpp | 197 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 D | GrDashOp.cpp | 197 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 D | GrDashOp.cpp | 210 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 D | GrDashOp.cpp | 197 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 D | GrDashOp.cpp | 251 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 D | PainterGL.cpp | 70 void DrawGL::DashOp(const Vector<double>& dash_, double start) in DashOp() function in Upp::DrawGL
|
H A D | GLPainter.h | 237 virtual void DashOp(const Vector<double>& dash, double start);
|