Home
last modified time | relevance | path

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

12

/third_party/skia/m133/src/codec/
DSkBmpBaseCodec.cpp18 uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder) in SkBmpBaseCodec()
DSkBmpCodec.h87 uint16_t bitsPerPixel() const { return fBitsPerPixel; } in bitsPerPixel() function
DSkBmpMaskCodec.cpp25 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
DSkBmpStandardCodec.cpp31 uint16_t bitsPerPixel, in SkBmpStandardCodec()
168 SkEncodedInfo::Alpha alpha, int bitsPerPixel) { in make_info()
DSkBmpCodec.cpp225 uint16_t bitsPerPixel; in ReadHeader() local
622 uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder) in SkBmpCodec()
DSkIcoCodec.cpp94 uint16_t bitsPerPixel; in MakeFromStream() member
136 uint16_t bitsPerPixel = SkCodecPriv::UnsafeGetShort(entryBuffer, 6); in MakeFromStream() local
DSkPngCodecBase.cpp175 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()
/third_party/skia/src/codec/
DSkBmpBaseCodec.cpp13 uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder) in SkBmpBaseCodec()
DSkBmpCodec.h81 uint16_t bitsPerPixel() const { return fBitsPerPixel; } in bitsPerPixel() function
DSkMasks.cpp132 int bitsPerPixel = 8*bytesPerPixel; in CreateMasks() local
DSkBmpMaskCodec.cpp17 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
DSkBmpStandardCodec.cpp19 uint16_t bitsPerPixel, uint32_t numColors, in SkBmpStandardCodec()
151 SkEncodedInfo::Alpha alpha, int bitsPerPixel) { in make_info()
DSkIcoCodec.cpp74 uint16_t bitsPerPixel; in MakeFromStream() member
116 uint16_t bitsPerPixel = get_short(entryBuffer, 6); in MakeFromStream() local
DSkBmpCodec.cpp216 uint16_t bitsPerPixel; in ReadHeader() local
608 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.cpp22 uint16_t bitsPerPixel, uint32_t numColors, in SkBmpRLECodec()
/third_party/skia/m133/src/core/
DSkMasks.cpp131 int bitsPerPixel = 8*bytesPerPixel; in CreateMasks() local
/third_party/skia/m133/tools/window/unix/
DRasterWindowContext_unix.cpp71 int bitsPerPixel = pm.info().bytesPerPixel() * 8; in onSwapBuffers() local
/third_party/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp68 int bitsPerPixel = pm.info().bytesPerPixel() * 8; in swapBuffers() local
/third_party/skia/m133/src/encode/
DSkPngEncoderBase.cpp66 size_t bitsPerPixel = static_cast<size_t>(dstInfo.bitsPerPixel()); in makeTargetInfo() local
/third_party/vk-gl-cts/framework/delibs/deimage/
DdeTarga.c44 int bitsPerPixel; in deImage_loadTarga() local
/third_party/skia/include/private/
DSkEncodedInfo.h188 uint8_t bitsPerPixel() const { in bitsPerPixel() function
/third_party/skia/m133/include/private/
DSkEncodedInfo.h214 uint8_t bitsPerPixel() const { in bitsPerPixel() function

12