Lines Matching refs:viewMatrix
757 const SkMatrix& viewMatrix,
764 if (GrIsStrokeHairlineOrEquivalent(style, viewMatrix, &hairlineCoverage)) {
772 viewMatrix, path,
779 const SkMatrix& viewMatrix,
788 fPaths.emplace_back(PathData{viewMatrix, path, devClipBounds, capLength});
790 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes,
886 if (this->viewMatrix().hasPerspective() != that->viewMatrix().hasPerspective()) {
891 if (this->viewMatrix().hasPerspective() &&
892 !SkMatrixPriv::CheapEqual(this->viewMatrix(), that->viewMatrix())) {
907 if (fHelper.usesLocalCoords() && !SkMatrixPriv::CheapEqual(this->viewMatrix(),
908 that->viewMatrix())) {
926 const SkMatrix& viewMatrix() const { return fPaths[0].fViewMatrix; }
1072 if (!this->viewMatrix().invert(&invert)) {
1077 bool hasPerspective = this->viewMatrix().hasPerspective();
1081 geometryProcessorViewM = &this->viewMatrix();
1135 if (!this->viewMatrix().invert(&invert)) {
1142 if (this->viewMatrix().hasPerspective()) {
1143 toDevice = &this->viewMatrix();
1280 SkMatrix viewMatrix = GrTest::TestMatrix(random);
1284 return AAHairlineOp::Make(context, std::move(paint), viewMatrix, path,