Searched defs:sourceCrop (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp45 * sourceCrop: [left, top, right, bottom]
55 * sourceDim: [50, 60] sourceCrop: [5, 8, 12, 15]
149 sourceCrop(defaultSourceCrop),
158 struct hwc_rect sourceCrop; member in class:Rectangle
323 layer->sourceCrop = it->sourceCrop;
393 // Set default sourceDim and sourceCrop based on size of display frame.
400 rect.sourceCrop.left = 0;
401 rect.sourceCrop.top = 0;
402 rect.sourceCrop
[all...]
H A DhwcCommit.cpp131 HwcTestDim sourceCrop; member in struct:searchLimits
177 struct hwc_rect sourceCrop; member in class:Rectangle
256 struct sourceCrop { struct in struct:meas
511 == searchLimits.sourceCrop.width()) ? ">= " : "",
516 == searchLimits.sourceCrop.height()) ? ">= " : "",
524 >= searchLimits.sourceCrop.width())
526 searchLimits.sourceCrop.height())) ? ">= " : "",
536 >= Rational(searchLimits.sourceCrop.width(),
551 >= Rational(searchLimits.sourceCrop.height(),
955 for (w = searchLimits.sourceCrop
[all...]

Completed in 126 milliseconds