HomeSort by relevance Sort by last modified time
    Searched full:intersect (Results 126 - 150 of 434) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 147 rect.intersect(IntRect(0, 0, m_size.width(), m_size.height()));
448 dirtyRect.intersect(m_currentContent.needsDisplayRect);
588 optionsForDescendants.scissorRect.intersect(m_transforms.target.mapRect(IntRect(0, 0, m_size.width(), m_size.height())));
652 optionsForDescendants.scissorRect.intersect(m_transforms.targetBoundingRect);
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 455 trRect.intersect(FloatRect(clipBox.left, clipBox.top, clipBox.right - clipBox.left, clipBox.bottom - clipBox.top));
465 trRect.intersect(FloatRect(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top));
475 visibleDstRect.intersect(IntRect(destRect));
589 bmpRect.intersect(rect);
  /external/webkit/Source/WebCore/rendering/
LayoutState.cpp 74 m_clipRect.intersect(clipRect);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceFilterPrimitive.cpp 129 absoluteSubregion.intersect(absoluteScaledFilterRegion);
RenderSVGResourceMasker.cpp 217 maskRect.intersect(maskBoundaries);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 172 clipRect.intersect(parentView->windowClipRectForLayer(layer, true));
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
TiledDrawingArea.cpp 218 contentsRect.intersect(IntRect(IntPoint::zero(), m_webPage->mainFrame()->coreFrame()->view()->contentsSize()));
  /frameworks/base/libs/hwui/
Snapshot.cpp 135 clipped = clipRect->intersect(r);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 183 // first reset the clip to max and then intersect the current (empty)
190 * Clips the layer with the given shape. This performs an intersect between the current
483 // Simple case of intersect with existing layers.
486 if (regionOp == Region.Op.INTERSECT.nativeInt && mLayers.size() > 0) {
  /frameworks/native/include/ui/
Rect.h 150 bool intersect(const Rect& with, Rect* result) const;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageViewAdapter.java 156 Utils.assertTrue(overlapRegion.intersect(wantRegion));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.tcc 64 // returns true if (__s intersect __t) is not empty
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.tcc 64 // returns true if (__s intersect __t) is not empty
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MarqueeGesture.java 32 * With a modifier key, items that intersect the rectangle can be toggled
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 211 // From all matchedConfigs we need only config_size FBConfigs, so we intersect both lists compating the CONFIG_ID attribute
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/db/wizards/model/
Table.java 186 "INSTEAD", "INTERSECT", "INTO", "IS", "ISNULL", "JOIN", "KEY", "LEFT",
  /external/skia/include/core/
SkCanvas.h 343 @param rect The rect to intersect with the current clip
372 specified region. This does not intersect or in any other way account
405 intersect with the canvas' clip
413 return false even if the path itself might not intersect the clip
418 intersect with the canvas' clip
430 not intersect the current clip)
522 with no interactions if contours intersect each other (think XOR
    [all...]
  /external/icu4c/i18n/
uspoof_impl.cpp 248 // Until then, grab the script from the char and intersect it with the set.
251 result->intersect(cpScript);
255 result->intersect(fSpoofData->fScriptSets[index]);
712 void ScriptSet::intersect(const ScriptSet &other) {
718 void ScriptSet::intersect(UScriptCode script) {
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 679 updateRect.intersect(scrollViewRect);
690 panScrollIconDirtyRect.intersect(clipRect);
952 paintRect.intersect(visibleContentRect());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 290 area.intersect(clip);
450 clip.intersect(clipping);
539 dirty.intersect(clip);
785 rect.intersect(clip);
789 rect.intersect(contentViewport);
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 867 static boolean intersect(Set<?> a, Set<?> b) {
890 return intersect(inputs, ImmutableSet.of(
904 smartAssertTrue(inputs, e, intersect(inputs, ImmutableSet.of(doneFailed,
912 intersect(inputs, ImmutableSet.of(doneCancelled, delayedCancelled)));
918 smartAssertTrue(inputs, e, intersect(
926 intersect(inputs, ImmutableSet.of(doneCancelled)));
    [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 439 mPathBounds.right, mPathBounds.bottom, Region.Op.INTERSECT.nativeInt);
452 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
465 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
474 Region.Op.INTERSECT.nativeInt);
485 Region.Op.INTERSECT.nativeInt);
498 mClipBounds.right, mClipBounds.bottom, Region.Op.INTERSECT.nativeInt);
    [all...]

Completed in 636 milliseconds

1 2 3 4 56 7 8 91011>>