Home
last modified time | relevance | path

Searched defs:bitsPerPixel (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/codec/
DSkBmpBaseCodec.cpp18 uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder) in SkBmpBaseCodec()
DSkBmpCodec.h87 uint16_t bitsPerPixel() const { return fBitsPerPixel; } in bitsPerPixel() function
DSkMasks.cpp131 int bitsPerPixel = 8*bytesPerPixel; in CreateMasks() local
DSkBmpStandardCodec.cpp30 uint16_t bitsPerPixel, uint32_t numColors, in SkBmpStandardCodec()
162 SkEncodedInfo::Alpha alpha, int bitsPerPixel) { in make_info()
DSkBmpMaskCodec.cpp25 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
DSkBmpCodec.cpp222 uint16_t bitsPerPixel; in ReadHeader() local
614 uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder) in SkBmpCodec()
DSkCodecPriv.h128 static inline size_t compute_row_bytes(int width, uint32_t bitsPerPixel) { in compute_row_bytes()
DSkBmpRLECodec.cpp35 uint16_t bitsPerPixel, uint32_t numColors, in SkBmpRLECodec()
DSkPngCodec.cpp455 const int bitsPerPixel = this->getEncodedInfo().bitsPerPixel(); in allocateStorage() local
DSkMaskSwizzler.cpp395 bool srcIsOpaque, SkMasks* masks, uint32_t bitsPerPixel, in CreateMaskSwizzler()
DSkSwizzler.cpp1154 uint8_t bitsPerPixel = encodedInfo.bitsPerPixel(); in Make() local
/external/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp68 int bitsPerPixel = pm.info().bytesPerPixel() * 8; in swapBuffers() local
/external/deqp/framework/delibs/deimage/
DdeTarga.c44 int bitsPerPixel; in deImage_loadTarga() local
/external/skia/include/private/
DSkEncodedInfo.h203 uint8_t bitsPerPixel() const { in bitsPerPixel() function
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c173 int bitsPerPixel; in bits_per_pixel() local
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c304 int bitsPerPixel; in bits_per_pixel() local
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h495 uint32 bitsPerPixel : 8; member