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

/external/skia/bench/
H A DDrawLatticeBench.cpp15 DrawLatticeBench(int* xDivs, int xCount, int* yDivs, int yCount, const SkISize& srcSize, argument
23 fLattice.fYCount = yCount;
/external/skia/src/core/
H A DSkLatticeIter.cpp132 int yCount = origYCount; local
140 bool yIsScalable = (yCount > 0 && src.fTop == yDivs[0]);
145 yCount--;
151 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom);
159 fSrcY.reset(yCount + 2);
160 fDstY.reset(yCount + 2);
161 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable,
165 fNumRectsInLattice = (xCount + 1) * (yCount + 1);
173 bool hasPadRow = (yCount != origYCount);
181 for (int y = 0; y < yCount
[all...]
/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp786 int32_t yCount = 0; local
811 ++yCount;
871 if ( yCount != 0 ) {
872 for (i = 0; i < yCount; ++i) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 177 milliseconds