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

12

/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.h65 bool quickReject(const SkIRect& rect) const { function in class:SkRasterClip
H A DSkCanvas.cpp1110 if (this->quickReject(rect)) {
1206 if (this->quickReject(path.getBounds())) {
1425 bool SkCanvas::quickReject(const SkRect& rect) const { function in class:SkCanvas
1455 bool SkCanvas::quickReject(const SkPath& path) const { function in class:SkCanvas
1456 return path.isEmpty() || this->quickReject(path.getBounds());
1616 if (this->quickReject(paint.computeFastStrokeBounds(r, &storage))) {
1637 if (this->quickReject(paint.computeFastBounds(r, &storage))) {
1656 if (this->quickReject(paint.computeFastBounds(oval, &storage))) {
1675 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) {
1710 if (this->quickReject(pain
[all...]
H A DSkScan_Hairline.cpp159 if (clip.quickReject(r)) {
276 if (rclip.quickReject(ibounds)) {
H A DSkBBoxRecord.cpp288 if (!outBounds.isEmpty() && !this->quickReject(outBounds)) {
H A DSkScan_Antihair.cpp654 if (clip->quickReject(ir)) {
1007 if (clip->quickReject(outer)) {
H A DSkBlitter.cpp192 if (clip.quickReject(mask.fBounds)) {
H A DSkDraw.cpp883 if (fRC->quickReject(ir)) {
1280 return c.quickReject(devIR);
1389 if (fRC->quickReject(bounds)) {
/external/skia/src/core/
H A DSkRasterClip.h65 bool quickReject(const SkIRect& rect) const { function in class:SkRasterClip
H A DSkCanvas.cpp1110 if (this->quickReject(rect)) {
1206 if (this->quickReject(path.getBounds())) {
1425 bool SkCanvas::quickReject(const SkRect& rect) const { function in class:SkCanvas
1455 bool SkCanvas::quickReject(const SkPath& path) const { function in class:SkCanvas
1456 return path.isEmpty() || this->quickReject(path.getBounds());
1616 if (this->quickReject(paint.computeFastStrokeBounds(r, &storage))) {
1637 if (this->quickReject(paint.computeFastBounds(r, &storage))) {
1656 if (this->quickReject(paint.computeFastBounds(oval, &storage))) {
1675 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) {
1710 if (this->quickReject(pain
[all...]
H A DSkScan_Hairline.cpp159 if (clip.quickReject(r)) {
276 if (rclip.quickReject(ibounds)) {
H A DSkBBoxRecord.cpp288 if (!outBounds.isEmpty() && !this->quickReject(outBounds)) {
H A DSkScan_Antihair.cpp654 if (clip->quickReject(ir)) {
1007 if (clip->quickReject(outer)) {
H A DSkBlitter.cpp192 if (clip.quickReject(mask.fBounds)) {
/external/chromium_org/third_party/skia/include/core/
H A DSkRegion.h211 bool quickReject(const SkIRect& rect) const { function in class:SkRegion
221 bool quickReject(const SkRegion& rgn) const { function in class:SkRegion
H A DSkCanvas.h432 bool quickReject(const SkRect& rect) const;
444 bool quickReject(const SkPath& path) const;
468 in a way similar to quickReject, in that it tells you that drawing
H A DSkRect.h202 bool quickReject(int l, int t, int r, int b) const { function in struct:SkIRect
/external/skia/include/core/
H A DSkRegion.h211 bool quickReject(const SkIRect& rect) const { function in class:SkRegion
221 bool quickReject(const SkRegion& rgn) const { function in class:SkRegion
H A DSkCanvas.h432 bool quickReject(const SkRect& rect) const;
444 bool quickReject(const SkPath& path) const;
468 in a way similar to quickReject, in that it tells you that drawing
H A DSkRect.h202 bool quickReject(int l, int t, int r, int b) const { function in struct:SkIRect
/external/chromium_org/third_party/skia/src/gpu/
H A DGrBitmapTextContext.cpp152 if (fClipRect.quickReject(x, y, x + width, y + height)) {
H A DSkGpuDevice.cpp771 if (clip.quickReject(dstM.fBounds)) {
927 if (draw.fClip->quickReject(finalIRect)) {
/external/skia/src/gpu/
H A DGrBitmapTextContext.cpp152 if (fClipRect.quickReject(x, y, x + width, y + height)) {
H A DSkGpuDevice.cpp771 if (clip.quickReject(dstM.fBounds)) {
927 if (draw.fClip->quickReject(finalIRect)) {
/external/chromium_org/third_party/skia/src/views/
H A DSkView.cpp109 canvas->quickReject(r)) {
/external/skia/src/views/
H A DSkView.cpp109 canvas->quickReject(r)) {

Completed in 369 milliseconds

12