Home
last modified time | relevance | path

Searched defs:Horizontal (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/plotters/src/series/
Dhistogram.rs14 pub struct Horizontal; struct
17 impl HistogramType for Horizontal {} implementation
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.h20 Horizontal = 0, enumerator
/external/rust/crates/criterion-plot/src/
Ddisplay.rs57 impl Display<&'static str> for Horizontal { implementation
Dkey.rs165 pub enum Horizontal { enum
/external/skia/src/sfnt/
DSkOTTable_EBLC.h78 static const SK_OT_CHAR Horizontal = 1u << 0; member
/external/harfbuzz_ng/src/
Dhb-ot-kern-table.hh175 Horizontal = 0x01u, enumerator
/external/skqp/src/sfnt/
DSkOTTable_EBLC.h78 static const SK_OT_CHAR Horizontal = 1u << 0; member
/external/libgav1/libgav1/src/dsp/
Dintrapred.cc172 void IntraPredFuncs_C<block_width, block_height, Pixel>::Horizontal( in Horizontal() function in libgav1::dsp::__anon27ffe68c0111::IntraPredFuncs_C
/external/eigen/Eigen/src/Core/util/
DConstants.h268 Horizontal, enumerator
/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_sse4.cc143 void DirectionalPredFuncs_SSE4_1<col_storefn>::Horizontal( in Horizontal() function in libgav1::dsp::__anonfb2a299f0111::DirectionalPredFuncs_SSE4_1
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc2300 TEST(ResizeBilinear, Horizontal) { in TEST() argument