Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkDraw.cpp55 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 draw(orig); in draw_rect_as_path()
608 void SkDraw::drawRect(const SkRect& prePaintRect, const SkPaint& paint, in drawRect()
703 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const { in drawDevMask()
768 void SkDraw::drawRRect(const SkRRect& rrect, const SkPaint& paint) const { in drawRRect()
[all …]
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()
DSkAutoBlitterChoose.h24 SkAutoBlitterChoose(const SkDraw& draw, const SkMatrixProvider* matrixProvider,
32 SkBlitter* choose(const SkDraw& draw, const SkMatrixProvider* matrixProvider,
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()
575 SkDraw draw; in drawDevice()
600 SkDraw draw; in drawSpecial()
DSkDraw.h33 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter {
35 SkDraw();
DSkDraw_atlas.cpp89 void SkDraw::drawAtlas(const SkRSXform xform[], in drawAtlas()
120 SkDraw draw(*this); in drawAtlas()
DSkMaskFilterBase.h222 friend class SkDraw;
DBUILD.bazel107 "SkDraw.cpp",
108 "SkDraw.h",
DSkBitmapDevice.h140 friend class SkDraw; variable
DSkDraw_vertices.cpp308 void SkDraw::drawFixedVertices(const SkVertices* vertices, SkBlendMode blendMode, in drawFixedVertices()
515 void SkDraw::drawVertices(const SkVertices* vertices, SkBlendMode bmode, in drawVertices()
DSkMaskFilter.cpp268 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
DSkDevice.h411 friend class SkDraw; variable
DSkPixmap.cpp191 SkDraw draw; in erase()
DSkScalerContext.cpp524 SkDraw draw; in generateMask()
/third_party/skia/src/gpu/
DGrSWMaskHelper.h74 SkDraw fDraw;
DGrBlurUtils.cpp136 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_create_filtered_mask()
/third_party/skia/bench/
DCoverageBench.cpp26 SkDraw fDraw;
/third_party/skia/src/gpu/ops/
DSmallPathRenderer.cpp417 SkDraw draw; in addDFPathToAtlas()
496 SkDraw draw; in addBMPathToAtlas()
/third_party/skia/gn/
Dcore.gni188 "$_src/core/SkDraw.cpp",
189 "$_src/core/SkDraw.h",
/third_party/skia/src/pdf/
DSkPDFDevice.cpp154 SkDraw draw; in draw_points()
507 if (!SkDraw::DrawToMask(path, &bounds, paint->getMaskFilter(), &SkMatrix::I(), in internalDrawPathWithFilter()
/third_party/skia/src/codec/
DSkWuffsCodec.cpp696 SkDraw draw; in onIncrementalDecodeTwoPass()
/third_party/skia/tests/
DSkRemoteGlyphCacheTest.cpp604 REPORTER_ASSERT(reporter, !SkDraw::ShouldDrawTextAsPaths(font, SkPaint(), SkMatrix::I()));
/third_party/skia/src/gpu/v1/
DDevice.cpp374 SkDraw draw; in drawPoints()
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp1070 SkDraw draw; in generateColorGlyphImage()
/third_party/skia/src/xps/
DSkXPSDevice.cpp1590 if (SkDraw::DrawToMask( in drawPath()