Home
last modified time | relevance | path

Searched refs:x_control (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/pfr/
Dpfrgload.c58 FT_FREE( glyph->x_control ); in pfr_glyph_done()
299 if ( FT_RENEW_ARRAY( glyph->x_control, in pfr_glyph_load_simple()
307 glyph->y_control = glyph->x_control + x_count; in pfr_glyph_load_simple()
331 glyph->x_control[i] = x; in pfr_glyph_load_simple()
395 pos[0].x = glyph->x_control[format_low]; in pfr_glyph_load_simple()
447 cur->x = glyph->x_control[idx]; in pfr_glyph_load_simple()
Dpfrtypes.h313 FT_Pos* x_control; member
/external/freetype/
DChangeLog.235781 for `x_control' and `y_control'.