/third_party/skia/src/core/ |
H A D | SkPictureImageGenerator.cpp | 44 SkImage::BitDepth bitDepth, sk_sp<SkColorSpace> colorSpace) { in MakeFromPicture() 50 if (SkImage::BitDepth::kF16 == bitDepth) { in MakeFromPicture()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | bitmap_size_table.h | 96 int32_t BitDepth(); 140 int32_t BitDepth();
|
H A D | bitmap_size_table.cc | 71 int32_t BitmapSizeTable::BitDepth() { in BitDepth() function in sfntly::BitmapSizeTable 313 int32_t BitmapSizeTable::Builder::BitDepth() { in BitDepth() function in sfntly::BitmapSizeTable::Builder
|
/third_party/skia/docs/examples/ |
H A D | Image_MakeFromGenerator.cpp | 11 SkImage::BitDepth::kU8, SkColorSpace::MakeSRGB()); in REG_FIDDLE()
|
H A D | Image_MakeFromPicture.cpp | 22 SkImage::BitDepth::kU8, srgbColorSpace); in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | image_pict.cpp | 89 SkImage::BitDepth::kU8, srgbColorSpace); 94 SkImage::BitDepth::kU8, srgbColorSpace); 134 SkImage::BitDepth::kU8, in make_pic_generator()
|
H A D | verylargebitmap.cpp | 49 SkImage::BitDepth::kU8, in make_picture_image()
|
H A D | pictureimagefilter.cpp | 83 SkImage::BitDepth::kU8, SkColorSpace::MakeSRGB()); in make()
|
H A D | image.cpp | 241 info.dimensions(), nullptr, nullptr, SkImage::BitDepth::kU8, in make_picture() 355 SkImage::BitDepth::kU8, srgbColorSpace); in DEF_SIMPLE_GPU_GM()
|
H A D | image_shader.cpp | 74 SkImage::BitDepth::kU8, in make_pict_gen()
|
H A D | readpixels.cpp | 71 SkImage::BitDepth::kU8, in make_picture_image()
|
H A D | pictureimagegenerator.cpp | 181 SkImage::BitDepth::kU8, srgbColorSpace);
|
/third_party/skia/tests/ |
H A D | ImageIsOpaqueTest.cpp | 69 SkImage::BitDepth::kU8, in DEF_TEST()
|
H A D | ImageGeneratorTest.cpp | 114 SkImage::BitDepth::kU8, colorspace); in DEF_TEST()
|
H A D | SkResourceCacheTest.cpp | 202 SkImage::BitDepth::kU8, in DEF_TEST()
|
H A D | ImageTest.cpp | 124 nullptr, nullptr, SkImage::BitDepth::kU8, in create_picture_image() 1178 nullptr, nullptr, SkImage::BitDepth::kU8, std::move(space)); in create_picture_image()
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_EBLC.h | 55 struct BitDepth { struct
|
/third_party/skia/include/core/ |
H A D | SkImageGenerator.h | 165 SkImage::BitDepth,
|
H A D | SkImage.h | 230 enum class BitDepth { class in SkImage 251 BitDepth bitDepth,
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.h | 222 uint8_t BitDepth; member
|
H A D | vid_dec_av1.c | 294 seq->color_config.BitDepth = twelve_bit ? 12 : 10; in sequence_header_obu() 296 seq->color_config.BitDepth = high_bitdepth ? 10 : 8; in sequence_header_obu() 332 if (seq->color_config.BitDepth == 12) { in sequence_header_obu() 375 (seq->color_config.BitDepth - 8) >> 1; in sequence_header_obu()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | bitmap_table_test.cc | 80 EXPECT_EQ(strike1->BitDepth(), STRIKE1_BIT_DEPTH); in CommonReadingTest()
|
/third_party/skia/src/image/ |
H A D | SkImage.cpp | 504 BitDepth bitDepth, sk_sp<SkColorSpace> colorSpace) { in MakeFromPicture()
|