Searched defs:hwh (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp78 size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap,
88 size_t t = hwh - sourceCrop.top;
89 size_t b = hwh - sourceCrop.bottom;
77 setViewportAndProjection( size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap, Transform::orientation_flags rotation) argument
H A DGLES20RenderEngine.cpp85 size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap,
92 size_t t = hwh - sourceCrop.top;
93 size_t b = hwh - sourceCrop.bottom;
84 setViewportAndProjection( size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap, Transform::orientation_flags rotation) argument

Completed in 298 milliseconds