OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourceDim
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/tests/hwc/
hwcRects.cpp
44
*
sourceDim
: [width, height]
55
*
sourceDim
: [50, 60] sourceCrop: [5, 8, 12, 15]
147
alpha(defaultAlpha),
sourceDim
(defaultSourceDim),
156
HwcTestDim
sourceDim
;
390
// Set default
sourceDim
and sourceCrop based on size of display frame.
393
rect.
sourceDim
= HwcTestDim(rect.displayFrame.right
399
rect.sourceCrop.right = rect.
sourceDim
.width();
400
rect.sourceCrop.bottom = rect.
sourceDim
.height();
465
} else if (attrName == "
sourceDim
:") { // Source Dimension
466
rect.
sourceDim
= hwcTestParseDim(in, error)
[
all
...]
hwcCommit.cpp
174
HwcTestDim
sourceDim
;
[
all
...]
Completed in 1314 milliseconds