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

  /external/harfbuzz_ng/test/api/
test-font.c 157 font = hb_font_create (face);
268 font1 = hb_font_create (face);
352 g_assert (hb_font_get_empty () == hb_font_create (hb_face_get_empty ()));
353 g_assert (hb_font_get_empty () == hb_font_create (NULL));
374 font = hb_font_create (face);
test-shape.c 98 font = hb_font_create (face);
test-object.c 84 hb_font_t *font = hb_font_create (face);
91 return hb_font_create (hb_face_get_empty ());
  /external/chromium_org/third_party/harfbuzz-ng/src/
test-buffer-serialize.cc 89 hb_font_t *font = hb_font_create (face);
test-would-substitute.cc 91 hb_font_t *font = hb_font_create (face);
test.cc 93 hb_font_t *font = hb_font_create (face);
hb-font.h 376 hb_font_create (hb_face_t *face);
hb-font.cc 782 hb_font_create (hb_face_t *face) function
806 hb_font_t *font = hb_font_create (parent->face);
hb-ft.cc 379 font = hb_font_create (face);
  /external/harfbuzz_ng/src/
test-buffer-serialize.cc 89 hb_font_t *font = hb_font_create (face);
test-would-substitute.cc 91 hb_font_t *font = hb_font_create (face);
test.cc 93 hb_font_t *font = hb_font_create (face);
hb-font.h 376 hb_font_create (hb_face_t *face);
hb-font.cc 782 hb_font_create (hb_face_t *face) function
806 hb_font_t *font = hb_font_create (parent->face);
hb-ft.cc 379 font = hb_font_create (face);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzFaceCoreText.cpp 134 hb_font_t* font = hb_font_create(m_face);
HarfBuzzFaceSkia.cpp 182 hb_font_t* font = hb_font_create(m_face);
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.cpp 164 hb_font_t* font = hb_font_create(face);
  /external/chromium_org/third_party/harfbuzz-ng/
NEWS 591 hb_font_create() takes a face and references it now
  /external/harfbuzz_ng/
NEWS 562 hb_font_create() takes a face and references it now
  /external/harfbuzz_ng/util/
options.cc 473 font = hb_font_create (face);

Completed in 2552 milliseconds