Home
last modified time | relevance | path

Searched refs:thisCtm (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DSmallPathRenderer.cpp604 const SkMatrix& thisCtm = this->fShapes[0].fViewMatrix; variable
607 if (thisCtm.hasPerspective() != thatCtm.hasPerspective()) {
613 if ((thisCtm.hasPerspective() || fHelper.usesLocalCoords()) &&
614 !SkMatrixPriv::CheapEqual(thisCtm, thatCtm)) {
620 if (thisCtm.isScaleTranslate() != thatCtm.isScaleTranslate() ||
621 thisCtm.isSimilarity() != thatCtm.isSimilarity()) {

Completed in 2 milliseconds