HomeSort by relevance Sort by last modified time
    Searched refs:space_status (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape.cc 658 } 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)
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 654 } 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)

Completed in 208 milliseconds