Home
last modified time | relevance | path

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

/third_party/harfbuzz/src/
Dhb-ot-hmtx-table.hh326 static constexpr bool is_horizontal = true; member
331 static constexpr bool is_horizontal = false; member
Dhb-ot-kern-table.hh176 bool is_horizontal () const { return (coverage & Horizontal); } in is_horizontal() function
231 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
Dhb-aat-layout-kerx-table.hh735 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hmtx-table.hh326 static constexpr bool is_horizontal = true; member
331 static constexpr bool is_horizontal = false; member
Dhb-ot-kern-table.hh176 bool is_horizontal () const { return (coverage & Horizontal); } in is_horizontal() function
231 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
Dhb-aat-layout-kerx-table.hh735 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-kern-table.hh171 bool is_horizontal () const { return (coverage & Horizontal); } in is_horizontal() function
226 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
Dhb-aat-layout-kerx-table.hh737 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
/third_party/ffmpeg/libavfilter/
Dvf_stack.c47 int is_horizontal; member
/third_party/mesa3d/src/compiler/glsl/
Dir.h1596 bool is_horizontal() const in is_horizontal() function
/third_party/boost/boost/polygon/detail/
Dpolygon_arbitrary_formation.hpp261 static inline bool is_horizontal(const half_edge& he) { in is_horizontal() function