HomeSort by relevance Sort by last modified time
    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;
392 // Set default sourceDim and sourceCrop based on size of display frame.
395 rect.sourceDim = HwcTestDim(rect.displayFrame.right
401 rect.sourceCrop.right = rect.sourceDim.width();
402 rect.sourceCrop.bottom = rect.sourceDim.height();
467 } else if (attrName == "sourceDim:") { // Source Dimension
468 rect.sourceDim = hwcTestParseDim(in, error)
    [all...]
hwcCommit.cpp 175 HwcTestDim sourceDim;
    [all...]

Completed in 407 milliseconds