Searched refs:yCount (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkLatticeIter.cpp | 132 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()
|
D | SkRecords.h | 250 int yCount;
|
D | SkRecordDraw.cpp | 112 lattice.fYCount = r.yCount; in draw()
|
/third_party/skia/src/core/ |
D | SkLatticeIter.cpp | 132 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()
|
D | SkRecords.h | 251 int yCount;
|
D | SkRecordDraw.cpp | 123 lattice.fYCount = r.yCount; in draw()
|
/third_party/flutter/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateIntervalFormat.java | 1558 int yCount = 0; in getDateTimeSkeleton() local 1582 ++yCount; in getDateTimeSkeleton() 1642 if ( yCount != 0 ) { in getDateTimeSkeleton() 1643 for (i = 0; i < yCount; i++) { in getDateTimeSkeleton()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateIntervalFormat.java | 1732 int yCount = 0; in getDateTimeSkeleton() local 1755 ++yCount; in getDateTimeSkeleton() 1813 if ( yCount != 0 ) { in getDateTimeSkeleton() 1814 for (i = 0; i < yCount; i++) { in getDateTimeSkeleton()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtitvfmt.cpp | 1059 int32_t yCount = 0; in getDateTimeSkeleton() local 1083 ++yCount; in getDateTimeSkeleton() 1141 if ( yCount != 0 ) { in getDateTimeSkeleton() 1142 for (i = 0; i < yCount; ++i) { in getDateTimeSkeleton()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtitvfmt.cpp | 1059 int32_t yCount = 0; in getDateTimeSkeleton() local 1083 ++yCount; in getDateTimeSkeleton() 1141 if ( yCount != 0 ) { in getDateTimeSkeleton() 1142 for (i = 0; i < yCount; ++i) { in getDateTimeSkeleton()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtitvfmt.cpp | 1059 int32_t yCount = 0; in getDateTimeSkeleton() local 1083 ++yCount; in getDateTimeSkeleton() 1141 if ( yCount != 0 ) { in getDateTimeSkeleton() 1142 for (i = 0; i < yCount; ++i) { in getDateTimeSkeleton()
|