Home | History | Annotate | Download | only in graphics

Lines Matching refs:yDivs

124                               chunk.yDivs, chunk.numYDivs,
149 LOGV("======== ninepatch yDivs [%d,%d]\n", chunk.yDivs[0], chunk.yDivs[1]);
175 const int32_t y0 = chunk.yDivs[0];
199 numStretchyYPixelsRemaining += chunk.yDivs[i + 1] - chunk.yDivs[i];
214 // being either yDivs[1] (if yDivs[0]=0) of yDivs[0]. In the former case
217 // being either yDivs[numYDivs-2] (if yDivs[numYDivs-1]=bitmap.height) or
218 // yDivs[numYDivs-1]. In the former case the last row is stretchable along
238 src.fBottom = chunk.yDivs[j];