Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds