Searched refs:hb_codepoint_t (Results 1 – 2 of 2) sorted by relevance
66 hb_codepoint_t glyph, void* /* userData */) { in harfbuzzGetGlyphHorizontalAdvance()74 const hb_codepoint_t* first_glyph, in harfbuzzGetGlyphHorizontalAdvances()81 const hb_codepoint_t* glyph = first_glyph; in harfbuzzGetGlyphHorizontalAdvances()84 glyph = reinterpret_cast<const hb_codepoint_t*>(reinterpret_cast<const uint8_t*>(glyph) + in harfbuzzGetGlyphHorizontalAdvances()100 hb_codepoint_t /* glyph */, in harfbuzzGetGlyphHorizontalOrigin() argument144 static inline hb_codepoint_t determineHyphenChar(hb_codepoint_t preferredHyphen, hb_font_t* font) { in determineHyphenChar()145 hb_codepoint_t glyph; in determineHyphenChar()449 hb_codepoint_t glyph_ix = info[i].codepoint; in LayoutPiece()
33 static hb_codepoint_t decodeUtf16(U16StringPiece text, Range range, uint32_t pos) { in decodeUtf16()39 return static_cast<hb_codepoint_t>(result); in decodeUtf16()