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

  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 100 const head *head_table = Sanitizer<head>::lock_instance (head_blob); local
101 if ((unsigned int) head_table->indexToLocFormat > 1 || head_table->glyphDataFormat != 0)
107 short_offset = 0 == head_table->indexToLocFormat;
hb-face.cc 428 const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (head_blob); local
429 upem = head_table->get_upem ();

Completed in 420 milliseconds