Home
last modified time | relevance | path

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

123

/external/skia/src/core/
DSkDraw.cpp54 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 …]
DSkAutoBlitterChoose.h24 SkAutoBlitterChoose(const SkDraw& draw, const SkMatrixProvider* matrixProvider,
32 SkBlitter* choose(const SkDraw& draw, const SkMatrixProvider* matrixProvider,
DSkDraw_text.cpp38 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()
DSkBitmapDevice.cpp54 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()
DSkDraw.h33 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter {
35 SkDraw();
DSkDraw_atlas.cpp49 void SkDraw::drawAtlas(const SkImage* atlas, const SkRSXform xform[], const SkRect textures[], in drawAtlas()
71 SkDraw draw(*this); in drawAtlas()
DSkMaskFilterBase.h214 friend class SkDraw;
DSkBitmapDevice.h141 friend class SkDraw; variable
DSkDraw_vertices.cpp266 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/
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()
DSkDevice.h339 friend class SkDraw; variable
/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/skqp/bench/
DCoverageBench.cpp25 SkDraw fDraw;
/external/skia/src/gpu/
DGrSWMaskHelper.h74 SkDraw fDraw;
/external/skia/bench/
DCoverageBench.cpp26 SkDraw fDraw;
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp458 SkDraw draw; in addDFPathToAtlas()
534 SkDraw draw; in addBMPathToAtlas()

123