HomeSort by relevance Sort by last modified time
    Searched full:sbit (Results 1 - 25 of 43) sorted by null

1 2

  /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...]
ftccache.h 308 * that needs to allocate data (e.g. the sbit cache lookup).
ftcbasic.c 63 * being passed to the image and sbit caches. If the new structure's
  /external/freetype/include/freetype/internal/
sfnt.h 253 /* Check whether an embedded bitmap (an `sbit') exists for a given */
264 /* arange :: The SBit range containing the glyph index. */
266 /* astrike :: The SBit strike containing the glyph index. */
272 /* SFNT_Err_Invalid_Argument if no sbit exists for the requested */
295 /* range :: The SBit range containing the glyph. */
298 /* big_metrics :: A big SBit metrics structure for the glyph. */
323 /* Load a given glyph sbit image from the font resource. This also */
347 /* A big sbit metrics structure for the glyph image. */
351 /* glyph sbit exists for the index. */
374 /* Select an sbit strike for a given size request. *
    [all...]
fttrace.h 53 FT_TRACE_DEF( ttsbit ) /* TrueType sbit handling (ttsbit.c) */
tttypes.h     [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/freetype/src/sfnt/
ttsbit.c 25 * Alas, the memory-optimized sbit loader can't be used when implementing
693 /* index, the corresponding sbit range, and `EBDT' offset. */
698 /* strike :: The source/current sbit strike. */
701 /* arange :: The sbit range containing the glyph index. */
795 /* Checks whether an embedded bitmap (an `sbit') exists for a given */
806 /* arange :: The SBit range containing the glyph index. */
808 /* astrike :: The SBit strike containing the glyph index. */
814 /* SFNT_Err_Invalid_Argument if no sbit exists for the requested */
860 /* Gets the big metrics for a given SBit. */
865 /* range :: The SBit range containing the glyph. *
    [all...]
sfobjs.c 612 /* sbit font file */
642 /* sbit font file */
    [all...]
sfdriver.c 527 * This function was originally implemented to load the sbit table.
  /external/v8/src/arm/
assembler-arm.h 787 SBit s = LeaveCC, Condition cond = al);
790 SBit s = LeaveCC, Condition cond = al);
793 SBit s = LeaveCC, Condition cond = al);
795 SBit s = LeaveCC, Condition cond = al) {
800 SBit s = LeaveCC, Condition cond = al);
803 SBit s = LeaveCC, Condition cond = al);
805 SBit s = LeaveCC, Condition cond = al) {
810 SBit s = LeaveCC, Condition cond = al);
813 SBit s = LeaveCC, Condition cond = al);
816 SBit s = LeaveCC, Condition cond = al)
    [all...]
assembler-arm.cc     [all...]
macro-assembler-arm.h     [all...]
  /external/freetype/include/freetype/
ftcache.h     [all...]
  /external/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...]
libpngpf.3 
pngrutil.c 786 png_error(png_ptr, "Missing IHDR before sBIT");
789 png_warning(png_ptr, "Invalid sBIT after IDAT");
796 png_warning(png_ptr, "Out of place sBIT chunk");
800 png_warning(png_ptr, "Duplicate sBIT chunk");
812 png_warning(png_ptr, "Incorrect sBIT chunk length");
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 883 /* write the sBIT chunk */
885 png_write_sBIT(png_structp png_ptr, png_color_8p sbit, int color_type)
901 if (sbit->red == 0 || sbit->red > maxbits ||
902 sbit->green == 0 || sbit->green > maxbits ||
903 sbit->blue == 0 || sbit->blue > maxbits)
905 png_warning(png_ptr, "Invalid sBIT depth specified");
908 buf[0] = sbit->red
    [all...]
pngrutil.c 670 png_error(png_ptr, "Missing IHDR before sBIT");
673 png_warning(png_ptr, "Invalid sBIT after IDAT");
680 png_warning(png_ptr, "Out of place sBIT chunk");
684 png_warning(png_ptr, "Duplicate sBIT chunk");
696 png_warning(png_ptr, "Incorrect sBIT chunk length");
    [all...]
  /external/libpng/contrib/pngminus/
README 26 features of PNG, like gamma, alpha, sbit, text-chunks, etc. This makes
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 121 /* The sBIT chunk specifies the number of significant high-order bits
  /external/skia/legacy/src/images/
SkImageDecoder_libpng.cpp 464 // check for sBIT chunk data, in case we should disable dithering because
468 SkDebugf("----- sBIT %d %d %d %d\n", info_ptr->sig_bit.red,
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 470 // check for sBIT chunk data, in case we should disable dithering because
474 SkDebugf("----- sBIT %d %d %d %d\n", info_ptr->sig_bit.red,
    [all...]
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 671 milliseconds

1 2