OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bounding_rect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/overview/
window_selector_panels.cc
185
gfx::Rect
bounding_rect
;
local
188
bounding_rect
.Union((*iter)->GetBoundsInScreen());
191
ShrinkRectToFitPreservingAspectRatio(
bounding_rect
, target_bounds));
193
ScopedTransformOverviewWindow::GetTransformForRect(
bounding_rect
,
199
transform.Translate(
bounding_rect
.x() - bounds.x(),
200
bounding_rect
.y() - bounds.y());
202
transform.Translate(bounds.x() -
bounding_rect
.x(),
203
bounds.y() -
bounding_rect
.y());
/external/chromium_org/pdf/pdfium/
pdfium_engine.cc
1817
pp::Rect
bounding_rect
;
local
[
all
...]
Completed in 3654 milliseconds