Searched refs:doRect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkBounder.h79 bool doRect(const SkRect&, const SkPaint&);
/external/skia/include/core/
H A DSkBounder.h79 bool doRect(const SkRect&, const SkPaint&);
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp871 if (fBounder && !fBounder->doRect(devRect, paint)) {
2489 if (!fBounder->doRect(bounds, paint)) {
2692 bool SkBounder::doRect(const SkRect& rect, const SkPaint& paint) { function in class:SkBounder
/external/skia/src/core/
H A DSkDraw.cpp872 if (fBounder && !fBounder->doRect(devRect, paint)) {
2535 if (!fBounder->doRect(bounds, paint)) {
2738 bool SkBounder::doRect(const SkRect& rect, const SkPaint& paint) { function in class:SkBounder

Completed in 750 milliseconds