Home
last modified time | relevance | path

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

/external/freetype/include/freetype/
Dftstroke.h715 FT_Glyph_Stroke( FT_Glyph *pglyph,
756 FT_Glyph_StrokeBorder( FT_Glyph *pglyph,
/external/freetype/src/base/
Dftstroke.c2270 FT_Glyph_Stroke( FT_Glyph *pglyph, in FT_Glyph_Stroke() argument
2278 if ( !pglyph ) in FT_Glyph_Stroke()
2281 glyph = *pglyph; in FT_Glyph_Stroke()
2324 FT_Done_Glyph( *pglyph ); in FT_Glyph_Stroke()
2326 *pglyph = glyph; in FT_Glyph_Stroke()
2334 *pglyph = NULL; in FT_Glyph_Stroke()
2344 FT_Glyph_StrokeBorder( FT_Glyph *pglyph, in FT_Glyph_StrokeBorder() argument
2353 if ( !pglyph ) in FT_Glyph_StrokeBorder()
2356 glyph = *pglyph; in FT_Glyph_StrokeBorder()
2410 FT_Done_Glyph( *pglyph ); in FT_Glyph_StrokeBorder()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-khmer.cc143 bool get_virama_glyph (hb_font_t *font, hb_codepoint_t *pglyph) const in get_virama_glyph()
158 *pglyph = glyph; in get_virama_glyph()
Dhb-ot-shape-complex-indic.cc218 bool load_virama_glyph (hb_font_t *font, hb_codepoint_t *pglyph) const in load_virama_glyph()
233 *pglyph = glyph; in load_virama_glyph()