HomeSort by relevance Sort by last modified time
    Searched defs:sourceCrop (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 45 * sourceCrop: [left, top, right, bottom]
55 * sourceDim: [50, 60] sourceCrop: [5, 8, 12, 15]
149 sourceCrop(defaultSourceCrop),
158 struct hwc_rect sourceCrop;
323 layer->sourceCrop = it->sourceCrop;
391 // Set default sourceDim and sourceCrop based on size of display frame.
398 rect.sourceCrop.left = 0;
399 rect.sourceCrop.top = 0;
400 rect.sourceCrop.right = rect.sourceDim.width()
    [all...]
hwcCommit.cpp 131 HwcTestDim sourceCrop;
177 struct hwc_rect sourceCrop;
256 struct sourceCrop {
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.width(); w >= dfDim.width(); w--)
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 148 hwc_rect_t sourceCrop;
150 /* where to composite the sourceCrop onto the display. The sourceCrop

Completed in 199 milliseconds