HomeSort by relevance Sort by last modified time
    Searched refs:hb_font_t (Results 51 - 65 of 65) sorted by null

1 23

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 416 hb_font_t *font,
420 hb_font_t *font,
424 hb_font_t *font,
428 hb_font_t *font,
510 inline bool get_virama_glyph (hb_font_t *font, hb_codepoint_t *pglyph) const
629 hb_font_t *font HB_UNUSED)
645 hb_font_t *font HB_UNUSED,
664 hb_font_t *font,
    [all...]
hb-font-private.hh 88 * hb_font_t
91 struct hb_font_t { struct
97 hb_font_t *parent;
hb-ot-layout-gpos-table.hh 97 void apply_value (hb_font_t *font,
221 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id HB_UNUSED,
243 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id,
273 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id HB_UNUSED,
308 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id,
    [all...]
hb-coretext.cc 147 _hb_coretext_shaper_font_data_create (hb_font_t *font)
206 hb_coretext_font_get_ct_font (hb_font_t *font)
436 hb_font_t *font,
    [all...]
hb-uniscribe.cc 493 hb_font_t *font)
508 _hb_uniscribe_shaper_font_data_create (hb_font_t *font)
553 hb_uniscribe_font_get_logfontw (hb_font_t *font)
561 hb_uniscribe_font_get_hfont (hb_font_t *font)
596 hb_font_t *font,
hb-buffer-deserialize-json.hh 446 hb_font_t *font)
hb-buffer-deserialize-text.hh 323 hb_font_t *font)
hb-ot-layout-gsub-table.hh     [all...]
hb-shape-plan.cc 286 hb_font_t *font,
hb-ot-layout-common-private.hh     [all...]
hb-ot-layout-gsubgpos-private.hh 283 hb_font_t *font;
298 hb_font_t *font_,
    [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 93 std::vector<hb_font_t*> hbFonts; // parallel to mFaces
315 static hb_bool_t harfbuzzGetGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_codepoint_t variationSelector, hb_codepoint_t* glyph, void* userData)
327 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, void* userData)
335 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, hb_position_t* x, hb_position_t* y, void* userData)
366 static hb_font_t* create_hb_font(MinikinFont* minikinFont, MinikinPaint* minikinPaint) {
368 hb_font_t* font = hb_font_create(face);
401 hb_font_t* font = create_hb_font(face.font, &ctx->paint);
719 hb_font_t* hbFont = ctx->hbFonts[font_ix];
    [all...]
  /external/freetype/src/autofit/
hbshim.c 447 hb_font_t* font = metrics->globals->hb_font;
  /external/harfbuzz_ng/test/api/
test-object.c 84 hb_font_t *font = hb_font_create (face);
  /external/harfbuzz_ng/util/
helper-cairo.cc 75 hb_font_t *font = hb_font_reference (font_opts->get_font ());

Completed in 399 milliseconds

1 23