/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_rect.h | 39 /* Do two rectangles intersect? 51 /* Find the intersection of two rectangles known to intersect.
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrRenderTarget.cpp | 77 if (!fResolveRect.intersect(0, 0, this->width(), this->height())) { 91 if (!fResolveRect.intersect(0, 0, this->width(), this->height())) {
|
/external/icu4c/i18n/ |
scriptset.h | 47 ScriptSet &intersect(const ScriptSet &other); 48 ScriptSet &intersect(UScriptCode script, UErrorCode &status);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_rect.h | 39 /* Do two rectangles intersect? 51 /* Find the intersection of two rectangles known to intersect.
|
/external/openfst/src/bin/ |
fstintersect.cc | 23 #include <fst/script/intersect.h> 83 s::Intersect(*ifst1, *ifst2, &ofst, opts);
|
/external/qemu/android/skin/ |
region.h | 53 /* performs r = (intersect r r2), returns true if the resulting region 58 /* performs r = (intersect r (region+_from_rect rect)), returns true iff
|
/external/skia/src/gpu/ |
GrRenderTarget.cpp | 77 if (!fResolveRect.intersect(0, 0, this->width(), this->height())) { 91 if (!fResolveRect.intersect(0, 0, this->width(), this->height())) {
|
/external/chromium_org/cc/trees/ |
occlusion_tracker.cc | 101 transformed_rect.Intersect(clip_rect_in_new_target); 264 affected_area_in_target.Intersect( 442 clip_rect_in_target.Intersect(layer->clip_rect()); 444 clip_rect_in_target.Intersect( 459 transformed_rect.Intersect(clip_rect_in_target); 492 transformed_rect.Intersect(clip_rect_in_target); 549 unoccluded_region_in_target_surface.Intersect(clip_rect_in_target); 559 unoccluded_region_in_target_surface.Intersect( 561 unoccluded_region_in_target_surface.Intersect( 619 unoccluded_region_in_target_surface.Intersect(clip_rect_in_target) [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkLineClipper.h | 35 /* Intersect the line segment against the rect. If there is a non-empty
|
/external/chromium_org/third_party/skia/src/core/ |
SkRect.cpp | 133 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, function in class:SkRect 147 bool SkRect::intersect(const SkRect& r) { function in class:SkRect 149 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom); 152 bool SkRect::intersect(const SkRect& a, const SkRect& b) { function in class:SkRect
|
SkMaskFilter.cpp | 43 if (r.intersect(bounds, clipR)) { 50 if (r.intersect(rect, clipR)) { 133 if (r.intersect(clipR)) { 146 if (r.intersect(clipR)) { 159 if (r.intersect(clipR)) { 170 if (r.intersect(clipR)) {
|
/external/chromium_org/third_party/skia/src/doc/ |
SkDocument.cpp | 33 if (!inner.intersect(outer)) {
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt2927.test | 516 INTERSECT 524 INTERSECT 532 INTERSECT 540 INTERSECT 548 INTERSECT 556 INTERSECT 564 INTERSECT 572 INTERSECT 580 INTERSECT 588 INTERSECT [all...] |
/external/openfst/src/script/ |
Makefile.am | 8 fst-class.cc info.cc intersect.cc invert.cc map.cc minimize.cc print.cc \
|
/external/skia/include/core/ |
SkLineClipper.h | 35 /* Intersect the line segment against the rect. If there is a non-empty
|
/external/skia/src/core/ |
SkRect.cpp | 133 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, function in class:SkRect 147 bool SkRect::intersect(const SkRect& r) { function in class:SkRect 149 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom); 152 bool SkRect::intersect(const SkRect& a, const SkRect& b) { function in class:SkRect
|
SkMaskFilter.cpp | 43 if (r.intersect(bounds, clipR)) { 50 if (r.intersect(rect, clipR)) { 133 if (r.intersect(clipR)) { 146 if (r.intersect(clipR)) { 159 if (r.intersect(clipR)) { 170 if (r.intersect(clipR)) {
|
/external/skia/src/doc/ |
SkDocument.cpp | 33 if (!inner.intersect(outer)) {
|
/external/skia/tests/ |
PathOpsLineIntersectionTest.cpp | 73 int pts = i.intersect(line1, line2); 115 int pts2 = ts2.intersect(line1, line2); 121 int pts = ts.intersect(line1, line2); 147 int pts = ts.intersect(line1, line2);
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
AccessibilityNodeInfoHelper.java | 49 nodeRect.intersect(displayRect);
|
/frameworks/uiautomator/core/com/android/uiautomator/core/ |
AccessibilityNodeInfoHelper.java | 49 nodeRect.intersect(displayRect);
|
/frameworks/base/graphics/java/android/graphics/ |
Region.java | 38 INTERSECT(1), 196 * not intersect the region. Returning false is not a guarantee that they 197 * intersect, but returning true is a guarantee that they do not. 205 * not intersect the region. Returning false is not a guarantee that they 206 * intersect, but returning true is a guarantee that they do not. 212 * intersect the region. Returning false is not a guarantee that they 213 * intersect, but returning true is a guarantee that they do not.
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/ |
TestRequestBuilder.java | 171 mFilter = mFilter.intersect(matchParameterizedMethod( 225 mFilter = mFilter.intersect(new AnnotationInclusionFilter(SmallTest.class)); 227 mFilter = mFilter.intersect(new AnnotationInclusionFilter(MediumTest.class)); 229 mFilter = mFilter.intersect(new AnnotationInclusionFilter(LargeTest.class)); 243 mFilter = mFilter.intersect(new AnnotationInclusionFilter(annotationClass)); 255 mFilter = mFilter.intersect(new AnnotationExclusionFilter(annotationClass));
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Regions.java | 121 drawRgn(canvas, Color.WHITE, "Intersect", Region.Op.INTERSECT);
|
/external/chromium_org/cc/base/ |
region.cc | 90 void Region::Intersect(gfx::Rect rect) { 94 void Region::Intersect(const Region& region) {
|