HomeSort by relevance Sort by last modified time
    Searched refs:Intersects (Results 1 - 25 of 41) sorted by null

1 2

  /external/skia/src/gpu/
GrReducedClip.cpp 95 if (!SkRect::Intersects(stackBounds, scalarQueryBounds)) {
175 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
183 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
199 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
205 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
221 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
229 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
245 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
251 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
268 } else if (!SkRect::Intersects(element->getBounds(), queryBounds))
    [all...]
GrAAHairLinePathRenderer.cpp 225 if (SkIRect::Intersects(devClipBounds, ibounds)) {
236 if (SkIRect::Intersects(devClipBounds, ibounds)) {
262 if (SkIRect::Intersects(devClipBounds, ibounds)) {
290 if (SkIRect::Intersects(devClipBounds, ibounds)) {
  /external/skia/legacy/src/core/
SkBitmap_scroll.cpp 63 if (!SkIRect::Intersects(r, inval->getBounds())) {
SkClipStack.cpp 157 if (!SkRect::Intersects(rec->fPath.getBounds(), rect)) {
175 if (!SkRect::Intersects(rec->fRect, pathBounds)) {
181 if (!SkRect::Intersects(rec->fPath.getBounds(), pathBounds)) {
SkRasterClip.h 60 !SkIRect::Intersects(this->getBounds(), rect);
SkScan_Path.cpp 514 if (!SkIRect::Intersects(*fClipRect, ir)) { // completely clipped out
674 if (ir.isEmpty() || !SkIRect::Intersects(ir, clip.getBounds())) {
SkRegion.cpp 418 bool SkRegion::intersects(const SkIRect& r) const {
423 if (!SkIRect::Intersects(fBounds, r)) {
436 bool SkRegion::intersects(const SkRegion& rgn) const {
441 if (!SkIRect::Intersects(fBounds, rgn.fBounds)) {
939 if (b_empty || !SkIRect::Intersects(rgna->fBounds, rgnb->fBounds))
    [all...]
SkScan_Hairline.cpp 74 if (!SkIRect::Intersects(ptsR, clipR)) {
  /external/skia/src/core/
SkBitmap_scroll.cpp 67 if (!SkIRect::Intersects(r, inval->getBounds())) {
SkRasterClip.h 68 !SkIRect::Intersects(this->getBounds(), rect);
SkTileGrid.cpp 37 if (!SkIRect::Intersects(dilatedBounds, fGridBounds)) {
SkClipStack.cpp 62 if (!SkRect::Intersects(fRect, newR)) {
509 if (SkRect::Intersects(element->getBounds(), rect)) {
551 if (!SkRect::Intersects(element->fPath.getBounds(), rect)) {
581 if (!SkRect::Intersects(element->fRect, pathBounds)) {
588 if (!SkRect::Intersects(element->fPath.getBounds(), pathBounds)) {
SkScan_Path.cpp 550 if (!skipRejectTest && !SkIRect::Intersects(*fClipRect, ir)) { // completely clipped out
710 if (ir.isEmpty() || !SkIRect::Intersects(ir, clip.getBounds())) {
SkScan_Hairline.cpp 99 if (!SkIRect::Intersects(ptsR, clipR)) {
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLExtras.cpp 108 if (clip.intersects(line)) {
113 if (SkIRect::Intersects(startRect, line)) {
  /external/skia/include/core/
SkRegion.h 139 bool intersects(const SkIRect&) const;
145 bool intersects(const SkRegion&) const;
203 !SkIRect::Intersects(fBounds, rect);
213 !SkIRect::Intersects(fBounds, rgn.fBounds);
SkRect.h 241 /** If r intersects this rectangle, return true and set this rectangle to that
290 /** If the rectangle specified by left,top,right,bottom intersects this rectangle,
309 static bool Intersects(const SkIRect& a, const SkIRect& b) {
608 /** If this rectangle intersects r, return true and set this rectangle to that
614 /** If this rectangle intersects the rectangle specified by left, top, right, bottom,
625 bool intersects(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) const {
643 static bool Intersects(const SkRect& a, const SkRect& b) {
  /external/skia/legacy/include/core/
SkRegion.h 139 bool intersects(const SkIRect&) const;
145 bool intersects(const SkRegion&) const;
203 !SkIRect::Intersects(fBounds, rect);
213 !SkIRect::Intersects(fBounds, rgn.fBounds);
SkRect.h 202 /** If r intersects this rectangle, return true and set this rectangle to that
251 /** If the rectangle specified by left,top,right,bottom intersects this rectangle,
270 static bool Intersects(const SkIRect& a, const SkIRect& b) {
487 /** If this rectangle intersects r, return true and set this rectangle to that
493 /** If this rectangle intersects the rectangle specified by left, top, right, bottom,
504 bool intersects(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) const {
522 static bool Intersects(const SkRect& a, const SkRect& b) {
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 163 // If the selection rectangle intersects the current position on screen then
167 avoid_overlapping_rect.Intersects(new_pos)) {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 138 protected transient Camera.FrustumIntersect frustrumIntersects = Camera.FrustumIntersect.Intersects;
253 setLastFrustumIntersection(Camera.FrustumIntersect.Intersects);
259 : Camera.FrustumIntersect.Intersects);
261 if (frustrumIntersects == Camera.FrustumIntersect.Intersects) {
    [all...]
  /external/skia/src/utils/
SkCullPoints.cpp 166 bool sects = SkRect::Intersects(target, bounds);
SkPictureUtils.cpp 200 if (!SkRect::Intersects(area,
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc 506 bool draw_left_corner = left.Intersects(gfx::Rect(e->area));
507 bool draw_right_corner = right.Intersects(gfx::Rect(e->area));
  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 396 if (future_source_bounds.Intersects(reserved_rect)) {

Completed in 618 milliseconds

1 2