OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:image_rect
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer_unittest.cc
143
DesktopRect
image_rect
=
local
145
image_rect
.Translate(pos);
150
if (state == MouseCursorMonitor::INSIDE &&
image_rect
.Contains(p)) {
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp
322
FX_RECT
image_rect
= image_rect_f.GetOutterRect();
local
323
int dest_width =
image_rect
.Width();
324
int dest_height =
image_rect
.Height();
711
FX_RECT
image_rect
= image_rect_f.GetOutterRect();
local
712
int dest_width =
image_rect
.Width();
713
int dest_height =
image_rect
.Height();
722
clip_box.Intersect(
image_rect
);
735
dest_left = dest_width > 0 ?
image_rect
.left :
image_rect
.right;
736
dest_top = dest_height > 0 ?
image_rect
.top : image_rect.bottom
800
FX_RECT
image_rect
=
image_rect
_f.GetOutterRect();
local
[
all
...]
/external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp
1569
FX_RECT
image_rect
=
image_rect
_f.GetOutterRect();
local
[
all
...]
/external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp
1196
FX_RECT
image_rect
;
local
[
all
...]
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp
561
FX_RECT
image_rect
= image_rect_f.GetOutterRect();
local
562
int dest_width =
image_rect
.Width();
563
int dest_height =
image_rect
.Height();
582
clip_box.Intersect(
image_rect
);
595
dest_left = dest_width > 0 ?
image_rect
.left :
image_rect
.right;
596
dest_top = dest_height > 0 ?
image_rect
.top :
image_rect
.bottom;
618
dest_rect.Intersect(
image_rect
);
620
dest_rect.left -
image_rect
.left, dest_rect.top - image_rect.top,
[
all
...]
Completed in 343 milliseconds