Home
last modified time | relevance | path

Searched defs:isHorizontal (Results 1 – 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DLinearTransformation.java135 public abstract boolean isHorizontal(); in isHorizontal() method in LinearTransformation
186 public boolean isHorizontal() { in isHorizontal() method in LinearTransformation.RegularLinearTransformation
242 public boolean isHorizontal() { in isHorizontal() method in LinearTransformation.VerticalLinearTransformation
282 public boolean isHorizontal() { in isHorizontal() method in LinearTransformation.NaNLinearTransformation
/external/guava/android/guava/src/com/google/common/math/
DLinearTransformation.java135 public abstract boolean isHorizontal(); in isHorizontal() method in LinearTransformation
186 public boolean isHorizontal() { in isHorizontal() method in LinearTransformation.RegularLinearTransformation
242 public boolean isHorizontal() { in isHorizontal() method in LinearTransformation.VerticalLinearTransformation
282 public boolean isHorizontal() { in isHorizontal() method in LinearTransformation.NaNLinearTransformation
/external/zxing/core/src/main/java/com/google/zxing/qrcode/encoder/
DMaskUtil.java197 private static int applyMaskPenaltyRule1Internal(ByteMatrix matrix, boolean isHorizontal) { in applyMaskPenaltyRule1Internal()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMaskUtil.cpp34 bool isHorizontal) { in ApplyMaskPenaltyRule1Internal()
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py450 def splitLine(pt1, pt2, where, isHorizontal): argument
507 def splitQuadratic(pt1, pt2, pt3, where, isHorizontal): argument
552 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal): argument
DpsCharStrings.py908 def alternatingLineto(self, isHorizontal): argument
/external/skia/src/pathops/
DSkOpSegment.h261 bool isHorizontal() const { in isHorizontal() function
/external/skia/modules/bentleyottmann/src/
DMyers.cpp44 bool Segment::isHorizontal() const { in isHorizontal() function in myers::Segment
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2536 bool isHorizontal, int &messageLimitCounter) const in printLineWidthError()