Home
last modified time | relevance | path

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

12

/external/skia/experimental/svg/model/
DSkSVGLinearGradient.cpp63 const auto x1 = lctx.resolve(fX1, SkSVGLengthContext::LengthType::kHorizontal); in onMakeShader()
65 const auto x2 = lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal); in onMakeShader()
DSkSVGEllipse.cpp59 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve()
61 const auto rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal); in resolve()
DSkSVGLine.cpp60 SkPoint::Make(lctx.resolve(fX1, SkSVGLengthContext::LengthType::kHorizontal), in resolve()
62 SkPoint::Make(lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal), in resolve()
DSkSVGRadialGradient.cpp74 lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal), in onMakeShader()
77 fFx.isValid() ? lctx.resolve(*fFx.get(), SkSVGLengthContext::LengthType::kHorizontal) in onMakeShader()
DSkSVGRenderContext.cpp22 case SkSVGLengthContext::LengthType::kHorizontal: in length_size_for_type()
70 this->resolve(x, SkSVGLengthContext::LengthType::kHorizontal), in resolveRect()
72 this->resolve(w, SkSVGLengthContext::LengthType::kHorizontal), in resolveRect()
DSkSVGRenderContext.h29 kHorizontal, enumerator
DSkSVGCircle.cpp50 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve()
DSkSVGRect.cpp79 const SkScalar rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal); in resolve()
DSkSVGSVG.cpp107 return SkSize::Make(lctx.resolve(fWidth, SkSVGLengthContext::LengthType::kHorizontal), in intrinsicSize()
/external/skqp/experimental/svg/model/
DSkSVGLinearGradient.cpp63 const auto x1 = lctx.resolve(fX1, SkSVGLengthContext::LengthType::kHorizontal); in onMakeShader()
65 const auto x2 = lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal); in onMakeShader()
DSkSVGEllipse.cpp59 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve()
61 const auto rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal); in resolve()
DSkSVGLine.cpp60 SkPoint::Make(lctx.resolve(fX1, SkSVGLengthContext::LengthType::kHorizontal), in resolve()
62 SkPoint::Make(lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal), in resolve()
DSkSVGRadialGradient.cpp74 lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal), in onMakeShader()
77 fFx.isValid() ? lctx.resolve(*fFx.get(), SkSVGLengthContext::LengthType::kHorizontal) in onMakeShader()
DSkSVGRenderContext.cpp22 case SkSVGLengthContext::LengthType::kHorizontal: in length_size_for_type()
70 this->resolve(x, SkSVGLengthContext::LengthType::kHorizontal), in resolveRect()
72 this->resolve(w, SkSVGLengthContext::LengthType::kHorizontal), in resolveRect()
DSkSVGRenderContext.h29 kHorizontal, enumerator
DSkSVGCircle.cpp50 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve()
DSkSVGRect.cpp79 const SkScalar rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal); in resolve()
DSkSVGSVG.cpp107 return SkSize::Make(lctx.resolve(fWidth, SkSVGLengthContext::LengthType::kHorizontal), in intrinsicSize()
/external/libgav1/libgav1/src/dsp/
Dcommon.h38 static const int kHorizontal = 1; member
Dloop_restoration.cc162 restoration_info.wiener_info.filter[WienerInfo::kHorizontal]; in WienerFilter_C()
167 if (number_leading_zero_coefficients[WienerInfo::kHorizontal] == 0) { in WienerFilter_C()
171 } else if (number_leading_zero_coefficients[WienerInfo::kHorizontal] == 1) { in WienerFilter_C()
175 } else if (number_leading_zero_coefficients[WienerInfo::kHorizontal] == 2) { in WienerFilter_C()
180 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
/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/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,

12