Searched refs:yCount (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkLatticeIter.cpp | 133 int yCount = origYCount; in SkLatticeIter() local 141 bool yIsScalable = (yCount > 0 && src.fTop == yDivs[0]); in SkLatticeIter() 146 yCount--; in SkLatticeIter() 152 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom); in SkLatticeIter() 160 fSrcY.reset(yCount + 2); in SkLatticeIter() 161 fDstY.reset(yCount + 2); in SkLatticeIter() 162 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable, in SkLatticeIter() 166 fNumRectsInLattice = (xCount + 1) * (yCount + 1); in SkLatticeIter() 174 bool hasPadRow = (yCount != origYCount); in SkLatticeIter() 182 for (int y = 0; y < yCount + 1; y++) { in SkLatticeIter()
|
D | SkRecords.h | 254 int yCount;
|
D | SkRecordDraw.cpp | 101 lattice.fYCount = r.yCount; in draw()
|
/external/skia/bench/ |
D | DrawLatticeBench.cpp | 16 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/ |
D | DateIntervalFormat.java | 1358 int yCount = 0; in getDateTimeSkeleton() local 1382 ++yCount; in getDateTimeSkeleton() 1442 if ( yCount != 0 ) { in getDateTimeSkeleton() 1443 for (i = 0; i < yCount; i++) { in getDateTimeSkeleton()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateIntervalFormat.java | 1345 int yCount = 0; in getDateTimeSkeleton() local 1369 ++yCount; in getDateTimeSkeleton() 1429 if ( yCount != 0 ) { in getDateTimeSkeleton() 1430 for (i = 0; i < yCount; i++) { in getDateTimeSkeleton()
|
/external/icu/icu4c/source/i18n/ |
D | dtitvfmt.cpp | 786 int32_t yCount = 0; in getDateTimeSkeleton() local 811 ++yCount; in getDateTimeSkeleton() 871 if ( yCount != 0 ) { in getDateTimeSkeleton() 872 for (i = 0; i < yCount; ++i) { in getDateTimeSkeleton()
|