Home
last modified time | relevance | path

Searched refs:hb_font_t (Results 1 – 3 of 3) sorted by relevance

/frameworks/minikin/include/minikin/
DHbUtils.h43 void operator()(hb_font_t* v) { hb_font_destroy(v); } in operator()
52 using HbFontUniquePtr = std::unique_ptr<hb_font_t, HbFontDeleter>;
/frameworks/minikin/libs/minikin/
DLayoutCore.cpp60 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* /* hbFont */, void* fontData, in harfbuzzGetGlyphHorizontalAdvance() argument
67 static void harfbuzzGetGlyphHorizontalAdvances(hb_font_t* /* hbFont */, void* fontData, in harfbuzzGetGlyphHorizontalAdvances() argument
94 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* /* hbFont */, void* /* fontData */, in harfbuzzGetGlyphHorizontalOrigin() argument
206 static inline hb_codepoint_t determineHyphenChar(hb_codepoint_t preferredHyphen, hb_font_t* font) { in determineHyphenChar()
/frameworks/minikin/tests/stresstest/
DFontFamilyTest.cpp43 hb_font_t* hbFont = family->getFont(0)->baseFont().get(); in TEST_P()