Home
last modified time | relevance | path

Searched refs:getDotsPerThousandInchesY (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDisplayConfig.h66 int32_t getDotsPerThousandInchesY() const { return mDpiY * 1000; } in getDotsPerThousandInchesY() function
DDisplayConfig.cpp68 return getDotsPerThousandInchesY(); in getAttribute()