HomeSort by relevance Sort by last modified time
    Searched refs:vCount (Results 1 - 25 of 29) sorted by null

1 2

  /external/skia/src/core/
SkVertState.h 27 VertState(int vCount, const uint16_t indices[], int indexCount)
33 fCount = vCount;
SkPathRef.cpp 202 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/
SkVertState.h 27 VertState(int vCount, const uint16_t indices[], int indexCount)
33 fCount = vCount;
SkPathRef.cpp 202 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) {
  /frameworks/rs/
rsMesh.cpp 88 for (uint32_t vCount = 0; vCount < mHal.state.vertexBuffersCount; vCount ++) {
89 mHal.state.vertexBuffers[vCount]->serialize(rsc, stream);
121 for (uint32_t vCount = 0; vCount < vertexBuffersCount; vCount ++) {
123 vertexBuffers[vCount].set(vertexAlloc);
149 for (uint32_t vCount = 0; vCount < vertexBuffersCount; vCount ++)
    [all...]
  /external/skia/tests/
VerticesTest.cpp 56 int vCount = 5;
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/
VerticesTest.cpp 56 int vCount = 5;
65 SkVertices::Builder builder(SkVertices::kTriangles_VertexMode, vCount, iCount, flags);
67 for (int i = 0; i < vCount; ++i) {
78 builder.indices()[i] = i % vCount;
PathTest.cpp     [all...]
  /external/skia/include/core/
SkVertices.h 120 static sk_sp<SkVertices> Alloc(int vCount, int iCount, uint32_t builderFlags,
  /external/skqp/include/core/
SkVertices.h 120 static sk_sp<SkVertices> Alloc(int vCount, int iCount, uint32_t builderFlags,
  /external/skia/src/gpu/ops/
GrAAConvexPathRenderer.cpp 120 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;
374 vCount += 5;
376 vCount += 6
    [all...]
GrAAHairLinePathRenderer.cpp 728 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount)
743 for (int i = 0; i < vCount; ++i) {
    [all...]
  /external/skqp/src/gpu/ops/
GrAAConvexPathRenderer.cpp 120 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;
374 vCount += 5;
376 vCount += 6
    [all...]
GrAAHairLinePathRenderer.cpp 728 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount)
743 for (int i = 0; i < vCount; ++i) {
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdintrin.h 150 __m256i _simdemu_srlv_epi32(__m256i vA, __m256i vCount)
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)
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));
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalFormat.java     [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 793 int32_t vCount = 0;
856 ++vCount;
916 if ( vCount != 0 ) {
    [all...]
  /external/skia/bench/
PathBench.cpp 339 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)];
340 for (int v = 0; v < vCount; ++v) {
    [all...]
  /external/skqp/bench/
PathBench.cpp 339 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)];
340 for (int v = 0; v < vCount; ++v) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmobj.h     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 

Completed in 289 milliseconds

1 2