Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkMatrix44.h248 inline bool hasPerspective() const { in hasPerspective() function
DSkMatrix.h99 bool hasPerspective() const { in hasPerspective() function
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp876 bool hasPerspective = this->viewMatrix().hasPerspective(); in onPrepareDraws() local