Searched defs:SkBounder (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkBounder.h25 /** \class SkBounder
30 class SkBounder : public SkRefCnt { class in inherits:SkRefCnt
32 SK_DECLARE_INST_COUNT(SkBounder)
34 SkBounder();
/external/skia/include/core/
H A DSkBounder.h25 /** \class SkBounder
30 class SkBounder : public SkRefCnt { class in inherits:SkRefCnt
32 SK_DECLARE_INST_COUNT(SkBounder)
34 SkBounder();
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp10 #include "SkBounder.h"
565 static bool bounder_points(SkBounder* bounder, SkCanvas::PointMode mode,
2708 SkBounder::SkBounder() { function in class:SkBounder
2713 bool SkBounder::doIRect(const SkIRect& r) {
2719 bool SkBounder::doIRectGlyph(const SkIRect& r, int x, int y,
2734 bool SkBounder::doHairline(const SkPoint& pt0, const SkPoint& pt1,
2761 bool SkBounder::doRect(const SkRect& rect, const SkPaint& paint) {
2777 bool SkBounder::doPath(const SkPath& path, const SkPaint& paint, bool doFill) {
2793 void SkBounder
[all...]
/external/skia/src/core/
H A DSkDraw.cpp10 #include "SkBounder.h"
565 static bool bounder_points(SkBounder* bounder, SkCanvas::PointMode mode,
2708 SkBounder::SkBounder() { function in class:SkBounder
2713 bool SkBounder::doIRect(const SkIRect& r) {
2719 bool SkBounder::doIRectGlyph(const SkIRect& r, int x, int y,
2734 bool SkBounder::doHairline(const SkPoint& pt0, const SkPoint& pt1,
2761 bool SkBounder::doRect(const SkRect& rect, const SkPaint& paint) {
2777 bool SkBounder::doPath(const SkPath& path, const SkPaint& paint, bool doFill) {
2793 void SkBounder
[all...]

Completed in 481 milliseconds