OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BytesPerPixel
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/codec/
SkSwizzler.h
83
static int
BytesPerPixel
(SrcConfig sc) {
149
* @param bpp if bitsPerPixel % 8 == 0, deltaSrc is
bytesPerPixel
260
// fBPP is
bytesPerPixel
/external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp
250
const int
BytesPerPixel
= (Colors * BitsPerComponent + 7) / 8;
278
if (byte >=
BytesPerPixel
) {
279
left = pSrcData[byte -
BytesPerPixel
];
294
if (byte >=
BytesPerPixel
) {
295
left = pSrcData[byte -
BytesPerPixel
];
306
if (byte >=
BytesPerPixel
) {
307
left = pSrcData[byte -
BytesPerPixel
];
314
if (byte >=
BytesPerPixel
&& row) {
315
upper_left = pSrcData[byte - row_size -
BytesPerPixel
];
341
int
BytesPerPixel
= (bpc * nColors + 7) / 8
[
all
...]
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_pixels.h
279
Uint8
BytesPerPixel
;
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_pixels.h
279
Uint8
BytesPerPixel
;
/prebuilts/misc/windows/sdl2/include/
SDL_pixels.h
279
Uint8
BytesPerPixel
;
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_pixels.h
279
Uint8
BytesPerPixel
;
Completed in 689 milliseconds