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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape.cc 557 } space_status = SPACE_DONT_KNOW; local
568 if (space_status == SPACE_DONT_KNOW)
569 space_status = c->font->get_glyph (' ', 0, &space) ? SPACE_AVAILABLE : SPACE_UNAVAILABLE;
571 if (space_status == SPACE_AVAILABLE)

Completed in 88 milliseconds