HomeSort by relevance Sort by last modified time
    Searched defs:hasPerspective (Results 1 - 4 of 4) sorted by null

  /external/skia/include/core/
SkMatrix44.h 248 inline bool hasPerspective() const {
SkMatrix.h 99 bool hasPerspective() const {
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 252 bool persp = m.hasPerspective();
708 if (viewMatrix.hasPerspective()) {
817 if (this->viewMatrix().hasPerspective() != that->viewMatrix().hasPerspective()) {
822 if (this->viewMatrix().hasPerspective() &&
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 75 public static boolean hasPerspective(Matrix m) {
81 return delegate.hasPerspective();
171 public boolean hasPerspective() {
902 if (hasPerspective()) {
    [all...]

Completed in 79 milliseconds