Home | History | Annotate | Download | only in src

Lines Matching refs:hb_codepoint_t

45   inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const
47 hb_codepoint_t gid = codepoint < 256 ? glyphIdArray[codepoint] : 0;
71 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const
108 hb_codepoint_t gid;
179 int cmp (hb_codepoint_t codepoint) const
203 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const
206 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode];
236 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const
263 static inline hb_codepoint_t group_get_glyph (const CmapSubtableLongGroup &group,
264 hb_codepoint_t u)
270 static inline hb_codepoint_t group_get_glyph (const CmapSubtableLongGroup &group,
271 hb_codepoint_t u HB_UNUSED)
284 inline int cmp (const hb_codepoint_t &codepoint) const
307 inline int cmp (const hb_codepoint_t &codepoint) const
327 inline glyph_variant_t get_glyph (hb_codepoint_t codepoint,
328 hb_codepoint_t *glyph,
346 inline int cmp (const hb_codepoint_t &variation_selector) const
369 inline glyph_variant_t get_glyph_variant (hb_codepoint_t codepoint,
370 hb_codepoint_t variation_selector,
371 hb_codepoint_t *glyph) const
396 inline bool get_glyph (hb_codepoint_t codepoint,
397 hb_codepoint_t *glyph) const
411 inline glyph_variant_t get_glyph_variant (hb_codepoint_t codepoint,
412 hb_codepoint_t variation_selector,
413 hb_codepoint_t *glyph) const