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

/frameworks/rs/
H A DrsProgramVertex.cpp221 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight(); local
224 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
/frameworks/base/libs/input/
H A DSpriteController.h181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
196 int32_t surfaceHeight; member in struct:android::SpriteController::SpriteState
238 mLocked.state.surfaceHeight = height;

Completed in 63 milliseconds