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

1 2 3

  /external/libpng/tests/
pngvalid-gamma-sbit 2 exec ./pngvalid --gamma-sbit
pngunknown-sAPI 2 exec ./pngunknown bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save "${srcdir}/pngtest.png"
  /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 301 * that needs to allocate data (e.g. the sbit cache lookup).
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
GEOLocationElement.java 201 int sbit = mBitoffset & 0x7; // Bit #0 is MSB, inclusive
204 // Copy the minimum of what's to the right of sbit
206 int width = Math.min(Byte.SIZE - sbit, remaining);
208 value = (value << width) | getBits(mOctets[octet], sbit, width);
234 for (int sbit = width - 1; sbit >= 0; ) {
238 int shr = sbit - 7 + dbit;
244 sbit -= Byte.SIZE - dbit;
247 bitOffset += sbit + 1;
248 sbit = -1
    [all...]
  /external/freetype/include/internal/
sfnt.h 182 /* Check whether an embedded bitmap (an `sbit') exists for a given */
193 /* arange :: The SBit range containing the glyph index. */
195 /* astrike :: The SBit strike containing the glyph index. */
201 /* SFNT_Err_Invalid_Argument if no sbit exists for the requested */
224 /* range :: The SBit range containing the glyph. */
227 /* big_metrics :: A big SBit metrics structure for the glyph. */
252 /* Load a given glyph sbit image from the font resource. This also */
276 /* A big sbit metrics structure for the glyph image. */
280 /* glyph sbit exists for the index. */
301 /* Select an sbit strike for a given size request. *
    [all...]
fttrace.h 54 FT_TRACE_DEF( ttsbit ) /* TrueType sbit handling (ttsbit.c) */
tttypes.h     [all...]
  /external/pdfium/third_party/freetype/include/internal/
sfnt.h 182 /* Check whether an embedded bitmap (an `sbit') exists for a given */
193 /* arange :: The SBit range containing the glyph index. */
195 /* astrike :: The SBit strike containing the glyph index. */
201 /* SFNT_Err_Invalid_Argument if no sbit exists for the requested */
224 /* range :: The SBit range containing the glyph. */
227 /* big_metrics :: A big SBit metrics structure for the glyph. */
252 /* Load a given glyph sbit image from the font resource. This also */
276 /* A big sbit metrics structure for the glyph image. */
280 /* glyph sbit exists for the index. */
301 /* Select an sbit strike for a given size request. *
    [all...]
fttrace.h 54 FT_TRACE_DEF( ttsbit ) /* TrueType sbit handling (ttsbit.c) */
tttypes.h     [all...]
  /external/libpng/
ANNOUNCE 39 Do not read invalid sBIT chunks. Previously libpng only checked sBIT
41 the read code to return an invalid sBIT chunk, which might lead to
pngwutil.c     [all...]
  /external/libpng/contrib/libtests/
pngimage.c 50 * significant in a PNG with the sBIT chunk.
160 T(SHIFT, sBIT, X, X, ALL, RW_SHIFT),
161 /* reduces component values to the original range based on the sBIT chunk,
1021 png_color_8p sBIT;
1023 if (png_get_sBIT(dp->read_pp, dp->read_ip, &sBIT) != PNG_INFO_sBIT)
1025 "active shift transform but no sBIT in file");
1030 sig_bits[0] = sBIT->gray;
1035 sig_bits[0] = sBIT->gray;
1036 sig_bits[1] = sBIT->alpha;
1041 sig_bits[0] = sBIT->red
    [all...]
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/v8/src/arm/
assembler-arm.h 854 SBit s = LeaveCC, Condition cond = al);
857 SBit s = LeaveCC, Condition cond = al);
860 SBit s = LeaveCC, Condition cond = al);
862 SBit s = LeaveCC, Condition cond = al) {
867 SBit s = LeaveCC, Condition cond = al);
870 SBit s = LeaveCC, Condition cond = al);
872 SBit s = LeaveCC, Condition cond = al) {
877 SBit s = LeaveCC, Condition cond = al);
880 SBit s = LeaveCC, Condition cond = al);
883 SBit s = LeaveCC, Condition cond = al)
    [all...]
assembler-arm.cc     [all...]
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...]
  /hardware/qcom/media/mm-core/inc/
QCMetaData.h 68 kKeySampleBits = 'sbit', // int32_t (audio sample bit-width)
  /external/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/freetype/include/
ftcache.h     [all...]
  /external/pdfium/third_party/freetype/include/
ftcache.h     [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngwutil.c     [all...]
  /external/libpng/contrib/pngminus/
README 26 features of PNG, like gamma, alpha, sbit, text-chunks, etc. This makes
  /external/freetype/src/sfnt/
sfobjs.c     [all...]

Completed in 540 milliseconds

1 2 3