HomeSort by relevance Sort by last modified time
    Searched defs:SkDraw (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkDraw.h 32 class SkDraw {
34 SkDraw();
SkDraw.cpp 18 #include "SkDraw.h"
50 SkDraw::SkDraw() {
54 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const {
187 void SkDraw::drawPaint(const SkPaint& paint) const {
473 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count,
689 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint,
725 void SkDraw::drawRect(const SkRect& prePaintRect, const SkPaint& paint,
749 SkDraw draw(*this)
    [all...]

Completed in 228 milliseconds