/external/skia/src/core/ |
D | SkDraw.cpp | 51 SkDraw::SkDraw() {} in SkDraw() function in SkDraw 53 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const { in computeConservativeLocalClipBounds() 72 void SkDraw::drawPaint(const SkPaint& paint) const { in drawPaint() 337 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count, in drawPoints() 560 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint, in ComputeRectType() 595 static void draw_rect_as_path(const SkDraw& orig, const SkRect& prePaintRect, in draw_rect_as_path() 597 SkDraw draw(orig); in draw_rect_as_path() 605 void SkDraw::drawRect(const SkRect& prePaintRect, const SkPaint& paint, in drawRect() 701 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const { in drawDevMask() 765 void SkDraw::drawRRect(const SkRRect& rrect, const SkPaint& paint) const { in drawRRect() [all …]
|
D | SkDraw_text.cpp | 16 bool SkDraw::ShouldDrawTextAsPaths(const SkFont& font, const SkPaint& paint, in ShouldDrawTextAsPaths() 39 void SkDraw::paintMasks(SkSpan<const SkMask> masks, const SkPaint& paint) const { in paintMasks() 104 void SkDraw::paintPaths(SkSpan<const SkPathPos> pathsAndPositions, in paintPaths() 115 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList()
|
D | SkAutoBlitterChoose.h | 23 SkAutoBlitterChoose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint, 31 SkBlitter* choose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint,
|
D | SkDraw.h | 32 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter { 34 SkDraw();
|
D | SkBitmapDevice.cpp | 53 SkDraw fDraw; 125 const SkDraw* next() { in next() 181 while (const SkDraw* priv_draw = priv_tiler.next()) { \ 186 class SkBitmapDevice::BDDraw : public SkDraw { 390 while (const SkDraw* draw = tiler.next()) { in drawPath() 564 SkDraw draw; in drawDevice()
|
D | SkMaskFilterBase.h | 207 friend class SkDraw;
|
D | SkBitmapDevice.h | 142 friend class SkDraw; variable
|
D | SkMaskFilter.cpp | 264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath() 519 class DrawIntoMask : public SkDraw {
|
D | SkDraw_vertices.cpp | 161 void SkDraw::drawVertices(SkVertices::VertexMode vmode, int vertexCount, in drawVertices()
|
/external/skqp/src/core/ |
D | SkDraw.cpp | 51 SkDraw::SkDraw() {} in SkDraw() function in SkDraw 53 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const { in computeConservativeLocalClipBounds() 72 void SkDraw::drawPaint(const SkPaint& paint) const { in drawPaint() 337 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count, in drawPoints() 560 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint, in ComputeRectType() 595 static void draw_rect_as_path(const SkDraw& orig, const SkRect& prePaintRect, in draw_rect_as_path() 597 SkDraw draw(orig); in draw_rect_as_path() 605 void SkDraw::drawRect(const SkRect& prePaintRect, const SkPaint& paint, in drawRect() 701 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const { in drawDevMask() 765 void SkDraw::drawRRect(const SkRRect& rrect, const SkPaint& paint) const { in drawRRect() [all …]
|
D | SkDraw_text.cpp | 16 bool SkDraw::ShouldDrawTextAsPaths(const SkFont& font, const SkPaint& paint, in ShouldDrawTextAsPaths() 39 void SkDraw::paintMasks(SkSpan<const SkMask> masks, const SkPaint& paint) const { in paintMasks() 104 void SkDraw::paintPaths(SkSpan<const SkGlyphRunListPainter::PathAndPos> pathsAndPositions, in paintPaths() 115 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList()
|
D | SkAutoBlitterChoose.h | 23 SkAutoBlitterChoose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint, 31 SkBlitter* choose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint,
|
D | SkDraw.h | 32 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter { 34 SkDraw();
|
D | SkBitmapDevice.cpp | 52 SkDraw fDraw; 124 const SkDraw* next() { in next() 180 while (const SkDraw* priv_draw = priv_tiler.next()) { \ 185 class SkBitmapDevice::BDDraw : public SkDraw { 397 while (const SkDraw* draw = tiler.next()) { in drawPath() 578 SkDraw draw; in drawDevice()
|
D | SkMaskFilterBase.h | 207 friend class SkDraw;
|
D | SkBitmapDevice.h | 143 friend class SkDraw; variable
|
D | SkMaskFilter.cpp | 264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath() 519 class DrawIntoMask : public SkDraw {
|
D | SkDraw_vertices.cpp | 161 void SkDraw::drawVertices(SkVertices::VertexMode vmode, int vertexCount, in drawVertices()
|
/external/skqp/src/gpu/ |
D | GrSWMaskHelper.h | 64 SkDraw fDraw;
|
D | GrBlurUtils.cpp | 93 if (!SkDraw::ComputeMaskBounds(devBounds, &clipBounds, filter, &viewMatrix, in sw_draw_with_mask_filter() 119 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
|
/external/skia/src/gpu/ |
D | GrSWMaskHelper.h | 65 SkDraw fDraw;
|
D | GrBlurUtils.cpp | 93 if (!SkDraw::ComputeMaskBounds(devBounds, &clipBounds, filter, &viewMatrix, in sw_draw_with_mask_filter() 119 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
|
/external/skia/bench/ |
D | CoverageBench.cpp | 25 SkDraw fDraw;
|
/external/skqp/bench/ |
D | CoverageBench.cpp | 25 SkDraw fDraw;
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 1146 SkDraw draw; in draw() 1157 draw(this, &SkDraw::drawPoints, mode, count, points, paint, this); in drawPoints() 1162 draw(this, &SkDraw::drawVertices, v->mode(), v->vertexCount(), v->positions(), v->texCoords(), in drawVertices() 1597 if (SkDraw::DrawToMask( in drawPath()
|