Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDisplayConfig.h65 int32_t getDotsPerThousandInchesX() const { return mDpiX * 1000; } in getDotsPerThousandInchesX() function
DDisplayConfig.cpp63 return getDotsPerThousandInchesX(); in getAttribute()