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

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp72 size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap,
82 size_t t = hwh - sourceCrop.top;
83 size_t b = hwh - sourceCrop.bottom;
71 setViewportAndProjection( size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap, Transform::orientation_flags rotation) argument
H A DGLES20RenderEngine.cpp79 size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap,
86 size_t t = hwh - sourceCrop.top;
87 size_t b = hwh - sourceCrop.bottom;
78 setViewportAndProjection( size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap, Transform::orientation_flags rotation) argument

Completed in 54 milliseconds