Searched refs:quickReject (Results 1 - 12 of 12) sorted by relevance

/external/skia/include/core/
H A DSkRegion.h170 bool quickReject(const SkIRect& rect) const function in class:SkRegion
180 bool quickReject(const SkRegion& rgn) const { function in class:SkRegion
H A DSkCanvas.h279 bool quickReject(const SkRect& rect, EdgeType et) const;
292 bool quickReject(const SkPath& path, EdgeType et) const;
308 in a way similar to quickReject, in that it tells you that drawing
/external/skia/src/core/
H A DSkCanvas.cpp54 // Helpers for computing fast bounds for quickReject tests
905 bool SkCanvas::quickReject(const SkRect& rect, EdgeType et) const { function in class:SkCanvas
934 bool SkCanvas::quickReject(const SkPath& path, EdgeType et) const { function in class:SkCanvas
935 return path.isEmpty() || this->quickReject(path.getBounds(), et);
1055 if (this->quickReject(paint.computeFastBounds(r, &storage),
1074 if (this->quickReject(paint.computeFastBounds(bounds, &storage),
1098 if (this->quickReject(fastBounds, paint2EdgeType(paint))) {
1115 if (this->quickReject(dst, paint2EdgeType(paint))) {
1331 if (this->quickReject(paint.computeFastBounds(r, &storage),
1347 if (this->quickReject(pain
[all...]
H A DSkScan_Hairline.cpp146 if (clip->quickReject(r))
266 if (clip->quickReject(ibounds))
H A DSkScan_Antihair.cpp465 if (clip->quickReject(ir)) {
H A DSkDraw.cpp701 if (fClip->quickReject(ir))
1014 return c.quickReject(devIR);
1131 if (fClip->quickReject(bounds)) {
H A DSkBlitter.cpp201 if (clip.quickReject(mask.fBounds)) {
/external/webkit/WebCore/platform/graphics/android/
H A Dandroid_graphics.cpp71 if (canvas->quickReject(m_bounds, SkCanvas::kAA_EdgeType)) {
72 DBG_NAV_LOGD("canvas->quickReject cursorNode=%d (nodePointer=%p)"
H A DGraphicsContextAndroid.cpp627 if (GC2Canvas(this)->quickReject(path, shouldAntialias ?
/external/skia/src/views/
H A DSkView.cpp90 if (canvas->quickReject(r, SkCanvas::kBW_EdgeType))
/external/webkit/WebKit/android/nav/
H A DFindCanvas.cpp591 if (canvas->quickReject(bounds, SkCanvas::kAA_EdgeType))
/external/webkit/WebKit/android/jni/
H A DPictureSet.cpp249 if (area.quickReject(irect)) {
252 DBG_SET_LOGD("[%d] %p quickReject working->mArea={%d,%d,%d,%d}"

Completed in 176 milliseconds