Searched refs:isHorizontal (Results 1 - 21 of 21) sorted by relevance

/external/pdfium/fxbarcode/qrcode/
H A DBC_QRCoderMaskUtil.h24 bool isHorizontal);
H A DBC_QRCoderMaskUtil.cpp171 bool isHorizontal) {
177 int32_t iLimit = isHorizontal ? height : width;
178 int32_t jLimit = isHorizontal ? width : height;
182 int32_t bit = isHorizontal ? array[i * width + j] : array[j * width + i];
169 ApplyMaskPenaltyRule1Internal( CBC_CommonByteMatrix* matrix, bool isHorizontal) argument
/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py70 def splitLine(pt1, pt2, where, isHorizontal):
72 is an x coordinate if isHorizontal is False, a y coordinate if
73 isHorizontal is True. Return a list of two line segments if the
101 t = (where - (bx, by)[isHorizontal]) / ax
109 def splitQuadratic(pt1, pt2, pt3, where, isHorizontal):
111 which is an x coordinate if isHorizontal is False, a y coordinate if
112 isHorizontal is True. Return a list of curve segments.
133 solutions = solveQuadratic(a[isHorizontal], b[isHorizontal],
134 c[isHorizontal]
[all...]
H A DpsCharStrings.py920 def alternatingLineto(self, isHorizontal):
923 if isHorizontal:
928 isHorizontal = not isHorizontal
/external/fonttools/Tools/fontTools/misc/
H A DbezierTools.py70 def splitLine(pt1, pt2, where, isHorizontal):
72 is an x coordinate if isHorizontal is False, a y coordinate if
73 isHorizontal is True. Return a list of two line segments if the
101 t = (where - (bx, by)[isHorizontal]) / ax
109 def splitQuadratic(pt1, pt2, pt3, where, isHorizontal):
111 which is an x coordinate if isHorizontal is False, a y coordinate if
112 isHorizontal is True. Return a list of curve segments.
133 solutions = solveQuadratic(a[isHorizontal], b[isHorizontal],
134 c[isHorizontal]
[all...]
H A DpsCharStrings.py920 def alternatingLineto(self, isHorizontal):
923 if isHorizontal:
928 isHorizontal = not isHorizontal
/external/eigen/Eigen/src/Core/
H A DVectorwiseOp.h185 isHorizontal = (Direction==Horizontal) ? 1 : 0 enumerator in enum:Eigen::VectorwiseOp::__anon5908
210 isHorizontal ? 1 : ExpressionType::ColsAtCompileTime> Type;
222 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(isHorizontal, OtherDerived::MaxRowsAtCompileTime==1),
227 isHorizontal ? 1 : m_matrix.cols());
232 isHorizontal ? 1 : ExpressionType::RowsAtCompileTime,
243 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(isHorizontal, OtherDerived::MaxColsAtCompileTime==1),
249 isHorizontal ? 1 : m_matrix.rows(),
471 typedef Replicate<ExpressionType,(isVertical?Dynamic:1),(isHorizontal?Dynamic:1)> ReplicateReturnType;
484 // isVertical*Factor+isHorizontal instead of (isVertical?Factor:1) to handle CUDA bug with ternary operator
485 template<int Factor> const Replicate<ExpressionType,isVertical*Factor+isHorizontal,isHorizonta
[all...]
/external/skia/src/pathops/
H A DSkIntersectionHelper.h71 if (fSegment->isHorizontal()) {
H A DSkOpSegment.h250 bool isHorizontal() const { function in class:SkOpSegment
/external/skqp/src/pathops/
H A DSkIntersectionHelper.h71 if (fSegment->isHorizontal()) {
H A DSkOpSegment.h250 bool isHorizontal() const { function in class:SkOpSegment
/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp1468 void printLineWidthError (const tcu::IVec2& pos, int detectedLineWidth, const tcu::IVec2& lineWidthRange, bool isHorizontal, int& floodCounter) const;
2357 void LineRenderCase::printLineWidthError (const tcu::IVec2& pos, int detectedLineWidth, const tcu::IVec2& lineWidthRange, bool isHorizontal, int& messageLimitCounter) const
2364 << "Found incorrect line width near " << pos << ": (" << ((isHorizontal) ? ("horizontal") : ("vertical")) << " line)\n"
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 587 milliseconds