Searched refs:hb_font_t (Results 1 – 3 of 3) sorted by relevance
43 void operator()(hb_font_t* v) { hb_font_destroy(v); } in operator()52 using HbFontUniquePtr = std::unique_ptr<hb_font_t, HbFontDeleter>;
60 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* /* hbFont */, void* fontData, in harfbuzzGetGlyphHorizontalAdvance() argument67 static void harfbuzzGetGlyphHorizontalAdvances(hb_font_t* /* hbFont */, void* fontData, in harfbuzzGetGlyphHorizontalAdvances() argument94 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* /* hbFont */, void* /* fontData */, in harfbuzzGetGlyphHorizontalOrigin() argument206 static inline hb_codepoint_t determineHyphenChar(hb_codepoint_t preferredHyphen, hb_font_t* font) { in determineHyphenChar()
43 hb_font_t* hbFont = family->getFont(0)->baseFont().get(); in TEST_P()