OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_bounds
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ash/display/
shared_display_edge_indicator.h
34
// Shows/Hides the indicator window. The |
src_bounds
| is for the window on
37
void Show(const gfx::Rect&
src_bounds
, const gfx::Rect& dst_bounds);
shared_display_edge_indicator.cc
83
void SharedDisplayEdgeIndicator::Show(const gfx::Rect&
src_bounds
,
89
CreateWidget(
src_bounds
, src_indicator_);
/external/chromium_org/ash/wm/workspace/
magnetism_matcher.cc
167
const gfx::Rect&
src_bounds
(matchers_[0]->bounds());
170
IsCloseEnough(bounds.y(),
src_bounds
.y())) {
174
IsCloseEnough(bounds.bottom(),
src_bounds
.bottom())) {
181
IsCloseEnough(bounds.x(),
src_bounds
.x())) {
185
IsCloseEnough(bounds.right(),
src_bounds
.right())) {
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
sprite.cc
50
pp::Rect
src_bounds
(pp::Point(), size());
51
pp::Rect src_rect_clipped(src_rect.Intersect(
src_bounds
));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.c
86
VGfloat dst_bounds[4],
src_bounds
[4];
local
94
src_bounds
[0] = 0.f;
95
src_bounds
[1] = 0.f;
96
src_bounds
[2] = src_width;
97
src_bounds
[3] = src_height;
99
vg_bound_rect(src_loc,
src_bounds
, src_shift);
105
vg_shift_rectx(src_loc,
src_bounds
, -shift[0]);
110
vg_shift_recty(src_loc,
src_bounds
, -shift[1]);
/external/mesa3d/src/gallium/state_trackers/vega/
image.c
86
VGfloat dst_bounds[4],
src_bounds
[4];
local
94
src_bounds
[0] = 0.f;
95
src_bounds
[1] = 0.f;
96
src_bounds
[2] = src_width;
97
src_bounds
[3] = src_height;
99
vg_bound_rect(src_loc,
src_bounds
, src_shift);
105
vg_shift_rectx(src_loc,
src_bounds
, -shift[0]);
110
vg_shift_recty(src_loc,
src_bounds
, -shift[1]);
Completed in 956 milliseconds