OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeWindowScale
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/flatland/
GLHelper.h
74
bool
computeWindowScale
(uint32_t w, uint32_t h, float* scale);
GLHelper.cpp
220
bool GLHelper::
computeWindowScale
(uint32_t w, uint32_t h, float* scale) {
263
result =
computeWindowScale
(w, h, &scale);
Completed in 652 milliseconds