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

  /external/harfbuzz/contrib/
harfbuzz-freetype.h 4 extern const HB_FontClass hb_freetype_class;
harfbuzz-freetype.c 129 const HB_FontClass hb_freetype_class = {
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
HarfbuzzSkia.h 37 extern const HB_FontClass harfbuzzSkiaClass;
HarfbuzzSkia.cpp 193 HB_FontClass harfbuzzSkiaClass = {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.h 41 extern const HB_FontClass harfbuzzSkiaClass;
HarfbuzzSkia.cpp 210 HB_FontClass harfbuzzSkiaClass = {
  /external/skia/include/ports/
SkHarfBuzzFont.h 39 static const HB_FontClass& GetFontClass();
  /external/skia/legacy/include/ports/
SkHarfBuzzFont.h 39 static const HB_FontClass& GetFontClass();
  /external/harfbuzz/src/
harfbuzz-shape.h 51 typedef struct _HB_FontClass HB_FontClass;
53 struct HB_FontClass {
61 HB_FontClass *clazz;
harfbuzz-shaper.h 249 } HB_FontClass;
252 const HB_FontClass *klass;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 218 } HB_FontClass;
221 const HB_FontClass *klass;
  /external/skia/legacy/src/ports/
SkHarfBuzzFont.cpp 153 static HB_FontClass gSkHarfBuzzFontClass = {
162 const HB_FontClass& SkHarfBuzzFont::GetFontClass() {
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 153 static HB_FontClass gSkHarfBuzzFontClass = {
162 const HB_FontClass& SkHarfBuzzFont::GetFontClass() {
  /external/harfbuzz_ng/src/
hb-old.cc 176 static const HB_FontClass hb_old_font_class = {
  /external/harfbuzz/tests/shaping/
main.cpp 150 const HB_FontClass hb_fontClass = {
217 hbFont.klass = &hb_fontClass;

Completed in 145 milliseconds