Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
DbezierTools.py238 def splitLine(pt1, pt2, where, isHorizontal): argument
284 def splitQuadratic(pt1, pt2, pt3, where, isHorizontal): argument
316 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal): argument
DpsCharStrings.py759 def alternatingLineto(self, isHorizontal): argument
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMaskUtil.cpp171 bool isHorizontal) { in ApplyMaskPenaltyRule1Internal()
/external/skqp/src/pathops/
DSkOpSegment.h250 bool isHorizontal() const { in isHorizontal() function
/external/skia/src/pathops/
DSkOpSegment.h250 bool isHorizontal() const { in isHorizontal() function
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2357 …Vec2& pos, int detectedLineWidth, const tcu::IVec2& lineWidthRange, bool isHorizontal, int& messag… in printLineWidthError()