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

  /external/harfbuzz/src/
harfbuzz-shaper.h 226 typedef HB_Error (*HB_GetFontTableFunc)(void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length);
228 HB_Face HB_NewFace(void *font, HB_GetFontTableFunc tableFunc);
harfbuzz-shaper.cpp     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 195 typedef HB_Error (*HB_GetFontTableFunc)(void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length);
197 HB_Face HB_NewFace(void *font, HB_GetFontTableFunc tableFunc);
harfbuzz-shaper.cpp 583 static HB_Stream getTableStream(void *font, HB_GetFontTableFunc tableFunc, HB_Tag tag)
614 HB_Face HB_NewFace(void *font, HB_GetFontTableFunc tableFunc)
    [all...]

Completed in 23 milliseconds