OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_height
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gfx/x/
x11_types.h
38
// - |src_x|, |src_y|, |copy_width| and |
copy_height
| define source region
39
// - |dst_x|, |dst_y|, |copy_width| and |
copy_height
| define destination region
47
int copy_width, int
copy_height
);
x11_types.cc
56
int copy_width, int
copy_height
) {
88
copy_width,
copy_height
);
115
copy_width,
copy_height
);
145
copy_width,
copy_height
);
/external/chromium_org/ui/gl/
gl_surface_osmesa.cc
47
int
copy_height
= std::min(size_.height(), new_size.height());
local
48
for (int y = 0; y <
copy_height
; ++y) {
/external/chromium_org/skia/ext/
bitmap_platform_device_win.cc
302
int
copy_height
= src_rect->bottom - src_rect->top;
local
315
copy_height
,
321
SkASSERT(copy_width != 0 &&
copy_height
!= 0);
327
copy_height
,
332
copy_height
,
Completed in 45 milliseconds