/third_party/flutter/skia/tests/ |
D | VerticesTest.cpp | 56 int vCount = 5; in DEF_TEST() local 65 SkVertices::Builder builder(SkVertices::kTriangles_VertexMode, vCount, iCount, flags); in DEF_TEST() 67 for (int i = 0; i < vCount; ++i) { in DEF_TEST() 78 builder.indices()[i] = i % vCount; in DEF_TEST()
|
/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/core/ |
D | SkVertState.h | 27 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState() 33 fCount = vCount; in VertState()
|
/third_party/flutter/skia/src/core/ |
D | SkVertState.h | 27 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState() 33 fCount = vCount; in VertState()
|
D | SkPathRef.cpp | 254 static bool validate_verb_sequence(const uint8_t verbs[], int vCount) { in validate_verb_sequence() argument 261 for (int i = vCount - 1; i >= 0; --i) { in validate_verb_sequence() 284 static bool deduce_pts_conics(const uint8_t verbs[], int vCount, int* ptCountPtr, in deduce_pts_conics() argument 287 if (0 < vCount && verbs[vCount-1] != SkPath::kMove_Verb) { in deduce_pts_conics() 294 for (int i = 0; i < vCount; ++i) { in deduce_pts_conics()
|
/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/flutter/skia/src/gpu/ops/ |
D | GrAAConvexPathRenderer.cpp | 119 int* vCount, in compute_vectors() argument 174 *vCount = vCount64; in compute_vectors() 273 int* vCount, in get_segments() argument 342 return compute_vectors(segments, fanPt, dir, vCount, iCount); in get_segments() 379 int vCount = 4; in create_vertices() local 381 vCount += 5; in create_vertices() 383 vCount += 6; in create_vertices() 385 if (draw->fVertexCnt + vCount > (1 << 16)) { in create_vertices()
|
D | GrAAHairLinePathRenderer.cpp | 739 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) in check_bounds() argument 754 for (int i = 0; i < vCount; ++i) { in check_bounds()
|
/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/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_256_avx.inl | 240 Integer const& vCount) // return a << b (uint32) argument 245 __m128i vCountHi = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 1)); 246 __m128i vCountLow = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 0)); 305 Integer const& vCount) // return a >> b (uint32) argument 310 __m128i vCountHi = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 1)); 311 __m128i vCountLow = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 0));
|
/third_party/flutter/skia/include/core/ |
D | SkVertices.h | 256 static sk_sp<SkVertices> Alloc(int vCount, int iCount, uint32_t builderFlags,
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtitvfmt.cpp | 790 int32_t vCount = 0; in getDateTimeSkeleton() local 853 ++vCount; in getDateTimeSkeleton() 911 if ( vCount != 0 ) { in getDateTimeSkeleton()
|
/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 | 1734 int vCount = 0; in getDateTimeSkeleton() local 1794 ++vCount; in getDateTimeSkeleton() 1850 if ( vCount != 0 ) { in getDateTimeSkeleton()
|
/third_party/icu/icu4c/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 | 1061 int32_t vCount = 0; in getDateTimeSkeleton() local 1122 ++vCount; in getDateTimeSkeleton() 1178 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/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 890 Value *vCount = in swr_gs_llvm_end_primitive() local 894 vCount = unwrap(total_emitted_vertices_vec); in swr_gs_llvm_end_primitive() 901 vCount = SUB(vCount, VIMMED1(1)); in swr_gs_llvm_end_primitive() 902 Value *vOffset = ADD(UDIV(vCount, VIMMED1(8)), VIMMED1(VERTEX_COUNT_SIZE)); in swr_gs_llvm_end_primitive() 903 Value *vValue = SHL(VIMMED1(1), UREM(vCount, VIMMED1(8))); in swr_gs_llvm_end_primitive()
|
/third_party/flutter/skia/bench/ |
D | PathBench.cpp | 339 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)]; in makePath() local 340 for (int v = 0; v < vCount; ++v) { in makePath()
|
/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()
|