Home
last modified time | relevance | path

Searched defs:Vertical (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/plotters/src/series/
Dhistogram.rs13 pub struct Vertical; struct
16 impl HistogramType for Vertical {} implementation
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.h21 Vertical = 1, enumerator
/external/rust/crates/criterion-plot/src/
Ddisplay.rs131 impl Display<&'static str> for Vertical { implementation
Dkey.rs211 pub enum Vertical { enum
/external/libkmsxx/utils/
Dkmsprint.cpp276 Vertical, enumerator
/external/skia/src/sfnt/
DSkOTTable_EBLC.h79 static const SK_OT_CHAR Vertical = 1u << 1; member
/external/harfbuzz_ng/src/
Dhb-ot-kern-table.hh230 Vertical = 0x80u, enumerator
Dhb-aat-layout-morx-table.hh864 Vertical = 0x80, /* If set, this subtable will only be applied enumerator
Dhb-aat-layout-kerx-table.hh741 Vertical = 0x80000000u, /* Set if table has vertical kerning values. */ enumerator
/external/skqp/src/sfnt/
DSkOTTable_EBLC.h79 static const SK_OT_CHAR Vertical = 1u << 1; member
/external/libgav1/libgav1/src/dsp/
Dintrapred.cc160 void IntraPredFuncs_C<block_width, block_height, Pixel>::Vertical( in Vertical() function in libgav1::dsp::__anone1cbd6450111::IntraPredFuncs_C
/external/eigen/Eigen/src/Core/util/
DConstants.h265 Vertical, enumerator
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc2315 TEST(ResizeBilinear, Vertical) { in TEST() argument