OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECT
(Results
226 - 230
of
230
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium_org/ui/views/
view.cc
74
// The minimum percentage of a view's area that needs to be covered by a
rect
76
//
rect
-based targeting algorithm.
319
SetBoundsRect(gfx::
Rect
(x, y, std::max(0, width), std::max(0, height)));
322
void View::SetBoundsRect(const gfx::
Rect
& bounds) {
338
gfx::
Rect
prev = bounds_;
359
gfx::
Rect
View::GetContentsBounds() const {
360
gfx::
Rect
contents_bounds(GetLocalBounds());
366
gfx::
Rect
View::GetLocalBounds() const {
367
return gfx::
Rect
(size());
370
gfx::
Rect
View::GetLayerBoundsInPixel() const
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc
158
std::vector<gfx::
Rect
> cutout_rects;
163
// the clip
rect
from the renderer, then remove the cutout rects from the
178
// Now get the cached clip
rect
and cutouts for this plugin window that came
198
std::vector<gfx::
Rect
> cutout_rects = i->second.cutout_rects;
200
gfx::
Rect
offset_cutout = params->cutout_rects[i];
291
results->
rect
= display.bounds();
515
const gfx::
Rect
& bounds_in_screen) {
554
gfx::
Rect
bounds;
604
gfx::
Rect
window_bounds = window_->GetBoundsInRootWindow();
638
InternalSetBounds(gfx::
Rect
(window_->bounds().origin(), size))
980
gfx::Rect
rect
= gfx::SubtractRects(copy_
rect
s[i], scroll_
rect
);
local
2347
const gfx::Rect
rect
=
local
3401
gfx::Rect
rect
= window_->bounds();
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
Completed in 253 milliseconds
1
2
3
4
5
6
7
8
9
10