Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatchCache.h95 mPixelWidth(0), mPixelHeight(0) { in PatchDescription()
101 mPixelWidth(pixelWidth), mPixelHeight(pixelHeight) { in PatchDescription()
137 float mPixelHeight; member
DPatchCache.cpp70 hash = JenkinsHashMix(hash, mPixelHeight); in hash()