Home | History | Annotate | Download | only in compile

Lines Matching refs:numYDivs

162     assert(outPatch->numYDivs == inPatch->numYDivs);
170 for (int i = 0; i < outPatch->numYDivs; i++) {
952 uint8_t numYDivs = 0;
1002 &errorMsg, &numYDivs, true)) {
1010 image->info9Patch.numYDivs = numYDivs;
1098 numRows = numYDivs + 1;
1102 if (yDivs[numYDivs - 1] == H) {
1126 // being either yDivs[numYDivs-2] (if yDivs[numYDivs-1]=bitmap.height) or
1127 // yDivs[numYDivs-1]. In the former case the last row is stretchable along
1138 for (j = (yDivs[0] == 0 ? 1 : 0); j <= numYDivs && top < H; j++) {
1139 if (j == numYDivs) {