HomeSort by relevance Sort by last modified time
    Searched refs:FT_NEW_ARRAY (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/third_party/freetype/src/sfnt/
ttpost.c 190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
227 if ( FT_NEW_ARRAY( name_strings, num_names ) )
256 if ( FT_NEW_ARRAY( name_strings[n], len + 1 ) ||
270 if ( FT_NEW_ARRAY( name_strings[n], 1 ) )
332 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) ||
pngshim.c 310 if ( FT_NEW_ARRAY( rows, imgHeight ) )
sfobjs.c 61 if ( FT_NEW_ARRAY( string, len + 1 ) )
96 if ( FT_NEW_ARRAY( string, len + 1 ) )
416 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) )
938 if ( FT_NEW_ARRAY( root->available_sizes, count ) )
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
227 if ( FT_NEW_ARRAY( name_strings, num_names ) )
256 if ( FT_NEW_ARRAY( name_strings[n], len + 1 ) ||
270 if ( FT_NEW_ARRAY( name_strings[n], 1 ) )
332 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) ||
sfobjs.c 62 if ( FT_NEW_ARRAY( string, len + 1 ) )
97 if ( FT_NEW_ARRAY( string, len + 1 ) )
508 if ( FT_NEW_ARRAY( tables, woff.num_tables ) ||
509 FT_NEW_ARRAY( indices, woff.num_tables ) )
809 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttpost.c 190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
227 if ( FT_NEW_ARRAY( name_strings, num_names ) )
256 if ( FT_NEW_ARRAY( name_strings[n], len + 1 ) ||
270 if ( FT_NEW_ARRAY( name_strings[n], 1 ) )
332 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) ||
  /external/chromium_org/third_party/freetype/src/base/
ftsnames.c 67 if ( FT_NEW_ARRAY ( entry->string, entry->stringLength ) ||
  /external/freetype/src/base/
ftsnames.c 67 if ( FT_NEW_ARRAY ( entry->string, entry->stringLength ) ||
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftsnames.c 67 if ( FT_NEW_ARRAY ( entry->string, entry->stringLength ) ||
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 147 if ( FT_NEW_ARRAY( points, n ) )
225 if ( FT_NEW_ARRAY( deltas, delta_cnt ) )
311 if ( FT_NEW_ARRAY( blend->avar_segment, axisCount ) )
318 if ( FT_NEW_ARRAY( segment->correspondence, segment->pairCount ) )
421 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
450 if ( FT_NEW_ARRAY( blend->tuplecoords,
    [all...]
ttobjs.c 127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) ||
128 FT_NEW_ARRAY( zone->cur, maxPoints ) ||
129 FT_NEW_ARRAY( zone->orus, maxPoints ) ||
130 FT_NEW_ARRAY( zone->tags, maxPoints ) ||
131 FT_NEW_ARRAY( zone->contours, maxContours ) )
1001 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) |
    [all...]
ttpload.c 306 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
532 if ( FT_NEW_ARRAY( face->hdmx_record_sizes, num_records ) )
  /external/freetype/src/truetype/
ttgxvar.c 147 if ( FT_NEW_ARRAY( points, n ) )
225 if ( FT_NEW_ARRAY( deltas, delta_cnt ) )
311 if ( FT_NEW_ARRAY( blend->avar_segment, axisCount ) )
318 if ( FT_NEW_ARRAY( segment->correspondence, segment->pairCount ) )
421 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
450 if ( FT_NEW_ARRAY( blend->tuplecoords,
    [all...]
ttobjs.c 127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) ||
128 FT_NEW_ARRAY( zone->cur, maxPoints ) ||
129 FT_NEW_ARRAY( zone->orus, maxPoints ) ||
130 FT_NEW_ARRAY( zone->tags, maxPoints ) ||
131 FT_NEW_ARRAY( zone->contours, maxContours ) )
    [all...]
ttpload.c 306 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
532 if ( FT_NEW_ARRAY( face->hdmx_record_sizes, num_records ) )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgxvar.c 147 if ( FT_NEW_ARRAY( points, n ) )
225 if ( FT_NEW_ARRAY( deltas, delta_cnt ) )
311 if ( FT_NEW_ARRAY( blend->avar_segment, axisCount ) )
318 if ( FT_NEW_ARRAY( segment->correspondence, segment->pairCount ) )
421 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
450 if ( FT_NEW_ARRAY( blend->tuplecoords,
    [all...]
ttobjs.c 127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) ||
128 FT_NEW_ARRAY( zone->cur, maxPoints ) ||
129 FT_NEW_ARRAY( zone->orus, maxPoints ) ||
130 FT_NEW_ARRAY( zone->tags, maxPoints ) ||
131 FT_NEW_ARRAY( zone->contours, maxContours ) )
    [all...]
ttpload.c 308 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
534 if ( FT_NEW_ARRAY( face->hdmx_record_sizes, num_records ) )
  /external/chromium_org/third_party/freetype/src/cff/
cffload.c 337 if ( FT_NEW_ARRAY( idx->offsets, idx->count + 1 ) ||
404 !FT_NEW_ARRAY( t, idx->count + 1 ) &&
799 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) )
882 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
975 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
993 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
1011 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
    [all...]
  /external/freetype/src/cff/
cffload.c 337 if ( FT_NEW_ARRAY( idx->offsets, idx->count + 1 ) ||
404 !FT_NEW_ARRAY( t, idx->count + 1 ) &&
806 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) )
889 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
982 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
1000 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
1018 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffload.c 337 if ( FT_NEW_ARRAY( idx->offsets, idx->count + 1 ) ||
404 !FT_NEW_ARRAY( t, idx->count + 1 ) &&
799 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) )
882 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
975 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
993 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
1011 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1load.c 132 if ( FT_NEW_ARRAY( blend->font_infos[1], num_designs ) ||
133 FT_NEW_ARRAY( blend->privates [1], num_designs ) ||
134 FT_NEW_ARRAY( blend->bboxes [1], num_designs ) ||
135 FT_NEW_ARRAY( blend->weight_vector, num_designs * 2 ) )
174 if ( FT_NEW_ARRAY( blend->design_pos[0], num_designs * num_axis ) )
791 if ( FT_NEW_ARRAY( map->design_points, num_points * 2 ) )
    [all...]
  /external/chromium_org/third_party/freetype/src/pfr/
pfrload.c 496 if ( FT_NEW_ARRAY( snaps, count ) )
848 if ( FT_NEW_ARRAY( phy_font->blue_values, count ) )
870 if ( FT_NEW_ARRAY( phy_font->chars, count ) )
  /external/freetype/src/pfr/
pfrload.c 496 if ( FT_NEW_ARRAY( snaps, count ) )
847 if ( FT_NEW_ARRAY( phy_font->blue_values, count ) )
869 if ( FT_NEW_ARRAY( phy_font->chars, count ) )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidload.c 220 if ( FT_NEW_ARRAY( cid->font_dicts, num_dicts ) )
403 if ( FT_NEW_ARRAY( face->subrs, cid->num_dicts ) )
461 if ( FT_NEW_ARRAY( subr->code, num_subrs + 1 ) ||

Completed in 281 milliseconds

1 2 3