Lines Matching refs:fIndexCount
1242 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 += that->fIndexCount;
1830 int fIndexCount;
2600 fIndexCount = rrect_type_to_index_count(type);
2723 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
2795 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1,
2829 fIndexCount += that->fIndexCount;
2863 int fIndexCount;