Home
last modified time | relevance | path

Searched defs:bitsPerPixel (Results 1 – 19 of 19) 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
DSkBmpStandardCodec.cpp31 uint16_t bitsPerPixel, in SkBmpStandardCodec()
168 SkEncodedInfo::Alpha alpha, int bitsPerPixel) { in make_info()
DSkBmpMaskCodec.cpp25 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
DSkBmpCodec.cpp225 uint16_t bitsPerPixel; in ReadHeader() local
622 uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder) in SkBmpCodec()
DSkPngCodecBase.cpp177 const int bitsPerPixel = this->getEncodedInfo().bitsPerPixel(); in allocateStorage() local
DSkCodecPriv.h140 static size_t ComputeRowBytes(int width, uint32_t bitsPerPixel) { in ComputeRowBytes()
DSkBmpRLECodec.cpp35 uint16_t bitsPerPixel, uint32_t numColors, in SkBmpRLECodec()
DSkMaskSwizzler.cpp395 bool srcIsOpaque, SkMasks* masks, uint32_t bitsPerPixel, in CreateMaskSwizzler()
DSkSwizzler.cpp1163 uint8_t bitsPerPixel = encodedInfo.bitsPerPixel(); in Make() local
/external/skia/src/core/
DSkMasks.cpp131 int bitsPerPixel = 8*bytesPerPixel; in CreateMasks() local
/external/skia/tools/window/unix/
DRasterWindowContext_unix.cpp71 int bitsPerPixel = pm.info().bytesPerPixel() * 8; in onSwapBuffers() local
/external/skia/src/encode/
DSkPngEncoderBase.cpp66 size_t bitsPerPixel = static_cast<size_t>(dstInfo.bitsPerPixel()); in makeTargetInfo() local
/external/deqp/framework/delibs/deimage/
DdeTarga.c44 int bitsPerPixel; in deImage_loadTarga() local
/external/skia/include/private/
DSkEncodedInfo.h214 uint8_t bitsPerPixel() const { in bitsPerPixel() function
/external/libcups/filter/
Drastertopdf.cpp58 static int rasterToPDFColorSpace( cups_cspace_t colorSpace, int bitsPerPixel, int *bitsPerComponent… in rasterToPDFColorSpace()
/external/intel-media-driver/media_driver/agnostic/common/vp/hal/
Dvphal_render_vebox_memdecomp.cpp671 uint32_t bitsPerPixel = 8; in GetResourceInfo() local
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c298 int bitsPerPixel; in bits_per_pixel() local
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h349 uint32 bitsPerPixel : 8; member