Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatchCache.h94 mPixelWidth(0), mPixelHeight(0) { in PatchDescription()
100 mPixelWidth(pixelWidth), mPixelHeight(pixelHeight) { in PatchDescription()
135 float mPixelWidth; member
DPatchCache.cpp73 hash = JenkinsHashMix(hash, mPixelWidth); in hash()