Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatchCache.h51 const float pixelWidth, const float pixelHeight,
69 PatchDescription(): bitmapWidth(0), bitmapHeight(0), pixelWidth(0), pixelHeight(0), in PatchDescription()
74 const float pixelWidth, const float pixelHeight, in PatchDescription()
78 pixelWidth(pixelWidth), pixelHeight(pixelHeight), in PatchDescription()
87 LTE_FLOAT(pixelHeight) { in LTE_FLOAT()
106 float pixelHeight; member
DPatchCache.cpp54 const float pixelWidth, const float pixelHeight, in get() argument
76 pixelWidth, pixelHeight, width, height, transparentQuads, colorKey); in get()
87 width, height, pixelWidth, pixelHeight, bitmapWidth, bitmapHeight); in get()
92 mesh->updateVertices(bitmapWidth, bitmapHeight, 0.0f, 0.0f, pixelWidth, pixelHeight); in get()
102 mesh->updateVertices(bitmapWidth, bitmapHeight, 0.0f, 0.0f, pixelWidth, pixelHeight); in get()