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

  /external/chromium_org/third_party/skia/gm/
filterindiabox.cpp 53 float vertScale = 30.0f/55.0f;
56 fMatrix[0].setScale(horizScale, vertScale);
57 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(horizScale, vertScale);
  /external/skia/gm/
filterindiabox.cpp 53 float vertScale = 30.0f/55.0f;
56 fMatrix[0].setScale(horizScale, vertScale);
57 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(horizScale, vertScale);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 124 int horizSscale, vertScale;
141 vertScale = pInputStream[9] >> 6;
142 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "width = %d, height = %d, horizSscale = %d, vertScale = %d", width, height, horizSscale, vertScale);
    [all...]

Completed in 161 milliseconds