Home
last modified time | relevance | path

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

/third_party/skia/src/utils/mac/
DSkCreateCGImageRef.cpp53 size_t* bitsPerComponent, in get_bitmap_info()
87 size_t* bitsPerComponent, in prepare_for_image_ref()
156 size_t bitsPerComponent = 0; in SkCreateCGContext() local
180 size_t bitsPerComponent = 0; in SkCopyPixelsFromCGImage() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.cpp2026 sw::int4 Format::bitsPerComponent() const in bitsPerComponent() function in vk::Format
/third_party/skia/include/private/
DSkEncodedInfo.h186 uint8_t bitsPerComponent() const { return fBitsPerComponent; } in bitsPerComponent() function
/third_party/skia/src/codec/
DSkBmpCodec.cpp442 uint8_t bitsPerComponent; in ReadHeader() local