Home
last modified time | relevance | path

Searched refs:yCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DNinePatchUtils.h64 int yCount = lattice->fYCount; in SetLatticeFlags() local
68 yCount--; in SetLatticeFlags()
73 for (int y = 0; y < yCount + 1; y++) { in SetLatticeFlags()
DPatch.cpp55 uint32_t yCount = patch->numYDivs; in Patch() local
57 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 4; in Patch()
67 const uint32_t yStretchCount = (yCount + 1) >> 1; in Patch()
89 for (uint32_t i = 1; i < yCount; i += 2) { in Patch()
109 for (uint32_t i = 0; i < yCount; i++) { in Patch()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DShaderProgram.java283 private native boolean setShaderTileCounts(int xCount, int yCount); in setShaderTileCounts() argument