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

  /external/libpng/tests/
pngvalid-gamma-sbit 2 exec ./pngvalid --gamma-sbit
  /external/chromium_org/third_party/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/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/openssl/crypto/bn/asm/
sparcv9-mont.pl 296 $sbit="%i2"; # re-use $bp!
313 and $car0,1,$sbit
330 or $sbit,$acc0,$acc0
332 srlx $acc0,32,$sbit
351 or $sbit,$acc0,$acc0
352 srlx $acc0,32,$sbit
363 or $sbit,$acc0,$acc0
364 srlx $acc0,32,$sbit
371 or $sbit,$car0,$car0
398 and $car0,1,$sbit
    [all...]
x86-mont.pl 412 $sbit=$num;
419 &mov ($sbit,"edx");
421 &and ($sbit,1);
430 &lea ($carry,&DWP(0,$sbit,"eax",2));
433 &mov ($sbit,"eax");
444 &lea ($carry,&DWP(0,$sbit,"eax",2));
518 &mov ($sbit,"edx"); # zaps $num
520 &and ($sbit,1);
532 &add ($carry,$sbit);
536 &mov ($sbit,"eax")
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
x86-mont.pl 412 $sbit=$num;
419 &mov ($sbit,"edx");
421 &and ($sbit,1);
430 &lea ($carry,&DWP(0,$sbit,"eax",2));
433 &mov ($sbit,"eax");
444 &lea ($carry,&DWP(0,$sbit,"eax",2));
518 &mov ($sbit,"edx"); # zaps $num
520 &and ($sbit,1);
532 &add ($carry,$sbit);
536 &mov ($sbit,"eax")
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftcache.h     [all...]
  /external/freetype/include/
ftcache.h     [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftcache.h     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftcache.h     [all...]
  /external/chromium_org/third_party/libpng/
pngwutil.c 929 /* Write the sBIT chunk */
931 png_write_sBIT(png_structp png_ptr, png_color_8p sbit, int color_type)
948 if (sbit->red == 0 || sbit->red > maxbits ||
949 sbit->green == 0 || sbit->green > maxbits ||
950 sbit->blue == 0 || sbit->blue > maxbits)
952 png_warning(png_ptr, "Invalid sBIT depth specified");
955 buf[0] = sbit->red
    [all...]
png.h     [all...]
  /external/libpng/
pngwutil.c     [all...]
pngpriv.h     [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngwutil.c 929 /* Write the sBIT chunk */
931 png_write_sBIT(png_structp png_ptr, png_color_8p sbit, int color_type)
948 if (sbit->red == 0 || sbit->red > maxbits ||
949 sbit->green == 0 || sbit->green > maxbits ||
950 sbit->blue == 0 || sbit->blue > maxbits)
952 png_warning(png_ptr, "Invalid sBIT depth specified");
955 buf[0] = sbit->red
    [all...]
png.h     [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 381 the next highest valid bit depth is selected, and an ``sBIT``
396 PNG image with a palette and an ``sBIT`` chunk, but the meaning
550 # No palette, check for sBIT chunk generation.
687 # http://www.w3.org/TR/PNG/#11sBIT
689 write_chunk(outfile, 'sBIT',
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 2901 png_byte sbit; member in struct:sbit_modification
2907 png_byte sbit = ((sbit_modification*)me)->sbit; local
7697 png_byte sbit; member in struct:gamma_display
7878 png_byte sbit; member in struct:validate_info
9109 png_byte sbit; local
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h 156 void Move(Register dst, const Operand& src, SBit sbit = LeaveCC,
158 if (!src.is_reg() || !src.rm().is(dst) || sbit != LeaveCC) {
159 mov(dst, src, sbit, cond);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 834 png_const_color_8p sbit, int color_type));
    [all...]

Completed in 702 milliseconds