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

1 2 34 5 6 7 8 91011>>

  /external/skia/third_party/glu/libtess/
sweep.h 75 * whether they intersect yet */
alg-outline 105 edges which intersect the sweep line, sorted by their current order of
114 edges to see if they intersect.
186 - a non-invariant: these chains may intersect (slightly) due to
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fstlib.h 66 #include "fst/lib/intersect.h"
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 412 // We don't support discontiguous selection. We don't do anything if r and range don't intersect.
415 // The original range and r intersect.
422 // We don't support discontiguous selection. We don't do anything if r and range don't intersect.
428 // The original range and r intersect.
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 174 rect.intersect(contentViewport);
440 dirtyRect.intersect(enclosingIntRect(tileRectInDoc));
445 // Calculate the screen rect that is dirty, then intersect it with the
450 enclosingScreenDirty.intersect(tileRect);
  /external/webkit/Source/WebCore/rendering/svg/
SVGImageBufferTools.cpp 122 clampedAbsoluteTargetRect.intersect(svgRoot->contentBoxRect());
  /external/webkit/Source/WebKit/android/nav/
DrawExtra.cpp 71 r.intersect(clipRect);
  /frameworks/native/libs/ui/
Rect.cpp 87 bool Rect::intersect(const Rect& with, Rect* result) const function in class:android::Rect
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/model/
TableModel.java 117 "INSTEAD", "INTERSECT", "INTO", "IS", "ISNULL", "JOIN", "KEY", "LEFT",
  /external/compiler-rt/lib/tsan/rtl/
tsan_stat.cc 45 name[StatShadowIntersect] = " intersect ";
46 name[StatShadowNotIntersect] = " not intersect ";
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.h 150 void intersect(const IntRect&);
214 c.intersect(b);
  /external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.cpp 65 m_absolutePaintRect.intersect(enclosingIntRect(m_maxEffectRect));
135 // Early return if the rect does not intersect with the source.
  /external/webkit/Source/WebCore/platform/graphics/gpu/
TilingData.cpp 208 // Intersect with tile
211 srcRectIntersected.intersect(tileBounds);
LoopBlinnLocalTriangulator.cpp 210 // diagonals intersect. Note that we choose the shortest diagonal
237 // Lines (0->1), (2->3) intersect -- or should, modulo numerical
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferWinCE.cpp 140 sourceRect.intersect(rect);
198 destRect.intersect(IntRect(0, 0, bitmap->width(), bitmap->height()));
  /external/openfst/src/include/fst/
interval-set.h 135 void Intersect(const IntervalSet<T> &iset, IntervalSet<T> *oset) const;
200 void IntervalSet<T>::Intersect(const IntervalSet<T> &iset,
267 Intersect(cset, oset);
  /external/valgrind/main/coregrind/
m_libcsignal.c 153 /* dst = dst `intersect` src. */
417 /* pending = pending `intersect` set */
424 /* pending = pending `intersect` blocked */
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 217 bound.intersect(layerRect);
315 sourceRect.intersect(layerRectToContentRect(tile->m_dirtyLayerRect));
318 sourceRect.intersect(paintRect);
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 399 result.intersect(contentsRect());
409 result.intersect(contentsRect());
573 rect.intersect(contentsRect());
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.cpp 82 dirtyRect.intersect(m_webPage->bounds());
133 Region dirtyRegionInScrollRect = intersect(scrollRect, m_dirtyRegion);
140 Region movedDirtyRegionInScrollRect = intersect(translate(dirtyRegionInScrollRect, scrollOffset), scrollRect);
  /external/chromium/chrome/browser/history/
query_parser.cc 34 // Coalesces match positions in |matches| after index that intersect the match
51 // any match positions that intersect each other.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 254 if (intersect(features, requirements.getAbsentFeatures())) {
268 private static boolean intersect(Set<?> a, Set<?> b) { method in class:FeatureSpecificTestSuiteBuilder
  /external/skia/src/core/
SkDevice.cpp 128 if (!srcRect.intersect(devbounds)) {
233 if (!spriteRect.intersect(devRect)) {
  /external/skia/tests/
ReadPixelsTest.cpp 176 if (!clippedSrcRect.intersect(srcRect)) {
375 if (clippedRect.intersect(srcRect)) {
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.h 132 // Repaint parts of all composited layers that intersect the given absolute rectangle.
212 // Repaint the given rect (which is layer's coords), and regions of child layers that intersect that rect.

Completed in 431 milliseconds

1 2 34 5 6 7 8 91011>>