Home
last modified time | relevance | path

Searched defs:isVertical (Results 1 – 5 of 5) sorted by relevance

/external/guava/android/guava/src/com/google/common/math/
DLinearTransformation.java132 public abstract boolean isVertical(); in isVertical() method in LinearTransformation
181 public boolean isVertical() { in isVertical() method in LinearTransformation.RegularLinearTransformation
237 public boolean isVertical() { in isVertical() method in LinearTransformation.VerticalLinearTransformation
277 public boolean isVertical() { in isVertical() method in LinearTransformation.NaNLinearTransformation
/external/guava/guava/src/com/google/common/math/
DLinearTransformation.java132 public abstract boolean isVertical(); in isVertical() method in LinearTransformation
181 public boolean isVertical() { in isVertical() method in LinearTransformation.RegularLinearTransformation
237 public boolean isVertical() { in isVertical() method in LinearTransformation.VerticalLinearTransformation
277 public boolean isVertical() { in isVertical() method in LinearTransformation.NaNLinearTransformation
/external/skia/src/pathops/
DSkOpSegment.h269 bool isVertical() const { in isVertical() function
273 bool isVertical(SkOpSpanBase* start, SkOpSpanBase* end) const { in isVertical() function
/external/skia/src/core/
DSkScalerContext.h287 bool isVertical() const { return false; } in isVertical() function
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaInputAstVisitor.java174 boolean isVertical() { in isVertical() method in JavaInputAstVisitor.Direction