HomeSort by relevance Sort by last modified time
    Searched refs:cvt_size (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/freetype/src/truetype/
ttpload.c 297 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;
ttobjs.h 319 FT_ULong cvt_size; /* the scaled control value table */ member in struct:TT_SizeRec_
ttobjs.c 701 face->cvt_size = 0;
931 size->cvt_size = 0;
984 size->cvt_size = face->cvt_size;
    [all...]
ttgxvar.c     [all...]
ttgload.c     [all...]
ttinterp.c 603 exec->cvtSize = size->cvt_size;
    [all...]
  /external/freetype/src/truetype/
ttpload.c 297 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;
ttobjs.h 319 FT_ULong cvt_size; /* the scaled control value table */ member in struct:TT_SizeRec_
ttobjs.c 706 face->cvt_size = 0;
936 size->cvt_size = 0;
989 size->cvt_size = face->cvt_size;
    [all...]
ttgxvar.c     [all...]
ttgload.c     [all...]
ttinterp.c 603 exec->cvtSize = size->cvt_size;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttpload.c 299 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;
ttobjs.h 319 FT_ULong cvt_size; /* the scaled control value table */ member in struct:TT_SizeRec_
ttobjs.c 711 face->cvt_size = 0;
941 size->cvt_size = 0;
994 size->cvt_size = face->cvt_size;
    [all...]
ttgxvar.c     [all...]
ttgload.c     [all...]
ttinterp.c 603 exec->cvtSize = size->cvt_size;
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 1256 FT_ULong cvt_size; member in struct:TT_FaceRec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 1332 FT_ULong cvt_size; member in struct:TT_FaceRec_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h 1256 FT_ULong cvt_size; member in struct:TT_FaceRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
tttypes.h 1256 FT_ULong cvt_size; member in struct:TT_FaceRec_
    [all...]

Completed in 316 milliseconds