Searched refs:hasMultipleViewMatrices (Results 1 – 3 of 3) sorted by relevance
111 bool hasMultipleViewMatrices() const { in hasMultipleViewMatrices() function in __anon04da10970111::DrawVerticesOp239 if (this->anyMeshHasExplicitLocalCoords() || this->hasMultipleViewMatrices()) { in makeGP()264 const SkMatrix& vm = this->hasMultipleViewMatrices() ? SkMatrix::I() : fMeshes[0].fViewMatrix; in makeGP()431 bool fastMesh = (!this->hasMultipleViewMatrices() || in fillBuffers()443 if (this->hasMultipleViewMatrices()) { in fillBuffers()468 if (this->hasMultipleViewMatrices()) { in fillBuffers()557 if (!this->hasMultipleViewMatrices() && in onCombineIfPossible()
162 if (this->anyMeshHasExplicitLocalCoords() || this->hasMultipleViewMatrices()) { in makeGP()187 const SkMatrix& vm = this->hasMultipleViewMatrices() ? SkMatrix::I() : fMeshes[0].fViewMatrix; in makeGP()383 bool fastMesh = (!this->hasMultipleViewMatrices() || in fillBuffers()395 if (this->hasMultipleViewMatrices()) { in fillBuffers()425 if (this->hasMultipleViewMatrices()) { in fillBuffers()528 if (!this->hasMultipleViewMatrices() && in onCombineIfPossible()
139 bool hasMultipleViewMatrices() const { in hasMultipleViewMatrices() function