Searched refs:src_bounds (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/ash/wm/workspace/ |
D | magnetism_matcher.cc | 165 const gfx::Rect& src_bounds(matchers_[0]->bounds()); in AttachToSecondaryEdge() local 168 IsCloseEnough(bounds.y(), src_bounds.y())) { in AttachToSecondaryEdge() 172 IsCloseEnough(bounds.bottom(), src_bounds.bottom())) { in AttachToSecondaryEdge() 179 IsCloseEnough(bounds.x(), src_bounds.x())) { in AttachToSecondaryEdge() 183 IsCloseEnough(bounds.right(), src_bounds.right())) { in AttachToSecondaryEdge()
|
/external/chromium_org/ash/display/ |
D | shared_display_edge_indicator.cc | 81 void SharedDisplayEdgeIndicator::Show(const gfx::Rect& src_bounds, in Show() argument 87 CreateWidget(src_bounds, src_indicator_); in Show()
|
D | shared_display_edge_indicator.h | 36 void Show(const gfx::Rect& src_bounds, const gfx::Rect& dst_bounds);
|
/external/chromium_org/native_client_sdk/src/examples/demo/flock/ |
D | sprite.cc | 50 pp::Rect src_bounds(pp::Point(), size()); in CompositeFromRectToPoint() local 51 pp::Rect src_rect_clipped(src_rect.Intersect(src_bounds)); in CompositeFromRectToPoint()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | image.c | 86 VGfloat dst_bounds[4], src_bounds[4]; in vg_get_copy_coords() local 94 src_bounds[0] = 0.f; in vg_get_copy_coords() 95 src_bounds[1] = 0.f; in vg_get_copy_coords() 96 src_bounds[2] = src_width; in vg_get_copy_coords() 97 src_bounds[3] = src_height; in vg_get_copy_coords() 99 vg_bound_rect(src_loc, src_bounds, src_shift); in vg_get_copy_coords() 105 vg_shift_rectx(src_loc, src_bounds, -shift[0]); in vg_get_copy_coords() 110 vg_shift_recty(src_loc, src_bounds, -shift[1]); in vg_get_copy_coords()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | image.c | 86 VGfloat dst_bounds[4], src_bounds[4]; in vg_get_copy_coords() local 94 src_bounds[0] = 0.f; in vg_get_copy_coords() 95 src_bounds[1] = 0.f; in vg_get_copy_coords() 96 src_bounds[2] = src_width; in vg_get_copy_coords() 97 src_bounds[3] = src_height; in vg_get_copy_coords() 99 vg_bound_rect(src_loc, src_bounds, src_shift); in vg_get_copy_coords() 105 vg_shift_rectx(src_loc, src_bounds, -shift[0]); in vg_get_copy_coords() 110 vg_shift_recty(src_loc, src_bounds, -shift[1]); in vg_get_copy_coords()
|