Home
last modified time | relevance | path

Searched refs:yCount (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/core/
DSkLatticeIter.cpp132 int yCount = origYCount; in SkLatticeIter() local
140 bool yIsScalable = (yCount > 0 && src.fTop == yDivs[0]); in SkLatticeIter()
145 yCount--; in SkLatticeIter()
151 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom); in SkLatticeIter()
159 fSrcY.reset(yCount + 2); in SkLatticeIter()
160 fDstY.reset(yCount + 2); in SkLatticeIter()
161 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable, in SkLatticeIter()
165 fNumRectsInLattice = (xCount + 1) * (yCount + 1); in SkLatticeIter()
175 bool hasPadRow = (yCount != origYCount); in SkLatticeIter()
184 for (int y = 0; y < yCount + 1; y++) { in SkLatticeIter()
DSkRecords.h244 int yCount;
DSkRecordDraw.cpp108 lattice.fYCount = r.yCount; in draw()
/external/skia/src/core/
DSkLatticeIter.cpp132 int yCount = origYCount; in SkLatticeIter() local
140 bool yIsScalable = (yCount > 0 && src.fTop == yDivs[0]); in SkLatticeIter()
145 yCount--; in SkLatticeIter()
151 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom); in SkLatticeIter()
159 fSrcY.reset(yCount + 2); in SkLatticeIter()
160 fDstY.reset(yCount + 2); in SkLatticeIter()
161 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable, in SkLatticeIter()
165 fNumRectsInLattice = (xCount + 1) * (yCount + 1); in SkLatticeIter()
175 bool hasPadRow = (yCount != origYCount); in SkLatticeIter()
184 for (int y = 0; y < yCount + 1; y++) { in SkLatticeIter()
DSkRecords.h245 int yCount;
DSkRecordDraw.cpp112 lattice.fYCount = r.yCount; in draw()
/external/skqp/bench/
DDrawLatticeBench.cpp16 DrawLatticeBench(int* xDivs, int xCount, int* yDivs, int yCount, const SkISize& srcSize, in DrawLatticeBench() argument
24 fLattice.fYCount = yCount; in DrawLatticeBench()
/external/skia/bench/
DDrawLatticeBench.cpp16 DrawLatticeBench(int* xDivs, int xCount, int* yDivs, int yCount, const SkISize& srcSize, in DrawLatticeBench() argument
24 fLattice.fYCount = yCount; in DrawLatticeBench()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java1363 int yCount = 0; in getDateTimeSkeleton() local
1387 ++yCount; in getDateTimeSkeleton()
1447 if ( yCount != 0 ) { in getDateTimeSkeleton()
1448 for (i = 0; i < yCount; i++) { in getDateTimeSkeleton()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalFormat.java1351 int yCount = 0; in getDateTimeSkeleton() local
1375 ++yCount; in getDateTimeSkeleton()
1435 if ( yCount != 0 ) { in getDateTimeSkeleton()
1436 for (i = 0; i < yCount; i++) { in getDateTimeSkeleton()
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp789 int32_t yCount = 0; in getDateTimeSkeleton() local
814 ++yCount; in getDateTimeSkeleton()
874 if ( yCount != 0 ) { in getDateTimeSkeleton()
875 for (i = 0; i < yCount; ++i) { in getDateTimeSkeleton()