Home
last modified time | relevance | path

Searched refs:fIndexCount (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/core/
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 - 2); in detach()
159 SkASSERT(!fVertices->fIndexCount); in detach()
165 fVertices->fIndexCount = 3 * (fVertices->fVertexCount - 2); in detach()
[all …]
DSkVerticesPriv.h30 int indexCount() const { return fVertices->fIndexCount; } in indexCount()
/external/skqp/src/gpu/
DGrMesh.h92 int fIndexCount; member
122 int fIndexCount; member
145 fIndexData.fIndexCount = indexCount; in setIndexed()
163 fIndexData.fIndexCount = indexCount; in setIndexedPatterned()
195 fInstanceIndexData.fIndexCount = indexCount; in setIndexedInstanced()
214 fPrimitiveType, fIndexBuffer.get(), fInstanceIndexData.fIndexCount, 0, in sendToGpu()
229 impl->sendIndexedMeshToGpu(fPrimitiveType, fIndexBuffer.get(), fIndexData.fIndexCount, in sendToGpu()
247 fPrimitiveType, fIndexBuffer.get(), fIndexData.fIndexCount * repeatCount, 0, in sendToGpu()
/external/skia/src/gpu/
DGrSimpleMesh.h32 int fIndexCount; member
66 fIndexCount = indexCount; in setIndexed()
88 fIndexCount = indexCount; in setIndexedPatterned()
DGrOpFlushState.cpp227 this->drawIndexed(mesh.fIndexCount, mesh.fBaseIndex, mesh.fMinIndexValue, in drawMesh()
230 this->drawIndexPattern(mesh.fIndexCount, mesh.fPatternRepeatCount, in drawMesh()
DGrDrawIndirectCommand.h24 uint32_t fIndexCount; member
/external/icu/android_icu4j/src/main/java/android/icu/text/
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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
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()
/external/skqp/src/gpu/ops/
DGrDrawVerticesOp.cpp44 fIndexCount = vertices->indexCount(); in GrDrawVerticesOp()
121 fMeshes.count(), fVertexCount, fIndexCount); in dumpInfo()
242 indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in drawVolatile()
316 indexBuffer = rp->createBuffer(fIndexCount * sizeof(uint16_t), in drawNonVolatile()
469 mesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertexCount - 1, in drawVertices()
535 fIndexCount += that->fIndexCount; in onCombineIfPossible()
DGrShadowRRectOp.cpp230 fIndexCount = circle_type_to_index_count(kStroke_RRectType == type); in ShadowCircularRRectOp()
233 fIndexCount = rrect_type_to_index_count(type); in ShadowCircularRRectOp()
557 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
597 mesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1, in onPrepareDraws()
607 fIndexCount += that->fIndexCount; in onCombineIfPossible()
613 int fIndexCount; member in __anon183ec0010111::ShadowCircularRRectOp
DGrOvalOpFactory.cpp1121 fIndexCount = circle_type_to_index_count(stroked); in CircleOp()
1180 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
1286 mesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1, in onPrepareDraws()
1320 fIndexCount += that->fIndexCount; in onCombineIfPossible()
1341 int fIndexCount; member in CircleOp
1445 fIndexCount = circle_type_to_index_count(true); in ButtCapDashedCircleOp()
1505 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
1570 mesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1, in onPrepareDraws()
1596 fIndexCount += that->fIndexCount; in onCombineIfPossible()
1616 int fIndexCount; member in ButtCapDashedCircleOp
[all …]
DGrDrawVerticesOp.h162 int fIndexCount; variable
/external/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp295 int fIndexCount; member in __anon04da10970111::DrawVerticesOp
325 fIndexCount = info.indexCount(); in DrawVerticesOp()
353 (int)fPrimitiveType, fMeshes.count(), fVertexCount, fIndexCount, in onDumpInfo()
423 indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
479 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertexCount - 1, in onPrepareDraws()
572 fIndexCount += that->fIndexCount; in onCombineIfPossible()
DGrShadowRRectOp.cpp234 fIndexCount = circle_type_to_index_count(kStroke_RRectType == type); in ShadowCircularRRectOp()
237 fIndexCount = rrect_type_to_index_count(type); in ShadowCircularRRectOp()
563 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
599 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1, in onPrepareDraws()
622 fIndexCount += that->fIndexCount; in onCombineIfPossible()
651 int fIndexCount; member in __anon547822ea0111::ShadowCircularRRectOp
DGrOvalOpFactory.cpp1247 fIndexCount = circle_type_to_index_count(stroked); in CircleOp()
1315 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
1421 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1, in onPrepareDraws()
1463 fIndexCount += that->fIndexCount; in onCombineIfPossible()
1501 int fIndexCount; member in CircleOp
1610 fIndexCount = circle_type_to_index_count(true); in ButtCapDashedCircleOp()
1677 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
1742 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1, in onPrepareDraws()
1776 fIndexCount += that->fIndexCount; in onCombineIfPossible()
1815 int fIndexCount; member in ButtCapDashedCircleOp
[all …]
/external/skia/include/core/
DSkVertices.h126 int fIndexCount; variable
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...