Searched refs:quickReject (Results 1 - 12 of 12) sorted by relevance
/external/skia/include/core/ |
H A D | SkRegion.h | 170 bool quickReject(const SkIRect& rect) const function in class:SkRegion 180 bool quickReject(const SkRegion& rgn) const { function in class:SkRegion
|
H A D | SkCanvas.h | 279 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 D | SkCanvas.cpp | 54 // 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 D | SkScan_Hairline.cpp | 146 if (clip->quickReject(r)) 266 if (clip->quickReject(ibounds))
|
H A D | SkScan_Antihair.cpp | 465 if (clip->quickReject(ir)) {
|
H A D | SkDraw.cpp | 701 if (fClip->quickReject(ir)) 1014 return c.quickReject(devIR); 1131 if (fClip->quickReject(bounds)) {
|
H A D | SkBlitter.cpp | 201 if (clip.quickReject(mask.fBounds)) {
|
/external/webkit/WebCore/platform/graphics/android/ |
H A D | android_graphics.cpp | 71 if (canvas->quickReject(m_bounds, SkCanvas::kAA_EdgeType)) { 72 DBG_NAV_LOGD("canvas->quickReject cursorNode=%d (nodePointer=%p)"
|
H A D | GraphicsContextAndroid.cpp | 627 if (GC2Canvas(this)->quickReject(path, shouldAntialias ?
|
/external/skia/src/views/ |
H A D | SkView.cpp | 90 if (canvas->quickReject(r, SkCanvas::kBW_EdgeType))
|
/external/webkit/WebKit/android/nav/ |
H A D | FindCanvas.cpp | 591 if (canvas->quickReject(bounds, SkCanvas::kAA_EdgeType))
|
/external/webkit/WebKit/android/jni/ |
H A D | PictureSet.cpp | 249 if (area.quickReject(irect)) { 252 DBG_SET_LOGD("[%d] %p quickReject working->mArea={%d,%d,%d,%d}"
|
Completed in 176 milliseconds