Searched defs:codepoint (Results 1 – 7 of 7) sorted by relevance
17 bool MinikinFontSkia::GetGlyph(uint32_t codepoint, uint32_t *glyph) const { in GetGlyph()
41 bool MinikinFontFreeType::GetGlyph(uint32_t codepoint, uint32_t *glyph) const { in GetGlyph()
406 static hb_script_t codePointToScript(hb_codepoint_t codepoint) { in codePointToScript()
35 bool MinikinFontSkia::GetGlyph(uint32_t codepoint, uint32_t *glyph) const { in GetGlyph()
55 static void SkiaGetGlyphWidthAndExtents(SkPaint* paint, hb_codepoint_t codepoint, hb_position_t* wi… in SkiaGetGlyphWidthAndExtents()
396 int codepoint = 0x010000 | (int) c - 0xD800 << 10 | (int) d - 0xDC00; in withinStyle() local
511 int codepoint = str.codePointAt(i); in containsOnlyAlphaDigitHyphen() local