Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttpload.c335 face->cvt_size = 0; in tt_face_load_cvt()
342 face->cvt_size = table_len / 2; in tt_face_load_cvt()
344 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) ) in tt_face_load_cvt()
347 if ( FT_FRAME_ENTER( face->cvt_size * 2L ) ) in tt_face_load_cvt()
352 FT_Short* limit = cur + face->cvt_size; in tt_face_load_cvt()
Dttobjs.c769 face->cvt_size = 0; in tt_face_done()
989 size->cvt_size = 0; in tt_size_done_bytecode()
1053 size->cvt_size = face->cvt_size; in tt_size_init_bytecode()
1074 FT_NEW_ARRAY( size->cvt, size->cvt_size ) || in tt_size_init_bytecode()
1146 for ( i = 0; i < size->cvt_size; i++ ) in tt_size_ready_bytecode()
Dttobjs.h307 FT_ULong cvt_size; /* the scaled control value table */ member
Dttgxvar.c3221 point_count == 0 ? face->cvt_size in tt_face_vary_cvt()
3226 ( localpoints == ALL_POINTS && point_count != face->cvt_size ) ) in tt_face_vary_cvt()
3239 for ( j = 0; j < face->cvt_size; j++ ) in tt_face_vary_cvt()
3279 if ( (FT_ULong)pindex >= face->cvt_size ) in tt_face_vary_cvt()
Dttgload.c2595 for ( i = 0; i < size->cvt_size; i++ ) in tt_loader_init()
Dttinterp.c420 exec->cvtSize = size->cvt_size; in TT_Load_Context()
/external/freetype/include/freetype/internal/
Dtttypes.h1483 FT_ULong cvt_size; member