Searched refs:hb_codepoint_t (Results 1 – 1 of 1) sorted by relevance
61 hb_codepoint_t glyph, void* /* userData */) { in harfbuzzGetGlyphHorizontalAdvance()69 const hb_codepoint_t* first_glyph, in harfbuzzGetGlyphHorizontalAdvances()76 const hb_codepoint_t* glyph = first_glyph; in harfbuzzGetGlyphHorizontalAdvances()79 glyph = reinterpret_cast<const hb_codepoint_t*>(reinterpret_cast<const uint8_t*>(glyph) + in harfbuzzGetGlyphHorizontalAdvances()95 hb_codepoint_t /* glyph */, in harfbuzzGetGlyphHorizontalOrigin() argument139 static hb_codepoint_t decodeUtf16(const uint16_t* chars, size_t len, ssize_t* iter) { in decodeUtf16()145 return (hb_codepoint_t)result; in decodeUtf16()206 static inline hb_codepoint_t determineHyphenChar(hb_codepoint_t preferredHyphen, hb_font_t* font) { in determineHyphenChar()207 hb_codepoint_t glyph; in determineHyphenChar()504 hb_codepoint_t glyph_ix = info[i].codepoint; in LayoutPiece()