HomeSort by relevance Sort by last modified time
    Searched full:cvt_size (Results 1 - 14 of 14) 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.c 701 face->cvt_size = 0;
931 size->cvt_size = 0;
984 size->cvt_size = face->cvt_size;
    [all...]
ttobjs.h 319 FT_ULong cvt_size; /* the scaled control value table */ member in struct:TT_SizeRec_
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.c 701 face->cvt_size = 0;
931 size->cvt_size = 0;
984 size->cvt_size = face->cvt_size;
    [all...]
ttobjs.h 319 FT_ULong cvt_size; /* the scaled control value table */ member in struct:TT_SizeRec_
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/freetype/internal/
tttypes.h 1256 FT_ULong cvt_size; member in struct:TT_FaceRec_
    [all...]

Completed in 248 milliseconds