/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpec.java | 428 * @param other {@code null-ok;} instance to intersect with (or {@code null}) 435 public RegisterSpec intersect(RegisterSpec other, boolean localPrimary) { method in class:RegisterSpec
|
/external/chromium/webkit/glue/media/ |
video_renderer_impl.cc | 233 if (local_dest_irect.intersect(canvas->getTotalClip().getBounds())) {
|
/external/chromium_org/media/filters/ |
skcanvas_video_renderer.cc | 109 // No point painting if the destination rect doesn't intersect with the 111 if (!local_dest_irect.intersect(canvas->getTotalClip().getBounds()))
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatRect.cpp | 86 void FloatRect::intersect(const FloatRect& other) function in class:WebCore::FloatRect
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEMorphology.cpp | 87 paintRect.intersect(maxEffectRect());
|
/external/chromium_org/third_party/skia/src/core/ |
SkRegion.cpp | 463 if (!sect.intersect(fBounds, r)) { 1026 || !bounds.intersect(rgna->fBounds, rgnb->fBounds)) { [all...] |
SkBlitter.cpp | 353 if (r.intersect(fClipRect)) { 364 if (r.intersect(fClipRect)) { 394 if (r.intersect(fClipRect)) {
|
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
thread.py | 190 even intersect). So we go to row 1. That gives us [b], and [d] wont fit
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegisterSpec.java | 429 * @param other {@code null-ok;} instance to intersect with (or {@code null}) 436 public RegisterSpec intersect(RegisterSpec other, boolean localPrimary) { method in class:RegisterSpec
|
/external/guava/guava/src/com/google/common/collect/ |
GeneralRange.java | 170 GeneralRange<T> intersect(GeneralRange<T> other) { method in class:GeneralRange
|
/external/icu4c/i18n/ |
identifier_info.cpp | 187 fCommonAmongAlternates->intersect(*next);
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
Intersection.java | 81 public static boolean intersect(BoundingBox bbox, Vector3f v1, Vector3f v2, Vector3f v3) { method in class:Intersection
|
/external/skia/src/core/ |
SkRegion.cpp | 463 if (!sect.intersect(fBounds, r)) { 1026 || !bounds.intersect(rgna->fBounds, rgnb->fBounds)) { [all...] |
SkBlitter.cpp | 353 if (r.intersect(fClipRect)) { 364 if (r.intersect(fClipRect)) { 394 if (r.intersect(fClipRect)) {
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ExploreByTouchHelper.java | 514 return localRect.intersect(mTempVisibleRect);
|
/external/chromium_org/ash/display/ |
display_controller.cc | 586 gfx::Rect intersect = gfx::IntersectRects(display.bounds(), rect); local 587 int area = intersect.width() * intersect.height();
|
/external/icu4c/test/intltest/ |
itspoof.cpp | 639 s2.intersect(s1); 644 s2.intersect(s1); 649 s2.intersect(s1);
|
/frameworks/native/libs/ui/ |
Region.cpp | 308 const Region Region::intersect(const Rect& rhs) const { function in class:android::Region 328 const Region Region::intersect(const Region& rhs) const { function in class:android::Region 374 const Region Region::intersect(const Region& rhs, int dx, int dy) const { function in class:android::Region
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
raytrace.js | 426 intersect: function(ray){ 478 intersect: function(ray){ 689 var info = shape.intersect(ray);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 452 intersect: function(ray){ 504 intersect: function(ray){ 715 var info = shape.intersect(ray);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-raytrace.js | 452 intersect: function(ray){ 504 intersect: function(ray){ 715 var info = shape.intersect(ray);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-raytrace.js | 421 intersect: function(ray){ 473 intersect: function(ray){ 684 var info = shape.intersect(ray);
|
/external/chromium_org/v8/benchmarks/ |
raytrace.js | 426 intersect: function(ray){ 478 intersect: function(ray){ 689 var info = shape.intersect(ray);
|
/external/v8/benchmarks/ |
raytrace.js | 426 intersect: function(ray){ 478 intersect: function(ray){ 689 var info = shape.intersect(ray);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAState.java | 328 if ( !Label.intersect(label, rl) ) {
|