Home
last modified time | relevance | path

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

/external/skia/include/utils/
DSkMatrix44.h235 inline bool hasPerspective() const { in hasPerspective() function
/external/skia/include/core/
DSkMatrix.h97 bool hasPerspective() const { in hasPerspective() function
/external/skia/src/gpu/batches/
DGrAAHairLinePathRenderer.cpp798 bool hasPerspective = this->viewMatrix().hasPerspective(); in onPrepareDraws() local