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

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp311 static HwcTestDim startDim = defaultStartDim; variable
363 startDim = hwcTestParseDim(in, error);
423 testPrintI("startDim: %s", ((string) startDim).c_str());
450 Rectangle rect(format->format, startDim);
644 (x + startDim.width()) < (unsigned int) width;
645 x += (allowOverlap) ? 1 : startDim.width()) {
647 (y + startDim.height()) < (unsigned int) height;
648 y += (allowOverlap) ? 1 : startDim.height()) {
649 Rectangle rect(format, startDim, startDi
[all...]

Completed in 242 milliseconds