HomeSort by relevance Sort by last modified time
    Searched refs:Intersect (Results 26 - 50 of 140) sorted by null

12 3 4 5 6

  /external/chromium_org/content/browser/aura/
software_output_device_x11.cc 76 rect.Intersect(gfx::Rect(viewport_size_));
software_output_device_win.cc 64 rect.Intersect(gfx::Rect(viewport_size_));
  /external/chromium_org/ui/gfx/range/
range.cc 70 Range Range::Intersect(const Range& range) const {
  /external/chromium_org/ui/snapshot/
snapshot_aura.cc 52 read_pixels_bounds_in_pixel.Intersect(gfx::Rect(compositor->size()));
  /art/compiler/dex/
arena_bit_vector.cc 96 // Intersect with another bit vector. Sizes and expandability must be the same.
97 void ArenaBitVector::Intersect(const ArenaBitVector* src) {
  /external/chromium/chrome/browser/ui/
window_sizer_linux.cc 29 return rect.Intersect(GetPrimaryMonitorBounds());
  /external/chromium_org/cc/output/
direct_renderer.cc 215 frame.root_damage_rect.Intersect(gfx::Rect(device_viewport_rect.size()));
261 // Only intersect inverse-projected damage if the transform is invertible.
265 render_pass_scissor.Intersect(damage_rect_in_render_pass_space);
309 quad_scissor_rect.Intersect(quad.clipRect());
324 window_space_rect.Intersect(DeviceClipRectInWindowSpace(frame));
  /external/chromium_org/cc/resources/
layer_quad.h 60 gfx::PointF Intersect(const Edge& e) const {
picture_pile_impl.cc 162 // Note that in essence, we're trying to mimic clipRegion with intersect op
165 // ignores the transform). Intersect then can be written as subtracting the
166 // negation of the region we're trying to intersect. Luckily, we know that all
194 content_clip.Intersect(canvas_rect);
223 content_rect.Intersect(canvas_rect);
331 layer_rect.Intersect(gfx::Rect(tiling_.total_size()));
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_damage.cc 276 root_damage.Intersect(root_surface->content_rect());
338 root_damage.Intersect(root_surface->content_rect());
472 root_damage.Intersect(root_surface->content_rect());
543 root_damage.Intersect(root_surface->content_rect());
  /external/chromium_org/content/browser/renderer_host/
gtk_window_utils.cc 85 available_rect.Intersect(work_area);
  /external/chromium_org/content/renderer/
disambiguation_popup_helper.cc 102 zoom_rect->Intersect(gfx::Rect(visible_content_size));
  /external/chromium_org/extensions/common/permissions/
api_permission.cc 75 virtual APIPermission* Intersect(const APIPermission* rhs) const OVERRIDE {
api_permission.h 224 // Returns a new API permission which equals the intersect of this and |rhs|.
225 virtual APIPermission* Intersect(const APIPermission* rhs) const = 0;
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 80 Rect clipped_rect = rect.Intersect(Rect(GetEffectiveSize()));
paint_aggregator.cc 69 return scroll_rect.Intersect(damaged_rect);
210 result = update_.scroll_rect.Intersect(result);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
intersect.h 0 // intersect.h
118 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
  /external/openfst/src/include/fst/script/
fstscript.h 47 #include <fst/script/intersect.h>
108 REGISTER_FST_OPERATION(Intersect, Arc, IntersectArgs1);
109 REGISTER_FST_OPERATION(Intersect, Arc, IntersectArgs2);
  /external/chromium_org/cc/base/
tiling_data.cc 287 rect.Intersect(gfx::Rect(tiling_data_->total_size()));
345 consider.Intersect(bounds);
346 ignore.Intersect(bounds);
  /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/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 373 bounds.Intersect(root_window_bounds);
392 bounds.Intersect(root_window_bounds);
404 bounds.Intersect(root_window_bounds);
419 bounds.Intersect(root_window_bounds);
  /external/chromium_org/cc/layers/
picture_layer.cc 77 rect.Intersect(gfx::Rect(bounds()));
  /external/chromium_org/ppapi/cpp/
rect.h 342 /// Intersect() computes the intersection of this rectangle with the given
348 Rect Intersect(const Rect& rect) const;
359 /// <code>rect</code> from this Rect. If <code>rect</code>does not intersect
  /external/chromium_org/ui/gfx/
rect.cc 86 result.Intersect(b);
rect_base.h 111 // An empty rectangle doesn't intersect any rectangle.
115 void Intersect(const Class& rect);

Completed in 1101 milliseconds

12 3 4 5 6