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

/external/freetype/src/sfnt/
H A Dttsbit.c300 FT_FRAME_ENTER( size ) )
367 FT_FRAME_ENTER( num_glyphs * size_elem ) )
486 if ( FT_FRAME_ENTER( 8L ) )
516 if ( FT_FRAME_ENTER( 48L * num_strikes ) )
548 FT_FRAME_ENTER( strike->num_ranges * 8L ) )
574 FT_FRAME_ENTER( 8L ) )
1228 if ( FT_FRAME_ENTER( glyph_size ) )
1357 if ( FT_FRAME_ENTER( 4L * num_components ) )
H A Dttload.c382 FT_FRAME_ENTER( face->num_tables * 16L ) )
811 FT_FRAME_ENTER( count * 12 ) )
1224 if ( FT_FRAME_ENTER( 4L ) )
1244 FT_FRAME_ENTER( num_ranges * 4L ) )
H A Dttpost.c191 FT_FRAME_ENTER( num_glyphs * 2L ) )
H A Dttmtx.c182 if ( FT_FRAME_ENTER( table_len ) )
H A Dsfdriver.c270 FT_FRAME_ENTER( name->stringLength ) )
H A Dsfobjs.c411 if ( FT_FRAME_ENTER( face->ttc_header.count * 4L ) )
/external/freetype/src/truetype/
H A Dttgxvar.c299 if ( FT_FRAME_ENTER( table_len ) )
425 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 4L ) )
436 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 2L ) )
453 FT_FRAME_ENTER( blend->tuplecount * gvar_head.axisCount * 2L ) )
769 if ( FT_FRAME_ENTER( 4L + 4L * fvar_head.axisCount ) )
1165 if ( FT_FRAME_ENTER( table_len ) )
1360 FT_FRAME_ENTER( blend->glyphoffsets[glyph_index + 1] -
H A Dttpload.c309 if ( FT_FRAME_ENTER( face->cvt_size * 2L ) )
H A Dttobjs.c195 if ( FT_FRAME_ENTER( length ) )
H A Dttgload.c283 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( byte_count ) )
654 /* we must undo the FT_FRAME_ENTER in order to point */
/external/freetype/src/base/
H A Dftpatent.c36 if ( FT_FRAME_ENTER( size ) )
/external/freetype/src/cff/
H A Dcffload.c339 FT_FRAME_ENTER( data_size ) )
892 if ( FT_FRAME_ENTER( ( num_glyphs - 1 ) * 2 ) )
1116 if ( FT_FRAME_ENTER( count ) )
1368 FT_FRAME_ENTER( font->font_dict.private_size ) )
/external/freetype/src/pfr/
H A Dpfrload.c257 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( size ) )
731 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( size ) )
/external/freetype/include/freetype/internal/
H A Dftstream.h517 #define FT_FRAME_ENTER( size ) \ macro

Completed in 172 milliseconds