Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftstroke.h693 * pglyph ::
715 FT_Glyph_Stroke( FT_Glyph *pglyph,
730 * pglyph ::
756 FT_Glyph_StrokeBorder( FT_Glyph *pglyph,
/third_party/ffmpeg/libavcodec/
H A Dsanm.c390 int8_t *pglyph = pglyphs; in make_glyphs() local
398 for (j = 0; j < GLYPH_COORD_VECT_SIZE; j++, pglyph += glyph_size) { in make_glyphs()
415 pglyph[point[0] + irow * side_length] = 1; in make_glyphs()
420 pglyph[point[0] + irow * side_length] = 1; in make_glyphs()
425 pglyph[icol + point[1] * side_length] = 1; in make_glyphs()
430 pglyph[icol + point[1] * side_length] = 1; in make_glyphs()
775 int8_t *pglyph; in process_block() local
821 pglyph = (size == 8) ? ctx->p8x8glyphs[code] : ctx->p4x4glyphs[code]; in process_block()
826 dst[t + k * stride] = colors[!*pglyph++]; in process_block()
1048 int8_t *pglyph; in draw_glyph() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstroke.c2251 FT_Glyph_Stroke( FT_Glyph *pglyph, in FT_EXPORT_DEF()
2259 if ( !pglyph ) in FT_EXPORT_DEF()
2262 glyph = *pglyph; in FT_EXPORT_DEF()
2305 FT_Done_Glyph( *pglyph ); in FT_EXPORT_DEF()
2307 *pglyph = glyph; in FT_EXPORT_DEF()
2315 *pglyph = NULL; in FT_EXPORT_DEF()
2325 FT_Glyph_StrokeBorder( FT_Glyph *pglyph, in FT_EXPORT_DEF()
2334 if ( !pglyph ) in FT_EXPORT_DEF()
2337 glyph = *pglyph; in FT_EXPORT_DEF()
2391 FT_Done_Glyph( *pglyph ); in FT_EXPORT_DEF()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-indic.cc217 bool load_virama_glyph (hb_font_t *font, hb_codepoint_t *pglyph) const in load_virama_glyph()
232 *pglyph = glyph; in load_virama_glyph()

Completed in 14 milliseconds