Home
last modified time | relevance | path

Searched refs:BitDepth (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/src/core/
H A DSkPictureImageGenerator.cpp44 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 Dbitmap_size_table.h96 int32_t BitDepth();
140 int32_t BitDepth();
H A Dbitmap_size_table.cc71 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 DImage_MakeFromGenerator.cpp11 SkImage::BitDepth::kU8, SkColorSpace::MakeSRGB()); in REG_FIDDLE()
H A DImage_MakeFromPicture.cpp22 SkImage::BitDepth::kU8, srgbColorSpace); in REG_FIDDLE()
/third_party/skia/gm/
H A Dimage_pict.cpp89 SkImage::BitDepth::kU8, srgbColorSpace);
94 SkImage::BitDepth::kU8, srgbColorSpace);
134 SkImage::BitDepth::kU8, in make_pic_generator()
H A Dverylargebitmap.cpp49 SkImage::BitDepth::kU8, in make_picture_image()
H A Dpictureimagefilter.cpp83 SkImage::BitDepth::kU8, SkColorSpace::MakeSRGB()); in make()
H A Dimage.cpp241 info.dimensions(), nullptr, nullptr, SkImage::BitDepth::kU8, in make_picture()
355 SkImage::BitDepth::kU8, srgbColorSpace); in DEF_SIMPLE_GPU_GM()
H A Dimage_shader.cpp74 SkImage::BitDepth::kU8, in make_pict_gen()
H A Dreadpixels.cpp71 SkImage::BitDepth::kU8, in make_picture_image()
H A Dpictureimagegenerator.cpp181 SkImage::BitDepth::kU8, srgbColorSpace);
/third_party/skia/tests/
H A DImageIsOpaqueTest.cpp69 SkImage::BitDepth::kU8, in DEF_TEST()
H A DImageGeneratorTest.cpp114 SkImage::BitDepth::kU8, colorspace); in DEF_TEST()
H A DSkResourceCacheTest.cpp202 SkImage::BitDepth::kU8, in DEF_TEST()
H A DImageTest.cpp124 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 DSkOTTable_EBLC.h55 struct BitDepth { struct
/third_party/skia/include/core/
H A DSkImageGenerator.h165 SkImage::BitDepth,
H A DSkImage.h230 enum class BitDepth { class in SkImage
251 BitDepth bitDepth,
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.h222 uint8_t BitDepth; member
H A Dvid_dec_av1.c294 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 Dbitmap_table_test.cc80 EXPECT_EQ(strike1->BitDepth(), STRIKE1_BIT_DEPTH); in CommonReadingTest()
/third_party/skia/src/image/
H A DSkImage.cpp504 BitDepth bitDepth, sk_sp<SkColorSpace> colorSpace) { in MakeFromPicture()

Completed in 28 milliseconds