OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentSurfaceHeight
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsContext.h
160
uint32_t
getCurrentSurfaceHeight
() const;
rsProgramVertex.cpp
213
float surfaceHeight = (float)rsc->
getCurrentSurfaceHeight
();
rsContext.cpp
496
uint32_t Context::
getCurrentSurfaceHeight
() const {
rsFont.cpp
763
mSurfaceHeight = (float)mRSC->
getCurrentSurfaceHeight
();
Completed in 80 milliseconds