Searched defs:hasPerspective (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/utils/
H A DSkMatrix44.h235 inline bool hasPerspective() const { function in class:SkMatrix44
/external/skia/include/core/
H A DSkMatrix.h97 bool hasPerspective() const { function in class:SkMatrix
/external/skia/src/gpu/batches/
H A DGrAAHairLinePathRenderer.cpp251 bool persp = m.hasPerspective();
639 if (viewMatrix.hasPerspective()) {
738 if (this->viewMatrix().hasPerspective() != that->viewMatrix().hasPerspective()) {
743 if (this->viewMatrix().hasPerspective() &&
798 bool hasPerspective = this->viewMatrix().hasPerspective(); local
803 if (hasPerspective) {

Completed in 435 milliseconds