Searched refs:hwh (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.cpp | 79 size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap, in setViewportAndProjection() argument 86 size_t t = hwh - sourceCrop.top; in setViewportAndProjection() 87 size_t b = hwh - sourceCrop.bottom; in setViewportAndProjection()
|
D | GLES11RenderEngine.cpp | 72 size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap, in setViewportAndProjection() argument 82 size_t t = hwh - sourceCrop.top; in setViewportAndProjection() 83 size_t b = hwh - sourceCrop.bottom; in setViewportAndProjection()
|
D | GLES11RenderEngine.h | 54 Rect sourceCrop, size_t hwh, bool yswap,
|
D | GLES20RenderEngine.h | 69 Rect sourceCrop, size_t hwh, bool yswap,
|
D | RenderEngine.h | 95 Rect sourceCrop, size_t hwh, bool yswap, Transform::orientation_flags rotation) = 0;
|