Home
last modified time | relevance | path

Searched refs:direction_strings (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-common.cc142 const char direction_strings[][4] = { variable
175 for (unsigned int i = 0; i < ARRAY_LENGTH (direction_strings); i++) in hb_direction_from_string()
176 if (c == direction_strings[i][0]) in hb_direction_from_string()
196 < ARRAY_LENGTH (direction_strings))) in hb_direction_to_string()
197 return direction_strings[direction - HB_DIRECTION_LTR]; in hb_direction_to_string()