Lines Matching defs:fMeshes
274 return fMeshes[0].fVertices->priv().hasIndices();
292 SkSTArray<1, Mesh, true> fMeshes;
332 Mesh& mesh = fMeshes.push_back();
354 (int)fPrimitiveType, fMeshes.count(), fVertexCount, fIndexCount,
370 gpColor.setToConstant(fMeshes.front().fColor);
374 if (gpColor.isConstant(&fMeshes.front().fColor)) {
375 fMeshes.front().fIgnoreColors = true;
385 const SkMatrix& vm = fMultipleViewMatrices ? SkMatrix::I() : fMeshes[0].fViewMatrix;
390 auto gp = VerticesGP::Make(arena, fLocalCoordsType, fColorArrayType, fMeshes[0].fColor,
439 for (const auto& mesh : fMeshes) {
536 !SkMatrixPriv::CheapEqual(this->fMeshes[0].fViewMatrix, that->fMeshes[0].fViewMatrix);
540 if (needMultipleViewMatrices && (this->fMeshes[0].fViewMatrix.hasPerspective() ||
541 that->fMeshes[0].fViewMatrix.hasPerspective())) {
555 if (this->fMeshes[0].fColor != that->fMeshes[0].fColor) {
575 fMeshes.push_back_n(that->fMeshes.count(), that->fMeshes.begin());