Home
last modified time | relevance | path

Searched refs:fIndexCount (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/core/
H A DSkVertices.cpp35 fIndexCount; member
49 fISize = safe.mul(desc.fIndexCount, sizeof(uint16_t)); in Sizes()
52 if (desc.fIndexCount) { in Sizes()
54 numFanTris = desc.fIndexCount - 2; in Sizes()
139 fVertices->fIndexCount = desc.fIndexCount; in init()
150 SkASSERT(fVertices->fIndexCount); in detach()
152 for (int t = 0; t < fVertices->fIndexCount - 2; ++t) { in detach()
157 fVertices->fIndexCount = 3 * (fVertices->fIndexCount in detach()
[all...]
H A DSkVerticesPriv.h30 int indexCount() const { return fVertices->fIndexCount; } in indexCount()
/third_party/skia/src/gpu/
H A DGrSimpleMesh.h32 int fIndexCount; member
66 fIndexCount = indexCount; in setIndexed()
88 fIndexCount = indexCount; in setIndexedPatterned()
H A DGrDrawIndirectCommand.h24 uint32_t fIndexCount; member
H A DGrOpFlushState.cpp236 this->drawIndexed(mesh.fIndexCount, mesh.fBaseIndex, mesh.fMinIndexValue, in drawMesh()
239 this->drawIndexPattern(mesh.fIndexCount, mesh.fPatternRepeatCount, in drawMesh()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeCompressor.java276 private int [] fIndexCount = new int [ MAXINDEX + 1 ]; field in UnicodeCompressor
551 fIndexCount[curIndex]++; in compress()
565 if((fIndexCount[curIndex] > 1) || in compress()
747 fIndexCount[curIndex]++; in compress()
762 if((fIndexCount[curIndex] > 1) || in compress()
847 fIndexCount[i] = 0; in reset()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeCompressor.java277 private int [] fIndexCount = new int [ MAXINDEX + 1 ]; field in UnicodeCompressor
548 fIndexCount[curIndex]++; in compress()
562 if((fIndexCount[curIndex] > 1) || in compress()
744 fIndexCount[curIndex]++; in compress()
759 if((fIndexCount[curIndex] > 1) || in compress()
843 fIndexCount[i] = 0; in reset()
/third_party/skia/src/gpu/ops/
H A DShadowRRectOp.cpp234 fIndexCount = circle_type_to_index_count(kStroke_RRectType == type); in ShadowCircularRRectOp()
237 fIndexCount = rrect_type_to_index_count(type); in ShadowCircularRRectOp()
565 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
601 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1, variable
624 fIndexCount += that->fIndexCount;
653 int fIndexCount; member in __anon18856::final
H A DDrawVerticesOp.cpp297 int fIndexCount; member in skgpu::v1::DrawVerticesOp::final
326 fIndexCount = info.indexCount(); in DrawVerticesOpImpl()
354 (int)fPrimitiveType, fMeshes.count(), fVertexCount, fIndexCount, in onDumpInfo()
427 indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
483 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertexCount - 1, in onPrepareDraws() local
577 fIndexCount += that->fIndexCount; in onCombineIfPossible()
H A DGrOvalOpFactory.cpp1242 fIndexCount = circle_type_to_index_count(stroked);
1320 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
1426 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1,
1468 fIndexCount += that->fIndexCount;
1506 int fIndexCount;
1615 fIndexCount = circle_type_to_index_count(true);
1692 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
1757 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1,
1791 fIndexCount
[all...]
/third_party/skia/include/core/
H A DSkVertices.h133 int fIndexCount; member in SkVertices
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 11 milliseconds