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]
148 alpha(defaultAlpha), sourceDim(defaultSourceDim),
157 HwcTestDim sourceDim;
393 // Set default sourceDim and sourceCrop based on size of display frame.
396 rect.sourceDim = HwcTestDim(rect.displayFrame.right
402 rect.sourceCrop.right = rect.sourceDim.width();
403 rect.sourceCrop.bottom = rect.sourceDim.height();
468 } else if (attrName == "sourceDim:") { // Source Dimension
469 rect.sourceDim = hwcTestParseDim(in, error)
    [all...]
hwcCommit.cpp 176 HwcTestDim sourceDim;
    [all...]

Completed in 281 milliseconds