/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEOffset.cpp | 73 paintRect.intersect(maxEffectRect());
|
/external/webkit/Source/WebCore/svg/graphics/filters/ |
SVGFEImage.cpp | 55 paintRect.intersect(maxEffectRect());
|
/frameworks/native/include/ui/ |
Region.h | 72 const Region intersect(const Rect& rhs) const; 78 const Region intersect(const Region& rhs) const; 92 const Region intersect(const Region& rhs, int dx, int dy) const; 182 return intersect(rhs);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageSmallBorder.java | 67 Region.Op.INTERSECT);
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
sorted_array_utils.js | 94 * defnied by ary, mapLoFn and mapHiFn that intersect the range 140 * @return {Array} Array of elements in ary that intersect loVal, hiVal.
|
/external/chromium-trace/trace-viewer/src/ |
sorted_array_utils.js | 94 * defnied by ary, mapLoFn and mapHiFn that intersect the range 143 * @return {Array} Array of elements in ary that intersect loVal, hiVal.
|
/external/openfst/src/include/ |
Makefile.am | 26 fst/script/info-impl.h fst/script/info.h fst/script/intersect.h \ 38 nobase_include_HEADERS = fst/arc.h fst/determinize.h fst/intersect.h \
|
/external/openfst/src/include/fst/ |
intersect.h | 0 // intersect.h 143 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
|
/external/webkit/Source/WebCore/platform/graphics/ |
FloatPoint.h | 207 // Find point where lines through the two pairs of points intersect. Returns false if the lines don't intersect.
|
FloatRect.h | 113 void intersect(const FloatRect&); 196 c.intersect(b);
|
TiledBackingStore.cpp | 217 keepRect.intersect(contentsRect()); 225 coverRect.intersect(contentsRect()); 347 rect.intersect(contentsRect());
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerTilerChromium.h | 73 // Draw all tiles that intersect with the content rect. 126 // Invalidate any tiles which do not intersect with the contentRect
|
/frameworks/base/opengl/java/android/opengl/ |
Visibility.java | 56 * intersect the frustum. 87 * that are either contained entirely within or intersect the frustum.
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
render.rs | 231 bool isPicked = intersect(current, pnt, vec); 239 bool isPicked = intersect(current, pnt, vec);
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Ray.java | 88 * <code>intersect</code> determines if the Ray intersects a triangle. 92 // public boolean intersect(Triangle t) { 93 // return intersect(t.get(0), t.get(1), t.get(2)); 96 * <code>intersect</code> determines if the Ray intersects a triangle 107 // public boolean intersect(Vector3f v0,Vector3f v1,Vector3f v2){
|
/external/skia/include/core/ |
SkRegion.h | 198 * not intersect the region. Returning false is not a guarantee that they 199 * intersect, but returning true is a guarantee that they do not. 208 * intersect. Returning false is not a guarantee that they intersect, but 232 kIntersect_Op, //!< intersect the two regions
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
FeatureUtil.java | 305 * @param sets the sets to intersect 308 * intersect 313 "Can't intersect no sets; would have to return the universe.");
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RectFTest.java | 144 assertTrue(mRectF.intersect(5, 5, 15, 15)); 151 assertFalse(mRectF.intersect(15, 15, 25, 25)); 165 assertTrue(mRectF.intersect(rectF)); 173 assertFalse(mRectF.intersect(rectF));
|
RectTest.java | 338 assertTrue(mRect.intersect(5, 5, 15, 15)); 345 assertFalse(mRect.intersect(15, 15, 25, 25)); 358 assertTrue(mRect.intersect(rect)); 366 assertFalse(mRect.intersect(rect));
|
/dalvik/vm/ |
BitVector.h | 73 * Intersect two bit vectors and store the result to the dest vector.
|
/external/chromium/chrome/browser/ui/ |
window_sizer_linux.cc | 29 return rect.Intersect(GetPrimaryMonitorBounds());
|
/external/chromium/chrome/common/extensions/ |
extension_l10n_util.h | 73 // 4. Intersect both lists, and add intersection to the extension.
|
/external/compiler-rt/lib/tsan/unit_tests/ |
tsan_platform_test.cc | 41 // Ensure that tls and stack do not intersect.
|
/external/skia/src/gpu/ |
GrClip.cpp | 81 if (!dst->intersect(src)) {
|
/external/skia/src/utils/ |
SkCullPoints.cpp | 52 return false; // we didn't intersect
|