OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clip_rect_in_pixel
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc
286
gfx::Rect
clip_rect_in_pixel
= gfx::win::DIPToScreenRect(move.clip_rect);
local
287
HRGN hrgn = ::CreateRectRgn(
clip_rect_in_pixel
.x(),
288
clip_rect_in_pixel
.y(),
289
clip_rect_in_pixel
.right(),
290
clip_rect_in_pixel
.bottom());
301
if (
clip_rect_in_pixel
.IsEmpty() &&
Completed in 27 milliseconds