Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttpload.c270 face->cvt_size = 0; in tt_face_load_cvt()
277 face->cvt_size = table_len / 2; in tt_face_load_cvt()
279 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) ) in tt_face_load_cvt()
282 if ( FT_FRAME_ENTER( face->cvt_size * 2L ) ) in tt_face_load_cvt()
287 FT_Short* limit = cur + face->cvt_size; in tt_face_load_cvt()
Dttobjs.c365 face->cvt_size = 0; in tt_face_done()
557 size->cvt_size = 0; in tt_size_done_bytecode()
609 size->cvt_size = face->cvt_size; in tt_size_init_bytecode()
628 FT_NEW_ARRAY( size->cvt, size->cvt_size ) || in tt_size_init_bytecode()
690 for ( i = 0; i < size->cvt_size; i++ ) in tt_size_ready_bytecode()
Dttobjs.h316 FT_ULong cvt_size; /* the scaled control value table */ member
Dttgxvar.c1252 point_count == 0 ? face->cvt_size in tt_face_vary_cvt()
1260 for ( j = 0; j < face->cvt_size; ++j ) in tt_face_vary_cvt()
Dttgload.c1915 for ( i = 0; i < size->cvt_size; i++ ) in tt_loader_init()
Dttinterp.c592 exec->cvtSize = size->cvt_size; in TT_Load_Context()
/external/freetype/include/freetype/internal/
Dtttypes.h1356 FT_ULong cvt_size; member