OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BitsPerPixel
(Results
1 - 12
of
12
) sorted by null
/external/giflib/
gif_lib_private.h
34
BitsPerPixel
, /* Bits per pixel (Codes uses at least this + 1). */
dgif_lib.c
234
int
BitsPerPixel
;
258
BitsPerPixel
= (Buf[0] & 0x07) + 1;
264
GifFile->SColorMap = GifMakeMapObject(1 <<
BitsPerPixel
, NULL);
338
unsigned int
BitsPerPixel
;
360
BitsPerPixel
= (Buf[0] & 0x07) + 1;
372
GifFile->Image.ColorMap = GifMakeMapObject(1 <<
BitsPerPixel
, NULL);
708
*CodeSize = Private->
BitsPerPixel
;
755
int i,
BitsPerPixel
;
764
BitsPerPixel
= CodeSize;
767
Private->
BitsPerPixel
= BitsPerPixel
[
all
...]
egif_lib.c
28
/* Masks given codes to
BitsPerPixel
, to make sure all codes are in range: */
320
(ColorMap ? ColorMap->
BitsPerPixel
- 1 : 0x07 ); /* Actual size of the
405
(ColorMap ? ColorMap->
BitsPerPixel
- 1 : 0);
463
Mask = CodeMask[Private->
BitsPerPixel
];
492
Pixel &= CodeMask[Private->
BitsPerPixel
];
832
int
BitsPerPixel
;
838
BitsPerPixel
= GifFile->Image.ColorMap->
BitsPerPixel
;
840
BitsPerPixel
= GifFile->SColorMap->
BitsPerPixel
;
[
all
...]
gif_lib.h
42
int
BitsPerPixel
;
/external/libjpeg-turbo/
wrgif.c
225
int
BitsPerPixel
, ColorMapSize, InitCodeSize, FlagByte;
232
BitsPerPixel
= 1;
233
while (num_colors > (1 <<
BitsPerPixel
))
234
BitsPerPixel
++;
235
ColorMapSize = 1 <<
BitsPerPixel
;
236
if (
BitsPerPixel
<= 1)
239
InitCodeSize =
BitsPerPixel
;
254
FlagByte |= (
BitsPerPixel
-1) << 4; /* color resolution */
255
FlagByte |= (
BitsPerPixel
-1); /* size of global color table */
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h
291
GLint
BitsPerPixel
; /* True bits per pixel for XImages */
/external/skia/src/codec/
SkSwizzler.h
46
static int
BitsPerPixel
(SrcConfig sc) {
84
SkASSERT(SkIsAlign8(
BitsPerPixel
(sc)));
85
return
BitsPerPixel
(sc) >> 3;
149
* @param bpp if
bitsPerPixel
% 8 == 0, deltaSrc is bytesPerPixel
150
* else, deltaSrc is
bitsPerPixel
259
// if
bitsPerPixel
% 8 == 0
262
// fBPP is
bitsPerPixel
/external/mesa3d/src/mesa/drivers/x11/
xmesaP.h
81
GLint
BitsPerPixel
; /* True bits per pixel for XImages */
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_pixels.h
278
Uint8
BitsPerPixel
;
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_pixels.h
278
Uint8
BitsPerPixel
;
/prebuilts/misc/windows/sdl2/include/
SDL_pixels.h
278
Uint8
BitsPerPixel
;
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_pixels.h
278
Uint8
BitsPerPixel
;
Completed in 385 milliseconds