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

/frameworks/rs/
H A DrsProgramVertex.cpp220 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth(); 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) {
195 int32_t surfaceWidth; member in struct:android::SpriteController::SpriteState
237 mLocked.state.surfaceWidth = width;

Completed in 2173 milliseconds