OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:full_rect
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp
238
FX_RECT
full_rect
= unit_rect.GetOutterRect();
local
244
bFlipX ?
full_rect
.right :
full_rect
.left,
245
bFlipY ?
full_rect
.bottom :
full_rect
.top,
246
bFlipX ? -
full_rect
.Width() :
full_rect
.Width(),
247
bFlipY ? -
full_rect
.Height() :
full_rect
.Height(),
257
pTransformed, color,
full_rect
.left, full_rect.top, full_rect.Width()
[
all
...]
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ViewClippingTests.java
29
static final Rect
FULL_RECT
= new Rect(0, 0, 90, 90);
68
.runWithVerifier(makeClipVerifier(
FULL_RECT
));
103
.runWithVerifier(makeClipVerifier(
FULL_RECT
));
125
.runWithVerifier(makeClipVerifier(
FULL_RECT
));
Completed in 148 milliseconds