Home
last modified time | relevance | path

Searched refs:SkDraw (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/src/core/
H A DSkDraw.cpp8 #include "src/core/SkDraw.h"
55 SkDraw::SkDraw() {} in SkDraw() function in SkDraw
57 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const { in computeConservativeLocalClipBounds()
76 void SkDraw::drawPaint(const SkPaint& paint) const { in drawPaint()
341 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count, in drawPoints()
562 SkDraw::RectType SkDraw::ComputeRectType(const SkRect& rect, in ComputeRectType()
598 static void draw_rect_as_path(const SkDraw& orig, const SkRect& prePaintRect, in draw_rect_as_path()
600 SkDraw dra in draw_rect_as_path()
[all...]
H A DSkAutoBlitterChoose.h14 #include "src/core/SkDraw.h"
24 SkAutoBlitterChoose(const SkDraw& draw, const SkMatrixProvider* matrixProvider, in SkAutoBlitterChoose()
32 SkBlitter* choose(const SkDraw& draw, const SkMatrixProvider* matrixProvider, in choose()
H A DSkDraw_text.cpp9 #include "src/core/SkDraw.h"
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()
H A DSkDraw.h33 class SK_API SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter { class
35 SkDraw();
H A DSkBitmapDevice.cpp18 #include "src/core/SkDraw.h"
54 SkDraw fDraw;
125 const SkDraw* next() { in next()
182 while (const SkDraw* priv_draw = priv_tiler.next()) { \
186 // Helper to create an SkDraw from a device
187 class SkBitmapDevice::BDDraw : public SkDraw {
395 while (const SkDraw* draw = tiler.next()) { in drawPath()
575 SkDraw draw; in drawDevice()
600 SkDraw draw; in drawSpecial()
H A DSkDraw_atlas.cpp15 #include "src/core/SkDraw.h"
89 void SkDraw::drawAtlas(const SkRSXform xform[], in drawAtlas()
120 SkDraw draw(*this); in drawAtlas()
H A DSkMaskFilterBase.h229 friend class SkDraw;
H A DSkBitmapDevice.h143 friend class SkDraw;
H A DSkDraw_vertices.cpp14 #include "src/core/SkDraw.h"
308 void SkDraw::drawFixedVertices(const SkVertices* vertices, SkBlendMode blendMode, in drawFixedVertices()
515 void SkDraw::drawVertices(const SkVertices* vertices, SkBlendMode bmode, in drawVertices()
H A DSkDevice.h414 friend class SkDraw;
H A DSkMaskFilter.cpp15 #include "src/core/SkDraw.h"
268 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
H A DSkPixmap.cpp22 #include "src/core/SkDraw.h"
191 SkDraw draw; in erase()
H A DSkScalerContext.cpp20 #include "src/core/SkDraw.h"
524 SkDraw draw; in generateMask()
/third_party/skia/src/gpu/
H A DGrSWMaskHelper.h16 #include "src/core/SkDraw.h"
74 SkDraw fDraw;
H A DGrBlurUtils.cpp30 #include "src/core/SkDraw.h"
128 // TODO: it seems like we could create an SkDraw here and set its fMatrix field rather in sw_create_filtered_mask()
137 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_create_filtered_mask()
/third_party/skia/bench/
H A DCoverageBench.cpp15 #include "src/core/SkDraw.h"
26 SkDraw fDraw;
/third_party/skia/src/gpu/ops/
H A DSmallPathRenderer.cpp14 #include "src/core/SkDraw.h"
417 SkDraw draw; in addDFPathToAtlas()
496 SkDraw draw; in addBMPathToAtlas()
/third_party/skia/src/codec/
H A DSkWuffsCodec.cpp17 #include "src/core/SkDraw.h"
696 SkDraw draw; in onIncrementalDecodeTwoPass()
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp28 #include "src/core/SkDraw.h"
154 SkDraw draw; in draw_points()
412 // SkDraw::drawPoints converts to multiple calls to fDevice->drawPath. in drawPoints()
507 if (!SkDraw::DrawToMask(path, &bounds, paint->getMaskFilter(), &SkMatrix::I(), in internalDrawPathWithFilter()
/third_party/skia/src/gpu/v1/
H A DDevice.cpp23 #include "src/core/SkDraw.h"
368 // else we let the SkDraw call our drawPath() in drawPoints()
374 SkDraw draw; in drawPoints()
/third_party/skia/tests/
H A DSkRemoteGlyphCacheTest.cpp14 #include "src/core/SkDraw.h"
604 REPORTER_ASSERT(reporter, !SkDraw::ShouldDrawTextAsPaths(font, SkPaint(), SkMatrix::I()));
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp20 #include "src/core/SkDraw.h"
1070 SkDraw draw; in generateColorGlyphImage()
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp42 #include "src/core/SkDraw.h"
1590 if (SkDraw::DrawToMask( in drawPath()

Completed in 29 milliseconds