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

  /frameworks/minikin/include/minikin/
HbUtils.h 34 void operator()(hb_font_t* v) { hb_font_destroy(v); }
  /external/harfbuzz_ng/test/api/
test-font.c 182 hb_font_destroy (font);
187 hb_font_destroy (subfont);
316 hb_font_destroy (font2);
317 hb_font_destroy (font3);
320 hb_font_destroy (font1);
363 hb_font_destroy (font3);
390 hb_font_destroy (created_sub_from_null);
391 hb_font_destroy (created_from_null);
392 hb_font_destroy (created_from_empty);
426 hb_font_destroy (subfont)
    [all...]
test-shape.c 138 hb_font_destroy (font);
179 hb_font_destroy (font);
test-ot-math.c 80 hb_font_destroy (hb_font);
    [all...]
  /external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.cc 48 hb_font_destroy(font);
  /external/harfbuzz_ng/util/
hb-ot-shape-closure.cc 95 hb_font_destroy (font);
shape-consumer.hh 83 hb_font_destroy (font);
hb-fc-list.c 189 hb_font_destroy (font);
hb-shape.cc 116 hb_font_destroy (font);
helper-cairo.cc 147 (cairo_destroy_func_t) hb_font_destroy))
148 hb_font_destroy (font);
options.hh 459 hb_font_destroy (font);
  /frameworks/minikin/tests/stresstest/
FontFamilyTest.cpp 67 hb_font_destroy(hbFont);
  /external/harfbuzz_ng/src/
test-buffer-serialize.cc 126 hb_font_destroy (font);
test.cc 128 hb_font_destroy (font);
hb-font.cc 1239 * hb_font_destroy: (skip)
1247 hb_font_destroy (hb_font_t *font) function
1258 hb_font_destroy (font->parent);
1368 hb_font_destroy (old);
    [all...]
hb-font.h 539 hb_font_destroy (hb_font_t *font);
  /external/freetype/src/autofit/
afglobal.c 413 hb_font_destroy( globals->hb_font );
  /external/skia/tools/shape/
SkShaper_harfbuzz.cpp 33 using HBFont = resource<hb_font_t , hb_font_destroy >;
  /external/skqp/tools/shape/
SkShaper_harfbuzz.cpp 31 using HBFont = resource<hb_font_t , hb_font_destroy >;

Completed in 236 milliseconds