Home
last modified time | relevance | path

Searched refs:base_glyph (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/psnames/
Dpsmodule.c425 FT_UInt32 base_glyph; in ps_unicodes_char_index() local
436 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index()
438 if ( base_glyph == unicode ) in ps_unicodes_char_index()
444 if ( base_glyph < unicode ) in ps_unicodes_char_index()
470 FT_UInt32 base_glyph; in ps_unicodes_char_next() local
484 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
486 if ( base_glyph == char_code ) in ps_unicodes_char_next()
489 if ( base_glyph < char_code ) in ps_unicodes_char_next()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.h40 FT_UInt base_glyph,
47 FT_UInt base_glyph,
53 FT_UInt base_glyph,
Dttcolr.c319 FT_UInt base_glyph, in tt_face_get_colr_layer() argument
341 base_glyph, in tt_face_get_colr_layer()
776 FT_UInt base_glyph, in tt_face_get_colr_glyph_paint() argument
796 base_glyph, in tt_face_get_colr_glyph_paint()
822 FT_UInt base_glyph, in tt_face_get_color_glyph_clipbox() argument
866 if ( base_glyph >= gid_start && base_glyph <= gid_end ) in tt_face_get_color_glyph_clipbox()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dsfnt.h521 FT_UInt base_glyph,
553 FT_UInt base_glyph,
592 FT_UInt base_glyph,
725 FT_GlyphSlot base_glyph,
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftcolor.h462 FT_UInt base_glyph,
1533 FT_UInt base_glyph,
1577 FT_UInt base_glyph,
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-graphite2.cc223 unsigned int base_glyph; member
357 c->base_glyph = ic; in _hb_graphite2_shape()
388 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
389 info->codepoint = gids[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c4632 FT_UInt base_glyph = slot->glyph_index; in FT_Render_Glyph_Internal() local
4642 base_glyph, in FT_Render_Glyph_Internal()
4681 base_glyph, in FT_Render_Glyph_Internal()
5609 FT_UInt base_glyph, in FT_Get_Color_Glyph_Layer() argument
5622 base_glyph >= (FT_UInt)face->num_glyphs ) in FT_Get_Color_Glyph_Layer()
5633 base_glyph, in FT_Get_Color_Glyph_Layer()
5646 FT_UInt base_glyph, in FT_Get_Color_Glyph_Paint() argument
5665 base_glyph, in FT_Get_Color_Glyph_Paint()
5677 FT_UInt base_glyph, in FT_Get_Color_Glyph_ClipBox() argument
5695 base_glyph, in FT_Get_Color_Glyph_ClipBox()