Home
last modified time | relevance | path

Searched refs:SkDraw (Results 1 – 25 of 52) sorted by relevance

123

/external/skia/src/core/
DSkDraw.cpp51 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 …]
DSkDraw_text.cpp16 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()
DSkAutoBlitterChoose.h23 SkAutoBlitterChoose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint,
31 SkBlitter* choose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint,
DSkDraw.h32 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter {
34 SkDraw();
DSkBitmapDevice.cpp53 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()
DSkMaskFilterBase.h207 friend class SkDraw;
DSkBitmapDevice.h142 friend class SkDraw; variable
DSkMaskFilter.cpp264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
519 class DrawIntoMask : public SkDraw {
DSkDraw_vertices.cpp161 void SkDraw::drawVertices(SkVertices::VertexMode vmode, int vertexCount, in drawVertices()
/external/skqp/src/core/
DSkDraw.cpp51 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 …]
DSkDraw_text.cpp16 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()
DSkAutoBlitterChoose.h23 SkAutoBlitterChoose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint,
31 SkBlitter* choose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint,
DSkDraw.h32 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter {
34 SkDraw();
DSkBitmapDevice.cpp52 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()
DSkMaskFilterBase.h207 friend class SkDraw;
DSkBitmapDevice.h143 friend class SkDraw; variable
DSkMaskFilter.cpp264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
519 class DrawIntoMask : public SkDraw {
DSkDraw_vertices.cpp161 void SkDraw::drawVertices(SkVertices::VertexMode vmode, int vertexCount, in drawVertices()
/external/skqp/src/gpu/
DGrSWMaskHelper.h64 SkDraw fDraw;
DGrBlurUtils.cpp93 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/
DGrSWMaskHelper.h65 SkDraw fDraw;
DGrBlurUtils.cpp93 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/
DCoverageBench.cpp25 SkDraw fDraw;
/external/skqp/bench/
DCoverageBench.cpp25 SkDraw fDraw;
/external/skia/src/xps/
DSkXPSDevice.cpp1146 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()

123