Searched refs:vCount (Results 1 - 19 of 19) sorted by relevance

/external/skia/src/core/
H A DSkVertState.h27 VertState(int vCount, const uint16_t indices[], int indexCount) argument
33 fCount = vCount;
H A DSkPathRef.cpp202 static bool validate_verb_sequence(const uint8_t verbs[], int vCount) {
209 for (int i = vCount - 1; i >= 0; --i) {
232 static bool deduce_pts_conics(const uint8_t verbs[], int vCount, int* ptCountPtr,
235 if (0 < vCount && verbs[vCount-1] != SkPath::kMove_Verb) {
242 for (int i = 0; i < vCount; ++i) {
/external/skqp/src/core/
H A DSkVertState.h27 VertState(int vCount, const uint16_t indices[], int indexCount) argument
33 fCount = vCount;
H A DSkPathRef.cpp202 static bool validate_verb_sequence(const uint8_t verbs[], int vCount) {
209 for (int i = vCount - 1; i >= 0; --i) {
232 static bool deduce_pts_conics(const uint8_t verbs[], int vCount, int* ptCountPtr,
235 if (0 < vCount && verbs[vCount-1] != SkPath::kMove_Verb) {
242 for (int i = 0; i < vCount; ++i) {
/external/skia/tests/
H A DVerticesTest.cpp56 int vCount = 5; local
65 SkVertices::Builder builder(SkVertices::kTriangles_VertexMode, vCount, iCount, flags);
67 for (int i = 0; i < vCount; ++i) {
78 builder.indices()[i] = i % vCount;
/external/skqp/tests/
H A DVerticesTest.cpp56 int vCount = 5; local
65 SkVertices::Builder builder(SkVertices::kTriangles_VertexMode, vCount, iCount, flags);
67 for (int i = 0; i < vCount; ++i) {
78 builder.indices()[i] = i % vCount;
H A DPathTest.cpp2547 int32_t* vCount = (int32_t*)&buffer[16]; local
2548 SkASSERT(*vCount == 5);
2559 *vCount += 1;
2561 *vCount -= 1; // restore
/external/skia/src/gpu/ops/
H A DGrAAConvexPathRenderer.cpp120 int* vCount,
133 *vCount = 0;
150 *vCount += 5;
153 *vCount += 6;
167 *vCount += 4;
267 int* vCount,
328 compute_vectors(segments, fanPt, dir, vCount, iCount);
372 int vCount = 4; local
374 vCount += 5;
376 vCount
117 compute_vectors(SegmentArray* segments, SkPoint* fanPt, SkPathPriv::FirstDirection dir, int* vCount, int* iCount) argument
263 get_segments(const SkPath& path, const SkMatrix& m, SegmentArray* segments, SkPoint* fanPt, int* vCount, int* iCount) argument
[all...]
H A DGrAAHairLinePathRenderer.cpp728 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) argument
743 for (int i = 0; i < vCount; ++i) {
/external/skqp/src/gpu/ops/
H A DGrAAConvexPathRenderer.cpp120 int* vCount,
133 *vCount = 0;
150 *vCount += 5;
153 *vCount += 6;
167 *vCount += 4;
267 int* vCount,
328 compute_vectors(segments, fanPt, dir, vCount, iCount);
372 int vCount = 4; local
374 vCount += 5;
376 vCount
117 compute_vectors(SegmentArray* segments, SkPoint* fanPt, SkPathPriv::FirstDirection dir, int* vCount, int* iCount) argument
263 get_segments(const SkPath& path, const SkMatrix& m, SegmentArray* segments, SkPoint* fanPt, int* vCount, int* iCount) argument
[all...]
H A DGrAAHairLinePathRenderer.cpp728 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) argument
743 for (int i = 0; i < vCount; ++i) {
/external/skia/include/core/
H A DSkVertices.h120 static sk_sp<SkVertices> Alloc(int vCount, int iCount, uint32_t builderFlags,
/external/skqp/include/core/
H A DSkVertices.h120 static sk_sp<SkVertices> Alloc(int vCount, int iCount, uint32_t builderFlags,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdintrin.h150 __m256i _simdemu_srlv_epi32(__m256i vA, __m256i vCount) argument
155 __m128i vCountHi = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 1));
156 __m128i vCountLow = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 0));
206 __m256i _simdemu_sllv_epi32(__m256i vA, __m256i vCount) argument
211 __m128i vCountHi = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 1));
212 __m128i vCountLow = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 0));
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateIntervalFormat.java1354 int vCount = 0;
1416 ++vCount;
1474 if ( vCount != 0 ) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalFormat.java1367 int vCount = 0;
1429 ++vCount;
1487 if ( vCount != 0 ) {
/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp793 int32_t vCount = 0; local
856 ++vCount;
916 if ( vCount != 0 ) {
/external/skia/bench/
H A DPathBench.cpp339 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)]; local
340 for (int v = 0; v < vCount; ++v) {
/external/skqp/bench/
H A DPathBench.cpp339 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)]; local
340 for (int v = 0; v < vCount; ++v) {

Completed in 4726 milliseconds