Searched refs:vCount (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/tests/ |
D | VerticesTest.cpp | 79 int vCount = 5; in DEF_TEST() local 89 SkVertices::Builder builder(SkVertices::kTriangles_VertexMode, vCount, iCount, flags); in DEF_TEST() 91 for (int i = 0; i < vCount; ++i) { in DEF_TEST() 102 builder.indices()[i] = i % vCount; in DEF_TEST()
|
/third_party/skia/src/utils/ |
D | SkCustomTypeface.cpp | 273 int vCount = verbs.size(); in compress_write() local 276 stream->write16(vCount); in compress_write() 278 for (int i = 0; i < (vCount & ~3); i += 4) { in compress_write() 281 if (vCount & 3) { in compress_write() 284 for (int i = vCount & ~3; i < vCount; ++i) { in compress_write() 290 if (vCount & 1) { in compress_write()
|
/third_party/skia/src/core/ |
D | SkVertState.h | 27 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState() 33 fCount = vCount; in VertState()
|
/third_party/skia/src/gpu/ops/ |
D | AAConvexPathRenderer.cpp | 122 int* vCount, in compute_vectors() argument 177 *vCount = vCount64; in compute_vectors() 281 int* vCount, in get_segments() argument 349 return compute_vectors(segments, fanPt, dir, vCount, iCount); in get_segments() 385 int vCount = 4; in create_vertices() local 387 vCount += 5; in create_vertices() 389 vCount += 6; in create_vertices() 391 if (draw->fVertexCnt + vCount > (1 << 16)) { in create_vertices()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateIntervalFormat.java | 1562 int vCount = 0; in getDateTimeSkeleton() local 1624 ++vCount; in getDateTimeSkeleton() 1682 if ( vCount != 0 ) { in getDateTimeSkeleton()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateIntervalFormat.java | 1739 int vCount = 0; in getDateTimeSkeleton() local 1799 ++vCount; in getDateTimeSkeleton() 1855 if ( vCount != 0 ) { in getDateTimeSkeleton()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtitvfmt.cpp | 1067 int32_t vCount = 0; in getDateTimeSkeleton() local 1128 ++vCount; in getDateTimeSkeleton() 1184 if ( vCount != 0 ) { in getDateTimeSkeleton()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtitvfmt.cpp | 1061 int32_t vCount = 0; in getDateTimeSkeleton() local 1122 ++vCount; in getDateTimeSkeleton() 1178 if ( vCount != 0 ) { in getDateTimeSkeleton()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtitvfmt.cpp | 1067 int32_t vCount = 0; in getDateTimeSkeleton() local 1128 ++vCount; in getDateTimeSkeleton() 1184 if ( vCount != 0 ) { in getDateTimeSkeleton()
|
/third_party/skia/bench/ |
D | PathBench.cpp | 341 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)]; in makePath() local 342 for (int v = 0; v < vCount; ++v) { in makePath()
|