/external/skqp/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()
|
/external/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()
|
/external/skqp/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 | 249 static bool validate_verb_sequence(const uint8_t verbs[], int vCount) { in validate_verb_sequence() argument 256 for (int i = vCount - 1; i >= 0; --i) { in validate_verb_sequence() 279 static bool deduce_pts_conics(const uint8_t verbs[], int vCount, int* ptCountPtr, in deduce_pts_conics() argument 282 if (0 < vCount && verbs[vCount-1] != SkPath::kMove_Verb) { in deduce_pts_conics() 289 for (int i = 0; i < vCount; ++i) { in deduce_pts_conics()
|
/external/skia/src/core/ |
D | SkVertState.h | 27 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState() 33 fCount = vCount; in VertState()
|
/external/skia/src/utils/ |
D | SkCustomTypeface.cpp | 272 int vCount = verbs.size(); in compress_write() local 275 stream->write16(vCount); in compress_write() 277 for (int i = 0; i < (vCount & ~3); i += 4) { in compress_write() 280 if (vCount & 3) { in compress_write() 283 for (int i = vCount & ~3; i < vCount; ++i) { in compress_write() 289 if (vCount & 1) { in compress_write()
|
/external/skqp/src/gpu/ops/ |
D | GrAAConvexPathRenderer.cpp | 119 int* vCount, in compute_vectors() argument 174 *vCount = vCount64; in compute_vectors() 274 int* vCount, in get_segments() argument 335 return compute_vectors(segments, fanPt, dir, vCount, iCount); in get_segments() 372 int vCount = 4; in create_vertices() local 374 vCount += 5; in create_vertices() 376 vCount += 6; in create_vertices() 378 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()
|
/external/skia/src/gpu/ops/ |
D | GrAAConvexPathRenderer.cpp | 121 int* vCount, in compute_vectors() argument 176 *vCount = vCount64; in compute_vectors() 283 int* vCount, in get_segments() argument 351 return compute_vectors(segments, fanPt, dir, vCount, iCount); in get_segments() 387 int vCount = 4; in create_vertices() local 389 vCount += 5; in create_vertices() 391 vCount += 6; in create_vertices() 393 if (draw->fVertexCnt + vCount > (1 << 16)) { in create_vertices()
|
D | GrAAHairLinePathRenderer.cpp | 761 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) in check_bounds() argument 776 for (int i = 0; i < vCount; ++i) { in check_bounds()
|
/external/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));
|
/external/skqp/include/core/ |
D | SkVertices.h | 256 static sk_sp<SkVertices> Alloc(int vCount, int iCount, uint32_t builderFlags,
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateIntervalFormat.java | 1690 int vCount = 0; in getDateTimeSkeleton() local 1750 ++vCount; in getDateTimeSkeleton() 1806 if ( vCount != 0 ) { in getDateTimeSkeleton()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateIntervalFormat.java | 1718 int vCount = 0; in getDateTimeSkeleton() local 1778 ++vCount; in getDateTimeSkeleton() 1834 if ( vCount != 0 ) { in getDateTimeSkeleton()
|
/external/icu/icu4c/source/i18n/ |
D | dtitvfmt.cpp | 1043 int32_t vCount = 0; in getDateTimeSkeleton() local 1104 ++vCount; in getDateTimeSkeleton() 1160 if ( vCount != 0 ) { in getDateTimeSkeleton()
|
/external/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()
|
/external/skqp/bench/ |
D | PathBench.cpp | 339 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)]; in makePath() local 340 for (int v = 0; v < vCount; ++v) { in makePath()
|
/external/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()
|