Home
last modified time | relevance | path

Searched defs:hb_direction (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpangofc-shape.c327 hb_direction_t hb_direction; in pango_hb_shape() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/shaping/
H A Dshape_result.cc1402 hb_direction_t hb_direction = in CreateForTabulationCharacters() local
1443 hb_direction_t hb_direction = in CreateForSpaces() local
1470 hb_direction_t hb_direction = in CreateForStretchyMathOperator() local
1503 hb_direction_t hb_direction = in CreateForStretchyMathOperator() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/shaping/
H A Dshape_result.cc1438 hb_direction_t hb_direction = in CreateForTabulationCharacters() local
1479 hb_direction_t hb_direction = in CreateForSpaces() local
1503 hb_direction_t hb_direction = HB_DIRECTION_LTR; in CreateForStretchyMathOperator() local
1535 hb_direction_t hb_direction = in CreateForStretchyMathOperator() local
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/convert/text/
H A Dshaper.rs298 let hb_direction = if levels[run.start].is_rtl() { in shape_text_with_font() localVariable
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/usvg-0.9.0/src/convert/text/
H A Dshaper.rs296 let hb_direction = if levels[run.start].is_rtl() { in shape_text_with_font() localVariable