/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAToDFAConverter.java | [all...] |
/external/chromium_org/skia/ext/ |
vector_platform_device_emf_win.cc | 297 if (!tmpSrc.intersect(bitmapBounds)) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderListBox.cpp | 463 itemRect.intersect(controlClipRect(paintOffset));
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsLayer.cpp | 546 largestRepaintRect.intersect(repaintRect); [all...] |
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestThemeEngineMock.cpp | 612 tofill.intersect(irect, tofill);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPluginContainerImpl.cpp | 120 // Don't paint anything if the plugin doesn't intersect the damage rect. 898 clipRect.intersect(
|
/external/chromium_org/third_party/skia/src/core/ |
SkDraw.cpp | [all...] |
SkCanvas.cpp | 184 // intersect clip, but don't translate it (yet) 616 and then intersect all of the clips in our stack with these bounds, 635 // now jam our 1st clip to be bounds, and intersect the rest with that 662 if (!bounds.intersect(srcRect)) { 793 if (!ir.intersect(clipBounds)) { [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawTarget.cpp | 427 if (!copyRect.intersect(drawIBounds)) { 862 // The above clipping steps may have inverted the rect if it didn't intersect either the src or [all...] |
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 800 if (!rect.intersect(region)) { [all...] |
SkImageDecoder_libpng.cpp | 788 if (!rect.intersect(region)) { [all...] |
/external/chromium_org/ui/gfx/ |
canvas.cc | 625 clip.intersect(SkIntToScalar(x), SkIntToScalar(y), SkIntToScalar(x + w),
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingBox.java | 605 * two boxes intersect in any way, true is returned. Otherwise, false is
782 return Intersection.intersect(this, v1, v2, v3);
[all...] |
/external/skia/src/core/ |
SkDraw.cpp | [all...] |
/external/skia/src/gpu/ |
GrDrawTarget.cpp | 427 if (!copyRect.intersect(drawIBounds)) { 862 // The above clipping steps may have inverted the rect if it didn't intersect either the src or [all...] |
/external/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 800 if (!rect.intersect(region)) { [all...] |
SkImageDecoder_libpng.cpp | 787 if (!rect.intersect(region)) { [all...] |
/frameworks/base/core/java/android/view/ |
AccessibilityInteractionController.java | 681 visibleWinFrame.intersect(visibleDisplayFrame); [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
DisplayMagnifier.java | 199 if (!magnifiedRegionBounds.intersect(touchableRegionBounds)) { 331 magnifiedBounds.op(availableBounds, Region.Op.INTERSECT); 347 accountedBounds.op(0, 0, screenWidth, screenHeight, Region.Op.INTERSECT); 367 Region.Op.INTERSECT); 386 dirtyRegion.op(nonMagnifiedBounds, Region.Op.INTERSECT);
|
/frameworks/native/libs/gui/ |
BufferQueue.cpp | 544 crop.intersect(bufferRect, &croppedCrop); [all...] |
Surface.cpp | 282 mCrop.intersect(Rect(buffer->width, buffer->height), &crop);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyFactory.java | 137 // intersect properties 140 intersector.intersect(getProperties(node)); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.text_3.5.0.v20100601-1300.jar | |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 42 void intersect(DataFile f, const RegisterSet *); 134 RegisterSet::intersect(DataFile f, const RegisterSet *set) function in class:nv50_ir::RegisterSet [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL.cpp | 513 if (!subRect.intersect(bounds)) { [all...] |