Searched defs:yCount (Results 1 - 3 of 3) sorted by relevance

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

Completed in 1072 milliseconds