Home
last modified time | relevance | path

Searched refs:pglyph (Results 1 – 4 of 4) sorted by relevance

/external/freetype/include/freetype/
Dftstroke.h726 FT_Glyph_Stroke( FT_Glyph *pglyph,
768 FT_Glyph_StrokeBorder( FT_Glyph *pglyph,
/external/freetype/src/base/
Dftstroke.c2297 FT_Glyph_Stroke( FT_Glyph *pglyph, in FT_Glyph_Stroke() argument
2305 if ( !pglyph ) in FT_Glyph_Stroke()
2308 glyph = *pglyph; in FT_Glyph_Stroke()
2351 FT_Done_Glyph( *pglyph ); in FT_Glyph_Stroke()
2353 *pglyph = glyph; in FT_Glyph_Stroke()
2361 *pglyph = NULL; in FT_Glyph_Stroke()
2371 FT_Glyph_StrokeBorder( FT_Glyph *pglyph, in FT_Glyph_StrokeBorder() argument
2380 if ( !pglyph ) in FT_Glyph_StrokeBorder()
2383 glyph = *pglyph; in FT_Glyph_StrokeBorder()
2437 FT_Done_Glyph( *pglyph ); in FT_Glyph_StrokeBorder()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-khmer.cc180 bool get_virama_glyph (hb_font_t *font, hb_codepoint_t *pglyph) const in get_virama_glyph()
195 *pglyph = glyph; in get_virama_glyph()
Dhb-ot-shape-complex-indic.cc255 bool load_virama_glyph (hb_font_t *font, hb_codepoint_t *pglyph) const in load_virama_glyph()
270 *pglyph = glyph; in load_virama_glyph()