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

<<1112131415161718

  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 796 inline bool intersect(const hwc_rect &r1, const hwc_rect &r2) function
930 if (intersect(visible_rect, overlaps.itemAt(j)))
950 if (intersect(visible_rect, other_rect))
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 406 // set for each term, and intersect each to get a final candidate list.
440 // the char/word_id map entry and intersect with the set in an incremental
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 881 // can intersect to detect dead code (an empty range).
887 // Try to intersect ranges of the BB and the constraint on the edge.
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 756 // Find all segments from other contours which intersect this one
769 // when we cast an XRay, does not intersect the other contours at
    [all...]
LoopBlinnMathUtils.cpp 507 // intersect, for symmetry with xRayCrossesMonotonicCubic.
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 111 /// intersect with each other.
  /external/freetype/src/pshinter/
pshrec.c 372 /* test whether two masks in a table intersect */
  /external/icu4c/common/
ucnvsel.cpp 663 // internal fn to intersect two sets of masks
uniset.cpp     [all...]
  /external/libvpx/examples/includes/geshi/geshi/
groovy.php     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 566 /// intersect the instruction at all.
  /external/llvm/include/llvm/Support/
IntegersSubsetMapping.h 428 /// THIS intersect RHS is placed into Intersection.
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 332 * return true if the rectangles intersect, false otherwise
  /external/skia/src/gpu/
GrDrawState.h 586 GrPoint intersect(const Edge& other) { function in class:GrDrawState::Edge
GrTesselatedPathRenderer.cpp 342 vertices[i] = prev_edge.intersect(edge);
  /external/v8/src/
preparser.h 170 // kGetterProperty and kSetterProperty doesn't intersect, but not if it
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 200 exposedRect.intersect(frameRect());
  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 207 repaintRect.intersect(contentBoxRect());
RenderListBox.cpp 429 itemRect.intersect(controlClipRect(tx, ty));
  /frameworks/base/docs/html/guide/topics/graphics/
hardware-accel.jd 198 Android system redraws views when they intersect the dirty region, a view whose content you
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 699 if (bounds.intersect(*mSnapshot->clipRect)) {
706 if (!bounds.intersect(mSnapshot->previous->viewport)) {
714 if (clip.intersect(untransformedBounds)) {
    [all...]
  /frameworks/native/libs/gui/
SurfaceTextureClient.cpp 296 mCrop.intersect(Rect(buffer->width, buffer->height), &crop);
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
UiObject.java 266 nodeRect.intersect(parentRect);

Completed in 1803 milliseconds

<<1112131415161718