Home
last modified time | relevance | path

Searched refs:kHorizontal (Results 1 – 25 of 35) sorted by relevance

12

/external/skia/modules/svg/src/
DSkSVGEllipse.cpp24 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve()
26 const auto rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal); in resolve()
DSkSVGLinearGradient.cpp32 const auto x1 = lctx.resolve(fX1, SkSVGLengthContext::LengthType::kHorizontal); in onMakeShader()
34 const auto x2 = lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal); in onMakeShader()
DSkSVGLine.cpp25 SkPoint::Make(lctx.resolve(fX1, SkSVGLengthContext::LengthType::kHorizontal), in resolve()
27 SkPoint::Make(lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal), in resolve()
DSkSVGRadialGradient.cpp35 lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal), in onMakeShader()
38 fFx.isValid() ? lctx.resolve(*fFx, SkSVGLengthContext::LengthType::kHorizontal) in onMakeShader()
DSkSVGRenderContext.cpp26 case SkSVGLengthContext::LengthType::kHorizontal: in length_size_for_type()
78 this->resolve(x, SkSVGLengthContext::LengthType::kHorizontal), in resolveRect()
80 this->resolve(w, SkSVGLengthContext::LengthType::kHorizontal), in resolveRect()
DSkSVGUse.cpp68 const SkScalar x = lctx.resolve(fX, SkSVGLengthContext::LengthType::kHorizontal); in onObjectBoundingBox()
DSkSVGCircle.cpp23 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve()
DSkSVGSVG.cpp93 return SkSize::Make(lctx.resolve(fWidth, SkSVGLengthContext::LengthType::kHorizontal), in intrinsicSize()
DSkSVGRect.cpp56 const auto rx = std::min(lctx.resolve(rxlen, SkSVGLengthContext::LengthType::kHorizontal), in resolve()
DSkSVGText.cpp123 , fX(ResolveLengths(lctx, txt.getX(), SkSVGLengthContext::LengthType::kHorizontal)) in ScopedPosResolver()
125 , fDx(ResolveLengths(lctx, txt.getDx(), SkSVGLengthContext::LengthType::kHorizontal)) in ScopedPosResolver()
245 .resolve(offset, SkSVGLengthContext::LengthType::kHorizontal); in SkSVGTextContext()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_utils.cc194 if (params.flip == OrientParams::FlipType::kHorizontal) { in OrientBoundingBox()
238 if (params.flip == OrientParams::FlipType::kHorizontal) { in OrientCoordinates()
289 flip = OrientParams::FlipType::kHorizontal; in GetOrientParams()
458 case OrientParams::FlipType::kHorizontal: in Orient()
481 if (params.flip == OrientParams::FlipType::kHorizontal) { in Orient()
Dframe_buffer_utils.h73 enum class FlipType { kHorizontal, kVertical }; enumerator
/external/libgav1/libgav1/src/dsp/
Dcommon.h38 static const int kHorizontal = 1; member
Dloop_restoration.cc169 restoration_info.wiener_info.filter[WienerInfo::kHorizontal]; in WienerFilter_C()
175 if (number_leading_zero_coefficients[WienerInfo::kHorizontal] == 0) { in WienerFilter_C()
184 } else if (number_leading_zero_coefficients[WienerInfo::kHorizontal] == 1) { in WienerFilter_C()
193 } else if (number_leading_zero_coefficients[WienerInfo::kHorizontal] == 2) { in WienerFilter_C()
203 assert(number_leading_zero_coefficients[WienerInfo::kHorizontal] == 3); in WienerFilter_C()
/external/pdfium/core/fxge/dib/
Dcstretchengine.h67 enum class State : uint8_t { kInitial, kHorizontal, kVertical }; enumerator
Dcstretchengine.cpp312 while (m_State == State::kHorizontal) { in Continue()
343 m_State = State::kHorizontal; in StartStretchHorz()
/external/skia/modules/svg/include/
DSkSVGRenderContext.h32 kHorizontal, enumerator
/external/pdfium/core/fpdftext/
Dcpdf_textpage.h90 kHorizontal, enumerator
Dcpdf_textpage.cpp553 return TextOrientation::kHorizontal; in FindTextlineFlowOrientation()
559 return TextOrientation::kHorizontal; in FindTextlineFlowOrientation()
563 return TextOrientation::kHorizontal; in FindTextlineFlowOrientation()
1156 return bXUnderThreshold ? m_TextlineDir : TextOrientation::kHorizontal; in GetTextObjectWritingMode()
1219 if (WritingMode == TextOrientation::kHorizontal) { in ProcessInsertObject()
1249 if (WritingMode == TextOrientation::kHorizontal) { in ProcessInsertObject()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.h83 enum Orientation { kHorizontal, kVertical }; in RTC_POP_IGNORING_WUNDEF() enumerator
Danalyzer.cc929 IntervalSeries::kHorizontal); in CreateTotalOutgoingBitrateGraph()
931 IntervalSeries::kHorizontal); in CreateTotalOutgoingBitrateGraph()
933 IntervalSeries::kHorizontal); in CreateTotalOutgoingBitrateGraph()
992 IntervalSeries alr_state("ALR", "#555555", IntervalSeries::kHorizontal); in CreateTotalOutgoingBitrateGraph()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv_hybrid_3x3_filter.h2357 DepthwiseConvOutputRounding::kUpward, EdgeType::kHorizontal, 1, 1> {
2970 output_rounding, EdgeType::kHorizontal, 1, 1>::Run(
3032 output_rounding, EdgeType::kHorizontal, 1, 1>::Run(
Ddepthwise_conv_3x3_filter.h2204 EdgeType::kHorizontal, 1, 1> {
2801 DepthwiseConvPartialPerChannel<output_rounding, EdgeType::kHorizontal, 1,
2864 DepthwiseConvPartialPerChannel<output_rounding, EdgeType::kHorizontal, 1,
/external/libgav1/libgav1/src/
Dloop_restoration_info.cc166 for (int i = WienerInfo::kVertical; i <= WienerInfo::kHorizontal; ++i) { in ReadWienerInfo()
/external/skia/src/gpu/geometry/
DGrTriangulator.cpp80 return fDirection == Direction::kHorizontal ? sweep_lt_horiz(a, b) : sweep_lt_vert(a, b); in sweep_lt()
1050 if (c.fDirection == Comparator::Direction::kHorizontal) { in clamp()
1224 if (c.fDirection == Comparator::Direction::kHorizontal) { in SortedMerge()
1529 if (c.fDirection == Comparator::Direction::kHorizontal) { in SortMesh()
1544 Comparator c(pathBounds.width() > pathBounds.height() ? Comparator::Direction::kHorizontal in contoursToPolys()

12