/external/skia/src/core/ |
D | SkDraw.cpp | 54 SkDraw::SkDraw() {} in SkDraw() function in SkDraw 56 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const { in computeConservativeLocalClipBounds() 75 void SkDraw::drawPaint(const SkPaint& paint) const { in drawPaint() 340 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() 700 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 | SkAutoBlitterChoose.h | 24 SkAutoBlitterChoose(const SkDraw& draw, const SkMatrixProvider* matrixProvider, 32 SkBlitter* choose(const SkDraw& draw, const SkMatrixProvider* matrixProvider,
|
D | SkDraw_text.cpp | 38 void SkDraw::paintMasks(SkDrawableGlyphBuffer* drawables, const SkPaint& paint) const { in paintMasks() 114 void SkDraw::paintPaths(SkDrawableGlyphBuffer* drawables, in paintPaths() 127 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList()
|
D | SkBitmapDevice.cpp | 54 SkDraw fDraw; 125 const SkDraw* next() { in next() 182 while (const SkDraw* priv_draw = priv_tiler.next()) { \ 187 class SkBitmapDevice::BDDraw : public SkDraw { 395 while (const SkDraw* draw = tiler.next()) { in drawPath() 578 SkDraw draw; in drawDevice() 603 SkDraw draw; in drawSpecial()
|
D | SkDraw.h | 33 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter { 35 SkDraw();
|
D | SkDraw_atlas.cpp | 49 void SkDraw::drawAtlas(const SkImage* atlas, const SkRSXform xform[], const SkRect textures[], in drawAtlas() 71 SkDraw draw(*this); in drawAtlas()
|
D | SkMaskFilterBase.h | 214 friend class SkDraw;
|
D | SkBitmapDevice.h | 141 friend class SkDraw; variable
|
D | SkDraw_vertices.cpp | 266 void SkDraw::draw_fixed_vertices(const SkVertices* vertices, SkBlendMode bmode, in draw_fixed_vertices() 418 void SkDraw::drawVertices(const SkVertices* vertices, SkBlendMode bmode, 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()
|
D | SkDevice.h | 339 friend class SkDraw; variable
|
/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/skqp/bench/ |
D | CoverageBench.cpp | 25 SkDraw fDraw;
|
/external/skia/src/gpu/ |
D | GrSWMaskHelper.h | 74 SkDraw fDraw;
|
/external/skia/bench/ |
D | CoverageBench.cpp | 26 SkDraw fDraw;
|
/external/skia/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 458 SkDraw draw; in addDFPathToAtlas() 534 SkDraw draw; in addBMPathToAtlas()
|