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

/external/chromium_org/third_party/freetype/src/truetype/
H A Dttpload.c297 face->cvt_size = 0;
304 face->cvt_size = table_len / 2;
306 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
309 if ( FT_FRAME_ENTER( face->cvt_size * 2L ) )
314 FT_Short* limit = cur + face->cvt_size;
H A Dttobjs.h319 FT_ULong cvt_size; /* the scaled control value table */ member in struct:TT_SizeRec_
H A Dttobjs.c701 face->cvt_size = 0;
931 size->cvt_size = 0;
984 size->cvt_size = face->cvt_size;
1003 FT_NEW_ARRAY( size->cvt, size->cvt_size ) ||
1066 for ( i = 0; i < size->cvt_size; i++ )
H A Dttgxvar.c1233 point_count == 0 ? face->cvt_size
1241 for ( j = 0; j < face->cvt_size; ++j )
H A Dttgload.c2100 for ( i = 0; i < size->cvt_size; i++ )
H A Dttinterp.c603 exec->cvtSize = size->cvt_size;
/external/freetype/src/truetype/
H A Dttpload.c297 face->cvt_size = 0;
304 face->cvt_size = table_len / 2;
306 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
309 if ( FT_FRAME_ENTER( face->cvt_size * 2L ) )
314 FT_Short* limit = cur + face->cvt_size;
H A Dttobjs.h319 FT_ULong cvt_size; /* the scaled control value table */ member in struct:TT_SizeRec_
H A Dttobjs.c706 face->cvt_size = 0;
936 size->cvt_size = 0;
989 size->cvt_size = face->cvt_size;
1008 FT_NEW_ARRAY( size->cvt, size->cvt_size ) ||
1070 for ( i = 0; i < size->cvt_size; i++ )
H A Dttgxvar.c1233 point_count == 0 ? face->cvt_size
1241 for ( j = 0; j < face->cvt_size; ++j )
H A Dttgload.c2249 for ( i = 0; i < size->cvt_size; i++ )
H A Dttinterp.c603 exec->cvtSize = size->cvt_size;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttpload.c299 face->cvt_size = 0;
306 face->cvt_size = table_len / 2;
308 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
311 if ( FT_FRAME_ENTER( face->cvt_size * 2L ) )
316 FT_Short* limit = cur + face->cvt_size;
H A Dttobjs.h319 FT_ULong cvt_size; /* the scaled control value table */ member in struct:TT_SizeRec_
H A Dttobjs.c711 face->cvt_size = 0;
941 size->cvt_size = 0;
994 size->cvt_size = face->cvt_size;
1013 FT_NEW_ARRAY( size->cvt, size->cvt_size ) ||
1080 for ( i = 0; i < size->cvt_size; i++ )
H A Dttgxvar.c1233 point_count == 0 ? face->cvt_size
1241 for ( j = 0; j < face->cvt_size; ++j )
H A Dttgload.c2109 for ( i = 0; i < size->cvt_size; i++ )
H A Dttinterp.c603 exec->cvtSize = size->cvt_size;
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h1140 /* cvt_size :: Size of the control value table (in */
1256 FT_ULong cvt_size; member in struct:TT_FaceRec_
/external/freetype/include/internal/
H A Dtttypes.h1216 /* cvt_size :: Size of the control value table (in */
1332 FT_ULong cvt_size; member in struct:TT_FaceRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h1140 /* cvt_size :: Size of the control value table (in */
1256 FT_ULong cvt_size; member in struct:TT_FaceRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h1140 /* cvt_size :: Size of the control value table (in */
1256 FT_ULong cvt_size; member in struct:TT_FaceRec_

Completed in 1320 milliseconds