Searched defs:space_status (Results 1 - 2 of 2) sorted by last modified time

/external/harfbuzz_ng/src/
H A Dhb-ot-shape.cc654 } space_status = SPACE_DONT_KNOW; local
665 if (space_status == SPACE_DONT_KNOW)
666 space_status = c->font->get_glyph (' ', 0, &space) ? SPACE_AVAILABLE : SPACE_UNAVAILABLE;
668 if (space_status == SPACE_AVAILABLE)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape.cc658 } space_status = SPACE_DONT_KNOW; local
669 if (space_status == SPACE_DONT_KNOW)
670 space_status = c->font->get_glyph (' ', 0, &space) ? SPACE_AVAILABLE : SPACE_UNAVAILABLE;
672 if (space_status == SPACE_AVAILABLE)

Completed in 43 milliseconds