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

/frameworks/base/libs/hwui/
H A DNinePatchUtils.h67 int yCount = lattice->fYCount; local
72 yCount--;
77 for (int y = 0; y < yCount + 1; y++) {
H A DPatch.cpp54 uint32_t yCount = patch->numYDivs; local
56 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 4;
66 const uint32_t yStretchCount = (yCount + 1) >> 1;
88 for (uint32_t i = 1; i < yCount; i += 2) {
108 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 65 milliseconds