Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttpload.c328 face->cvt_size = 0; in tt_face_load_cvt()
335 face->cvt_size = table_len / 2; in tt_face_load_cvt()
337 if ( FT_QNEW_ARRAY( face->cvt, face->cvt_size ) ) in tt_face_load_cvt()
340 if ( FT_FRAME_ENTER( face->cvt_size * 2L ) ) in tt_face_load_cvt()
345 FT_Int32* limit = cur + face->cvt_size; in tt_face_load_cvt()
Dttobjs.c851 face->cvt_size = 0; in tt_face_done()
1002 for ( i = 0; i < size->cvt_size; i++ ) in tt_size_run_prep()
1090 size->cvt_size = 0; in tt_size_done_bytecode()
1154 size->cvt_size = face->cvt_size; in tt_size_init_bytecode()
1181 FT_NEW_ARRAY( size->cvt, size->cvt_size ) || in tt_size_init_bytecode()
Dttobjs.h306 FT_ULong cvt_size; /* the scaled control value table */ member
Dttgxvar.c3400 if ( FT_NEW_ARRAY( cvt_deltas, face->cvt_size ) ) in tt_face_vary_cvt()
3485 point_count == 0 ? face->cvt_size in tt_face_vary_cvt()
3501 for ( j = 0; j < face->cvt_size; j++ ) in tt_face_vary_cvt()
3545 if ( (FT_ULong)pindex >= face->cvt_size ) in tt_face_vary_cvt()
3582 for ( i = 0; i < face->cvt_size; i++ ) in tt_face_vary_cvt()
Dttinterp.c392 exec->cvtSize = size->cvt_size; in TT_Load_Context()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h1561 FT_ULong cvt_size; member