HomeSort by relevance Sort by last modified time
    Searched full:intersect (Results 151 - 175 of 719) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 102 if (!fFiniteBound.intersect(prevFinite)) {
161 if (!fFiniteBound.intersect(prevFinite)) {
207 if (!fFiniteBound.intersect(prevFinite)) {
230 if (!fFiniteBound.intersect(prevFinite)) {
500 return rect->intersect(bounds);
544 if (!element->fRect.intersect(rect)) {
738 if (!devBounds->intersect(temp)) {
SkTileGrid.h 46 * Populate 'results' with data pointers corresponding to bounding boxes that intersect 'query'
  /external/skia/src/core/
SkClipStack.cpp 102 if (!fFiniteBound.intersect(prevFinite)) {
161 if (!fFiniteBound.intersect(prevFinite)) {
207 if (!fFiniteBound.intersect(prevFinite)) {
230 if (!fFiniteBound.intersect(prevFinite)) {
500 return rect->intersect(bounds);
544 if (!element->fRect.intersect(rect)) {
738 if (!devBounds->intersect(temp)) {
  /external/chromium_org/cc/base/
tiling_data.cc 285 rect.Intersect(gfx::Rect(tiling_data_->total_size()));
333 consider.Intersect(bounds);
334 ignore.Intersect(bounds);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_damage.cc 147 root_damage.Intersect(root_surface->content_rect());
209 root_damage.Intersect(root_surface->content_rect());
331 root_damage.Intersect(root_surface->content_rect());
  /external/chromium_org/third_party/sqlite/src/test/
selectB.test 314 INTERSECT
322 INTERSECT
330 INTERSECT
  /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.");
  /art/compiler/dex/
arena_bit_vector.h 99 void Intersect(const ArenaBitVector* src2);
  /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/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 301 bounds.Intersect(root_window_bounds);
320 bounds.Intersect(root_window_bounds);
332 bounds.Intersect(root_window_bounds);
347 bounds.Intersect(root_window_bounds);
  /external/chromium_org/cc/layers/
picture_layer.cc 77 rect.Intersect(gfx::Rect(bounds()));
  /external/chromium_org/cc/resources/
picture_layer_tiling_set.h 26 // any tiles that intersect |layer_invalidation|. Update the size of all
  /external/chromium_org/content/browser/aura/
software_output_device_win.cc 63 rect.Intersect(gfx::Rect(viewport_size_));
  /external/chromium_org/content/renderer/
disambiguation_popup_helper.cc 102 zoom_rect->Intersect(gfx::Rect(visible_content_size));
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 404 // We don't support discontiguous selection. We don't do anything if r and range don't intersect.
407 // The original range and r intersect.
414 // We don't support discontiguous selection. We don't do anything if r and range don't intersect.
421 // The original range and r intersect.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEDropShadow.cpp 61 absolutePaintRect.intersect(maxEffectRect());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceFilterPrimitive.cpp 95 absoluteSubregion.intersect(absoluteScaledFilterRegion);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-set.cc 173 set->intersect (other);
  /external/chromium_org/ui/gfx/
rect.cc 86 result.Intersect(b);
  /external/chromium_org/ui/snapshot/
snapshot_aura.cc 52 read_pixels_bounds_in_pixel.Intersect(gfx::Rect(compositor->size()));
  /external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationElement.java 160 visibleBounds.intersect(parentBounds);

Completed in 1985 milliseconds

1 2 3 4 5 67 8 91011>>