Home | History | Annotate | Download | only in core

Lines Matching refs:SkDraw

8 #include "SkDraw.h"
35 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) {
134 SkDraw::SkDraw() {
138 SkDraw::SkDraw(const SkDraw& src) {
142 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const {
280 void SkDraw::drawPaint(const SkPaint& paint) const {
584 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count,
611 SkDraw noBounder(*this);
810 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint,
846 void SkDraw::drawRect(const SkRect& rect, const SkPaint& paint) const {
930 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const {
1015 void SkDraw::drawRRect(const SkRRect& rrect, const SkPaint& paint) const {
1024 // order as SkDraw::drawPath, which handles each case. It may be
1060 void SkDraw::drawPath(const SkPath& origSrcPath, const SkPaint& origPaint,
1193 void SkDraw::drawBitmapAsMask(const SkBitmap& bitmap,
1296 void SkDraw::drawBitmap(const SkBitmap& bitmap, const SkMatrix& prematrix,
1359 SkDraw draw(*this);
1375 void SkDraw::drawSprite(const SkBitmap& bitmap, int x, int y,
1426 SkDraw draw(*this);
1461 void SkDraw::drawText_asPaths(const char text[], size_t byteLength,
1632 static bool hasCustomD1GProc(const SkDraw& draw) {
1636 static bool needsRasterTextBlit(const SkDraw& draw) {
1640 SkDraw1Glyph::Proc SkDraw1Glyph::init(const SkDraw* draw, SkBlitter* blitter,
1699 void SkDraw::drawText(const char text[], size_t byteLength,
1954 void SkDraw::drawPosText_asPaths(const char text[], size_t byteLength,
1996 void SkDraw::drawPosText(const char text[], size_t byteLength,
2249 void SkDraw::drawTextOnPath(const char text[], size_t byteLength,
2538 void SkDraw::drawVertices(SkCanvas::VertexMode vmode, int count,
2691 void SkDraw::validate() const {
2800 #include "SkDraw.h"
2856 SkDraw draw;
2878 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,