Home | History | Annotate | Download | only in core

Lines Matching defs:yCount

133     int yCount = origYCount;
141 bool yIsScalable = (yCount > 0 && src.fTop == yDivs[0]);
146 yCount--;
152 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom);
160 fSrcY.reset(yCount + 2);
161 fDstY.reset(yCount + 2);
162 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable,
166 fNumRectsInLattice = (xCount + 1) * (yCount + 1);
176 bool hasPadRow = (yCount != origYCount);
185 for (int y = 0; y < yCount + 1; y++) {