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

  /external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/
harfbuzz-freetype.h 4 extern const HB_FontClass hb_freetype_class;
harfbuzz-freetype.c 129 const HB_FontClass hb_freetype_class = {
  /external/chromium_org/third_party/skia/include/ports/
SkHarfBuzzFont.h 39 static const HB_FontClass& GetFontClass();
  /external/skia/include/ports/
SkHarfBuzzFont.h 39 static const HB_FontClass& GetFontClass();
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-shape.h 51 typedef struct _HB_FontClass HB_FontClass;
53 struct HB_FontClass {
61 HB_FontClass *clazz;
harfbuzz-shaper.h 237 } HB_FontClass;
240 const HB_FontClass *klass;
  /external/chromium_org/third_party/skia/third_party/harfbuzz/tests/shaping/
main.cpp 150 const HB_FontClass hb_fontClass = {
217 hbFont.klass = &hb_fontClass;

Completed in 2276 milliseconds