Searched refs:xCount (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PatchCache.h | 70 xCount(0), yCount(0), emptyCount(0), colorKey(0) { in PatchDescription() 75 const uint32_t xCount, const uint32_t yCount, in PatchDescription() 79 xCount(xCount), yCount(yCount), in PatchDescription() 88 LTE_INT(xCount) { in LTE_FLOAT() 107 uint32_t xCount; member
|
D | Patch.cpp | 34 Patch::Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads): in Patch() argument 35 mXCount(xCount), mYCount(yCount), mEmptyQuads(emptyQuads) { in Patch() 38 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 2 * 3; in Patch() 50 xCount, yCount, emptyQuads, maxVertices); in Patch()
|
D | Patch.h | 48 Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads = 0);
|