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

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.cpp 293 repaintRect.intersect(clipper->resourceBoundingBox(renderer));
296 repaintRect.intersect(masker->resourceBoundingBox(renderer));
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
CropView.java 122 bounds.intersect(photoBounds);
231 cropBounds.intersect(photoBounds);
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionIteratorTest.java 104 region.op(rect, Region.Op.INTERSECT);
  /external/chromium/chrome/browser/ui/
window_sizer_mac.mm 72 gfx::Rect intersection = monitor_area.Intersect(match_rect);
  /external/chromium-trace/trace-viewer/src/tracks/
timeline_slice_group_track.js 111 // even intersect). So we go to row 1. That gives us [b], and [d] wont fit
  /external/freetype/src/base/
ftoutln.c 746 FT_Int intersect;
751 intersect = ( a->y - point->y ) ^ ( b->y - point->y );
754 if ( intersect >= 0 )
756 if ( intersect == 0 && a->y == point->y )
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestCustomMesh.java 126 // move mesh a bit so that it doesn't intersect with the first one
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octree.java 150 public void intersect(Ray r, float farPlane, Geometry[] geoms, CollisionResults results){ method in class:Octree
  /external/libvpx/examples/includes/geshi/geshi/
oracle11.php 236 'INTERSECT',
oracle8.php 201 'INTERSECT',
pixelbender.php 96 'all', 'not', 'nowhere', 'everywhere', 'transform', 'union', 'intersect',
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 205 // Intersect this Element with RHS and return true if this one changed.
226 // Intersect this Element with the complement of RHS and return true if this
591 // Intersect our bitmap with the RHS and return true if ours changed.
632 // Intersect our bitmap with the complement of the RHS and return true
  /external/openfst/src/include/fst/
fstlib.h 73 #include <fst/intersect.h>
  /external/qemu/memcheck/
memcheck_malloc_map.h 20 * intersect in any part. Allocation descriptor maps are instantiated one per
memcheck_mmrange_map.h 18 * Map considers two ranges to be equal if their address ranges intersect in
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 66 * volumes intersect. This test treats the other volume as an AABox.
  /external/skia/samplecode/
SampleAAClip2.cpp 151 { SK_ColorRED, "Intersect", SkRegion::kIntersect_Op },
  /external/skia/src/core/
SkScan_Antihair.cpp 576 if (tmpR.intersect(xr)) {
589 if (tmpR.intersect(xr)) {
643 if (!newR.intersect(origR)) {
656 if (newR.intersect(origR)) {
  /external/skia/src/gpu/
SkGr.cpp 166 // intersect.
  /external/v8/src/
data-flow.h 156 void Intersect(const BitVector& other) {
  /external/valgrind/main/helgrind/
README_MSMProp2.txt 121 else intersect(oldLS,currLS)
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.cpp 57 void IntRect::intersect(const IntRect& other) function in class:WebCore::IntRect
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 193 mBounds.intersect(rect);
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEMorphology.cpp 91 paintRect.intersect(maxEffectRect());
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.h 96 // XRay, returns true if they intersect. Outgoing "ambiguous" argument

Completed in 647 milliseconds

1 2 3 45 6 7 8 91011>>