Searched refs:cvt_size (Results 1 – 6 of 6) sorted by relevance
339 face->cvt_size = 0; in tt_face_load_cvt()346 face->cvt_size = table_len / 2; in tt_face_load_cvt()348 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) ) in tt_face_load_cvt()351 if ( FT_FRAME_ENTER( face->cvt_size * 2L ) ) in tt_face_load_cvt()356 FT_Int32* limit = cur + face->cvt_size; in tt_face_load_cvt()
798 face->cvt_size = 0; in tt_face_done()949 for ( i = 0; i < size->cvt_size; i++ ) in tt_size_run_prep()1037 size->cvt_size = 0; in tt_size_done_bytecode()1101 size->cvt_size = face->cvt_size; in tt_size_init_bytecode()1128 FT_NEW_ARRAY( size->cvt, size->cvt_size ) || in tt_size_init_bytecode()
307 FT_ULong cvt_size; /* the scaled control value table */ member
3273 if ( FT_NEW_ARRAY( cvt_deltas, face->cvt_size ) ) in tt_face_vary_cvt()3358 point_count == 0 ? face->cvt_size in tt_face_vary_cvt()3363 ( localpoints == ALL_POINTS && point_count != face->cvt_size ) ) in tt_face_vary_cvt()3376 for ( j = 0; j < face->cvt_size; j++ ) in tt_face_vary_cvt()3420 if ( (FT_ULong)pindex >= face->cvt_size ) in tt_face_vary_cvt()3457 for ( i = 0; i < face->cvt_size; i++ ) in tt_face_vary_cvt()
441 exec->cvtSize = size->cvt_size; in TT_Load_Context()
1562 FT_ULong cvt_size; member