Home
last modified time | relevance | path

Searched defs:bitsPerComponent (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/utils/mac/
DSkCreateCGImageRef.cpp56 size_t* bitsPerComponent, in get_bitmap_info()
90 size_t* bitsPerComponent, in prepare_for_image_ref()
167 size_t bitsPerComponent = 0; in SkCreateCGContext() local
191 size_t bitsPerComponent = 0; in SkCopyPixelsFromCGImage() local
/external/libcups/filter/
Drastertopdf.cpp58 static int rasterToPDFColorSpace( cups_cspace_t colorSpace, int bitsPerPixel, int *bitsPerComponent in rasterToPDFColorSpace()
128 int bitsPerComponent, in writeImageObject()
320 int bitsPerComponent = 8; in convertCUPSRasterToPDF() local
/external/skia/src/encode/
DSkPngEncoderBase.cpp27 int bitsPerComponent) { in makeInfo()
/external/swiftshader/src/Vulkan/
DVkFormat.cpp2475 sw::int4 Format::bitsPerComponent() const in bitsPerComponent() function in vk::Format
/external/skia/src/codec/
DSkAvifCodec.cpp92 const int bitsPerComponent = avifDecoder->image->depth > 8 ? 16 : 8; in MakeFromStream() local
DSkBmpCodec.cpp451 uint8_t bitsPerComponent; in ReadHeader() local
DSkCrabbyAvifCodec.cpp216 const int bitsPerComponent = 8; in MakeFromData() local
/external/skia/include/private/
DSkEncodedInfo.h212 uint8_t bitsPerComponent() const { return fBitsPerComponent; } in bitsPerComponent() function