Home
last modified time | relevance | path

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

/third_party/flutter/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.h250 int yCount;
DSkRecordDraw.cpp112 lattice.fYCount = r.yCount; in draw()
/third_party/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.h251 int yCount;
DSkRecordDraw.cpp123 lattice.fYCount = r.yCount; in draw()
/third_party/flutter/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()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtitvfmt.cpp786 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/
DDateIntervalFormat.java1558 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/
DDateIntervalFormat.java1732 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/
Ddtitvfmt.cpp1059 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/
Ddtitvfmt.cpp1059 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/
Ddtitvfmt.cpp1059 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()