/external/webkit/WebKit/android/plugins/ |
ANPBitmapInterface.cpp | 31 static bool anp_getPixelPacking(ANPBitmapFormat fmt, ANPPixelPacking* packing) { 34 if (packing) { 35 packing->AShift = SK_A32_SHIFT; 36 packing->ABits = SK_A32_BITS; 37 packing->RShift = SK_R32_SHIFT; 38 packing->RBits = SK_R32_BITS; 39 packing->GShift = SK_G32_SHIFT; 40 packing->GBits = SK_G32_BITS; 41 packing->BShift = SK_B32_SHIFT; 42 packing->BBits = SK_B32_BITS [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
close_code.h | 29 /* Reset structure packing at previous byte alignment */ 40 #endif /* Compiler needs structure packing set */
|
begin_code.h | 96 /* Force structure packing at 4 byte alignment. 98 packing set to an alternate value, say for loading structures from disk. 99 The packing is reset to the previous value in close_code.h 112 #endif /* Compiler needs structure packing set */
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
close_code.h | 29 /* Reset structure packing at previous byte alignment */ 40 #endif /* Compiler needs structure packing set */
|
begin_code.h | 96 /* Force structure packing at 4 byte alignment. 98 packing set to an alternate value, say for loading structures from disk. 99 The packing is reset to the previous value in close_code.h 112 #endif /* Compiler needs structure packing set */
|
/prebuilt/linux-x86/sdl/include/SDL/ |
close_code.h | 29 /* Reset structure packing at previous byte alignment */ 40 #endif /* Compiler needs structure packing set */
|
begin_code.h | 96 /* Force structure packing at 4 byte alignment. 98 packing set to an alternate value, say for loading structures from disk. 99 The packing is reset to the previous value in close_code.h 112 #endif /* Compiler needs structure packing set */
|
/prebuilt/windows/sdl/host/include/SDL/ |
close_code.h | 29 /* Reset structure packing at previous byte alignment */ 40 #endif /* Compiler needs structure packing set */
|
begin_code.h | 79 /* Force structure packing at 4 byte alignment. 81 packing set to an alternate value, say for loading structures from disk. 82 The packing is reset to the previous value in close_code.h 95 #endif /* Compiler needs structure packing set */
|
SDL_types.h | 99 /* Check to make sure enums are the size of ints, for structure packing.
|
/prebuilt/windows/sdl/include/SDL/ |
close_code.h | 29 /* Reset structure packing at previous byte alignment */ 40 #endif /* Compiler needs structure packing set */
|
begin_code.h | 96 /* Force structure packing at 4 byte alignment. 98 packing set to an alternate value, say for loading structures from disk. 99 The packing is reset to the previous value in close_code.h 112 #endif /* Compiler needs structure packing set */
|
/development/samples/BrowserPlugin/jni/background/ |
BackgroundPlugin.cpp | 329 ANPPixelPacking packing; local 331 if (gBitmapI.getPixelPacking(gRecs[i].fFormat, &packing)) { 333 "pixel format [%d] %s has packing ARGB [%d %d] [%d %d] [%d %d] [%d %d]\n", 335 packing.AShift, packing.ABits, 336 packing.RShift, packing.RBits, 337 packing.GShift, packing.GBits, 338 packing.BShift, packing.BBits) [all...] |
/external/skia/include/core/ |
SkPackBits.h | 34 /** Write the src array into a packed format. The packing process may end 44 /** Write the src array into a packed format. The packing process may end
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
dhdioctl.h | 37 /* require default structure packing */ 118 /* require default structure packing */
|
packed_section_end.h | 2 * Declare directives for structure packing. No padding will be provided
|
packed_section_start.h | 2 * Declare directives for structure packing. No padding will be provided
|
sdiovar.h | 33 /* require default structure packing */
|
/external/e2fsprogs/lib/uuid/ |
pack.c | 2 * Internal routine for packing UUID's
|
/external/speex/libspeex/ |
bits.c | 4 Handles bit packing/unpacking 245 speex_warning("Could not resize input buffer: not packing"); 249 speex_warning("Do not own input buffer: not packing");
|
/external/skia/src/core/ |
SkBitmapProcState.h | 115 /* Macros for packing and unpacking pairs of 16bit values in a 32bit uint.
|
/frameworks/base/opengl/tests/filter/ |
filter.cpp | 85 // packing is always 4
|
/frameworks/base/opengl/tests/textures/ |
textures.cpp | 76 // packing is always 4
|
/external/speex/include/speex/ |
speex_bits.h | 4 @brief Handles bit packing/unpacking 48 /** Bit-packing data structure representing (part of) a bit-stream. */
|
/external/tremolo/Tremolo/ |
bitwise.c | 34 function: packing variable sized words into an octet stream 587 fprintf(stderr,"\nSmall preclipped packing (LSb): "); 595 fprintf(stderr,"\nLarge preclipped packing (LSb): "); 599 fprintf(stderr,"\n32 bit preclipped packing (LSb): "); 627 fprintf(stderr,"\nSmall unclipped packing (LSb): "); 631 fprintf(stderr,"\nLarge unclipped packing (LSb): "); 635 fprintf(stderr,"\nSingle bit unclipped packing (LSb): ");
|