OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDPI
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsContext.h
238
uint32_t getDPI() const {return
mDPI
;}
239
void setDPI(uint32_t dpi) {
mDPI
= dpi;}
299
uint32_t
mDPI
;
rsContext.cpp
435
mDPI
= 96;
Completed in 50 milliseconds