HomeSort by relevance Sort by last modified time
    Searched refs:xRatio (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
VDMXParser.cpp 143 uint8_t xRatio, yRatio1, yRatio2;
146 || !buf.readU8(&xRatio)
152 if ((xRatio == 1 && yRatio1 <= 1 && yRatio2 >= 1)
153 || (xRatio == 0 && yRatio1 == 0 && yRatio2 == 0)) {
  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 323 float xRatio = 1.0;
347 xRatio = (float)x/fbWidth;
353 x = (xRatio * asW) + asX;
    [all...]

Completed in 32 milliseconds