Searched refs:cvt_size (Results 1 - 14 of 14) sorted by relevance

/external/freetype/src/truetype/
H A Dttpload.c335 face->cvt_size = 0;
342 face->cvt_size = table_len / 2;
344 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
347 if ( FT_FRAME_ENTER( face->cvt_size * 2L ) )
352 FT_Short* limit = cur + face->cvt_size;
H A Dttobjs.h306 FT_ULong cvt_size; /* the scaled control value table */ member in struct:TT_SizeRec_
H A Dttobjs.c728 face->cvt_size = 0;
948 size->cvt_size = 0;
1012 size->cvt_size = face->cvt_size;
1033 FT_NEW_ARRAY( size->cvt, size->cvt_size ) ||
1105 for ( i = 0; i < size->cvt_size; i++ )
H A Dttgxvar.c2689 point_count == 0 ? face->cvt_size
2704 for ( j = 0; j < face->cvt_size; j++ )
2744 if ( (FT_ULong)pindex >= face->cvt_size )
H A Dttgload.c2504 for ( i = 0; i < size->cvt_size; i++ )
H A Dttinterp.c416 exec->cvtSize = size->cvt_size;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttpload.c305 face->cvt_size = 0;
312 face->cvt_size = table_len / 2;
314 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
317 if ( FT_FRAME_ENTER( face->cvt_size * 2L ) )
322 FT_Short* limit = cur + face->cvt_size;
H A Dttobjs.h308 FT_ULong cvt_size; /* the scaled control value table */ member in struct:TT_SizeRec_
H A Dttobjs.c755 face->cvt_size = 0;
966 size->cvt_size = 0;
1030 size->cvt_size = face->cvt_size;
1051 FT_NEW_ARRAY( size->cvt, size->cvt_size ) ||
1113 for ( i = 0; i < size->cvt_size; i++ )
H A Dttgxvar.c1426 point_count == 0 ? face->cvt_size
1441 for ( j = 0; j < face->cvt_size; j++ )
H A Dttgload.c2324 for ( i = 0; i < size->cvt_size; i++ )
H A Dttinterp.c431 exec->cvtSize = size->cvt_size;
/external/freetype/include/freetype/internal/
H A Dtttypes.h1271 /* cvt_size :: Size of the control value table (in */
1473 FT_ULong cvt_size; member in struct:TT_FaceRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dtttypes.h1214 /* cvt_size :: Size of the control value table (in */
1330 FT_ULong cvt_size; member in struct:TT_FaceRec_

Completed in 720 milliseconds