HomeSort by relevance Sort by last modified time
    Searched defs:sbit (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/cache/
ftcsbits.c 36 /***** SBIT CACHE NODES *****/
43 ftc_sbit_copy_bitmap( FTC_SBit sbit,
57 if ( !FT_ALLOC( sbit->buffer, size ) )
58 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size );
69 FTC_SBit sbit = snode->sbits; local
74 for ( ; count > 0; sbit++, count-- )
75 FT_FREE( sbit->buffer );
95 * to a bad font file), this function will mark the sbit as `unavailable'
112 FTC_SBit sbit; local
122 sbit = snode->sbits + ( gindex - gnode->gindex )
284 FTC_SBit sbit = snode->sbits; local
344 FTC_SBit sbit = snode->sbits + ( gindex - gnode->gindex ); local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
ftcsbits.c 36 /***** SBIT CACHE NODES *****/
43 ftc_sbit_copy_bitmap( FTC_SBit sbit,
57 if ( !FT_ALLOC( sbit->buffer, size ) )
58 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size );
69 FTC_SBit sbit = snode->sbits; local
74 for ( ; count > 0; sbit++, count-- )
75 FT_FREE( sbit->buffer );
95 * to a bad font file), this function will mark the sbit as `unavailable'
112 FTC_SBit sbit; local
122 sbit = snode->sbits + ( gindex - gnode->gindex )
284 FTC_SBit sbit = snode->sbits; local
344 FTC_SBit sbit = snode->sbits + ( gindex - gnode->gindex ); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
itbl-ops.c 116 int sbit; /* mask starting bit position */ member in struct:itbl_range
163 static struct itbl_field *alloc_field (e_type type, int sbit,
208 int sbit, int ebit, unsigned long flags)
214 e->range.sbit = sbit;
225 itbl_add_operand (struct itbl_entry *e, int yytype, int sbit,
232 f = alloc_field (get_type (yytype), sbit, ebit, flags);
674 int len = MAX_BITPOS - r.sbit;
676 ASSERT (r.sbit >= r.ebit);
677 ASSERT (MAX_BITPOS >= r.sbit);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-tic6x.c 2685 bfd_vma sbit = 1 << (howto->bitsize - 1); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 3924 symbol *sbit = (symbol *) hash_find (sbit_hash, operand->buf); local
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 3053 png_byte sbit; member in struct:sbit_modification
3059 png_byte sbit = ((sbit_modification*)me)->sbit; local
8844 png_byte sbit; member in struct:gamma_display
9025 png_byte sbit; member in struct:validate_info
10294 png_byte sbit; local
    [all...]

Completed in 271 milliseconds