Searched refs:startDim (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp313 static HwcTestDim startDim = defaultStartDim; variable
366 startDim = hwcTestParseDim(in, error);
426 testPrintI("startDim: %s", ((string) startDim).c_str());
453 Rectangle rect(format->format, startDim);
647 (x + startDim.width()) < (unsigned int) width;
648 x += (allowOverlap) ? 1 : startDim.width()) {
650 (y + startDim.height()) < (unsigned int) height;
651 y += (allowOverlap) ? 1 : startDim.height()) {
652 Rectangle rect(format, startDim, startDi
[all...]

Completed in 33 milliseconds