Searched refs:w_fixed (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-arabic.cc | 488 hb_position_t w_fixed = 0; // Sum of fixed tiles in apply_stch() local 501 w_fixed += width; in apply_stch() 525 DEBUG_MSG (ARABIC, nullptr, "fixed tiles: count=%d width=%d", n_fixed, w_fixed); in apply_stch() 531 hb_position_t w_remaining = w_total - w_fixed; in apply_stch()
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape-complex-arabic.cc | 489 hb_position_t w_fixed = 0; // Sum of fixed tiles in apply_stch() local 502 w_fixed += width; in apply_stch() 526 DEBUG_MSG (ARABIC, nullptr, "fixed tiles: count=%d width=%d", n_fixed, w_fixed); in apply_stch() 532 hb_position_t w_remaining = w_total - w_fixed; in apply_stch()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-arabic.cc | 489 hb_position_t w_fixed = 0; // Sum of fixed tiles in apply_stch() local 502 w_fixed += width; in apply_stch() 526 DEBUG_MSG (ARABIC, nullptr, "fixed tiles: count=%d width=%d", n_fixed, w_fixed); in apply_stch() 532 hb_position_t w_remaining = w_total - w_fixed; in apply_stch()
|