Home
last modified time | relevance | path

Searched refs:allocPixels (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DNdkDecodeTest.cpp53 bm.allocPixels(info); in DEF_TEST()
134 bm.allocPixels(info); in DEF_TEST()
175 bm.allocPixels(info); in DEF_TEST()
250 bm.allocPixels(info); in DEF_TEST()
279 bm.allocPixels(info); in DEF_TEST()
330 orig.allocPixels(info); in DEF_TEST()
405 bm.allocPixels(info); in DEF_TEST()
441 bm.allocPixels(info); in DEF_TEST()
446 bm.allocPixels(info); in DEF_TEST()
479 bm.allocPixels(info); in DEF_TEST()
[all …]
H A DBitmapTest.cpp40 bm.allocPixels(info); in test_peekpixels()
70 bm.allocPixels(); in test_allocpixels()
73 bm.allocPixels(info); in test_allocpixels()
78 bm.allocPixels(); in test_allocpixels()
81 bm.allocPixels(info, explicitRowBytes); in test_allocpixels()
88 bm.allocPixels(info, 0); in test_allocpixels()
158 bm.allocPixels(); in DEF_TEST()
270 bm.allocPixels(SkImageInfo::MakeN32Premul(100,100)); in DEF_TEST()
292 bm.allocPixels(info); in DEF_TEST()
348 bm.allocPixels(info); in DEF_TEST()
[all …]
H A DCodecPartialTest.cpp41 dst->allocPixels(info); in create_truth()
84 incremental.allocPixels(info); in test_partial()
188 bitmap.allocPixels(info); in DEF_TEST()
272 frame.allocPixels(info); in DEF_TEST()
321 frame.allocPixels(info); in DEF_TEST()
372 incremental.allocPixels(info); in test_interleaved()
385 full.allocPixels(info); in test_interleaved()
435 truth.allocPixels(info); in DEF_TEST()
447 bm.allocPixels(info); in DEF_TEST()
466 bm.allocPixels(info); in DEF_TEST()
[all …]
H A DNdkEncodeTest.cpp50 bm.allocPixels(SkImageInfo::Make(10, 10, ct, kOpaque_SkAlphaType)); in DEF_TEST()
72 bm2.allocPixels(bm.info()); in DEF_TEST()
101 bm.allocPixels(SkImageInfo::Make(10, 10, ct, kOpaque_SkAlphaType)); in DEF_TEST()
122 bm.allocPixels(SkImageInfo::Make(10, 10, ct, kOpaque_SkAlphaType)); in DEF_TEST()
192 bm.allocPixels(info); in DEF_TEST()
200 bm.allocPixels(info); in DEF_TEST()
283 bm.allocPixels(SkImageInfo::Make(10, 10, ct, kOpaque_SkAlphaType, colorSpace.cs)); in DEF_TEST()
347 bm.allocPixels(SkImageInfo::Make(10, 10, ct, kOpaque_SkAlphaType, unsupported)); in DEF_TEST()
H A DPinnedImageTest.cpp23 bm.allocPixels(ii); in surface_is_expected_color()
42 bm.allocPixels(ii); in basic_test()
92 bm.allocPixels(ii); in cleanup_test()
H A DCodecTest.cpp100 bm.allocPixels(info); in test_info()
125 bm.allocPixels(info); in test_incremental_decode()
139 bm.allocPixels(info); in test_in_stripes()
183 bm.allocPixels(info); in test_codec()
708 bm.allocPixels(); in DEF_TEST()
1195 bm.allocPixels(info); in decode_frame()
1344 bm.allocPixels(info); in DEF_TEST()
1349 bm.allocPixels(info); in DEF_TEST()
1371 bm.allocPixels(info); in DEF_TEST()
1509 bm.allocPixels(info); in DEF_TEST()
[all …]
H A DEncodedInfoTest.cpp24 bm.allocPixels(codec->getInfo().makeColorType(kAlpha_8_SkColorType).makeColorSpace(nullptr)); in DEF_TEST()
37 bm2.allocPixels(codec->getInfo().makeColorSpace(nullptr)); in DEF_TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dskbug_9819.cpp18 rgba.allocPixels(info.makeColorType(kRGBA_8888_SkColorType));
19 bgra.allocPixels(info.makeColorType(kBGRA_8888_SkColorType));
33 bm.allocPixels(SkImageInfo::Make(1,1, in __anonda83845a0102()
H A Dyuvtorgbeffect.cpp71 fBitmaps[0].allocPixels(yinfo); in onOnceBeforeDraw()
73 fBitmaps[1].allocPixels(uinfo); in onOnceBeforeDraw()
75 fBitmaps[2].allocPixels(vinfo); in onOnceBeforeDraw()
179 fBitmaps[0].allocPixels(yinfo); in onOnceBeforeDraw()
181 fBitmaps[1].allocPixels(uvinfo); in onOnceBeforeDraw()
290 fBitmaps[0].allocPixels(yinfo); in onOnceBeforeDraw()
292 fBitmaps[1].allocPixels(uinfo); in onOnceBeforeDraw()
294 fBitmaps[2].allocPixels(vinfo); in onOnceBeforeDraw()
H A Dbitmapimage.cpp52 bitmap.allocPixels(codec->getInfo()); in onDraw()
59 legacyBMCanvas.allocPixels(linearInfo); in onDraw()
70 srgbBMCanvas.allocPixels(srgbInfo); in onDraw()
H A Dimagefromyuvtextures.cpp61 rgbaBmp.allocPixels(ii); in createBmpAndPlanes()
66 yuvaBmps[0].allocPixels(yaInfo); in createBmpAndPlanes()
69 yuvaBmps[1].allocPixels(uvInfo); in createBmpAndPlanes()
70 yuvaBmps[2].allocPixels(uvInfo); in createBmpAndPlanes()
71 yuvaBmps[3].allocPixels(yaInfo); in createBmpAndPlanes()
130 tmp.allocPixels(bmps[i].info().makeColorType(kRGBA_8888_SkColorType)); in createYUVTextures()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dskbug_9819.cpp18 rgba.allocPixels(info.makeColorType(kRGBA_8888_SkColorType));
19 bgra.allocPixels(info.makeColorType(kBGRA_8888_SkColorType));
33 bm.allocPixels(SkImageInfo::Make(1,1, in __anon7cff8fbf0102()
H A Dyuvtorgbeffect.cpp69 fBitmaps[0].allocPixels(yinfo); in onOnceBeforeDraw()
71 fBitmaps[1].allocPixels(uinfo); in onOnceBeforeDraw()
73 fBitmaps[2].allocPixels(vinfo); in onOnceBeforeDraw()
177 fBitmaps[0].allocPixels(yinfo); in onOnceBeforeDraw()
179 fBitmaps[1].allocPixels(uvinfo); in onOnceBeforeDraw()
288 fBitmaps[0].allocPixels(yinfo); in onOnceBeforeDraw()
290 fBitmaps[1].allocPixels(uinfo); in onOnceBeforeDraw()
292 fBitmaps[2].allocPixels(vinfo); in onOnceBeforeDraw()
H A Dbitmapimage.cpp52 bitmap.allocPixels(codec->getInfo()); in onDraw()
59 legacyBMCanvas.allocPixels(linearInfo); in onDraw()
70 srgbBMCanvas.allocPixels(srgbInfo); in onDraw()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/core/
H A DSkBitmap.h498 void allocPixels(const SkImageInfo& info, size_t rowBytes) { in allocPixels() function
534 void allocPixels(const SkImageInfo& info) { in allocPixels() function
535 this->allocPixels(info, info.minRowBytes()); in allocPixels()
579 this->allocPixels(info);
676 void allocPixels() { in allocPixels() function
677 this->allocPixels((Allocator*)nullptr); in allocPixels()
700 void allocPixels(Allocator* allocator) { in allocPixels() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkBitmap.h244 void allocPixels(const SkImageInfo& info, SkPixelRefFactory* factory, SkColorTable* ctable) { in allocPixels() function
260 void allocPixels(const SkImageInfo& info, size_t rowBytes) { in allocPixels() function
270 void allocPixels(const SkImageInfo& info) { in allocPixels() function
271 this->allocPixels(info, info.minRowBytes()); in allocPixels()
283 this->allocPixels(info);
373 void allocPixels(SkColorTable* ctable = NULL) {
374 this->allocPixels(NULL, ctable);
397 void allocPixels(Allocator* allocator, SkColorTable* ctable) { in allocPixels() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/
H A DReadPixBench.cpp40 bitmap.allocPixels(info); in onDraw()
75 fSrc.allocPixels(info); in onDelayedSetup()
77 fDst.allocPixels(info.makeDimensions(info.dimensions())); in onDelayedSetup()
115 fBM.allocPixels(SkImageInfo::Make(1024, 1024, fCT, kPremul_SkAlphaType)); in onDelayedSetup()
H A DPremulAndUnpremulAlphaOpsBench.cpp33 fBmp1.allocPixels(info); // used in writePixels in onDelayedSetup()
42 fBmp2.allocPixels(info); // used in readPixels() in onDelayedSetup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/
H A DReadPixBench.cpp40 bitmap.allocPixels(info); in onDraw()
75 fSrc.allocPixels(info); in onDelayedSetup()
77 fDst.allocPixels(info.makeDimensions(info.dimensions())); in onDelayedSetup()
115 fBM.allocPixels(SkImageInfo::Make(1024, 1024, fCT, kPremul_SkAlphaType)); in onDelayedSetup()
H A DPremulAndUnpremulAlphaOpsBench.cpp33 fBmp1.allocPixels(info); // used in writePixels in onDelayedSetup()
42 fBmp2.allocPixels(info); // used in readPixels() in onDelayedSetup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/skia/public/mojom/test/
H A Dmojom_traits_unittest.cc74 input.allocPixels(SkImageInfo::MakeN32Premul( in TEST()
91 input.allocPixels( in TEST()
102 input.allocPixels( in TEST()
118 input.allocPixels(info, info.minRowBytes() + extra); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/skqp/
H A Dmake_skqp_model.cpp13 maxBitmap->allocPixels(bm.info()); in update()
15 minBitmap->allocPixels(bm.info()); in update()
49 dst.allocPixels(SkImageInfo::Make( in decode_to_srgb_8888_unpremul()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/skqp/
H A Dmake_skqp_model.cpp13 maxBitmap->allocPixels(bm.info()); in update()
15 minBitmap->allocPixels(bm.info()); in update()
49 dst.allocPixels(SkImageInfo::Make( in decode_to_srgb_8888_unpremul()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DUnpremulGPU.cpp9 premulBitmap.allocPixels(premulInfo); in draw()
19 unpremulBitmap.allocPixels(unpremulInfo); in draw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/media_session/public/cpp/
H A Dmojom_traits_unittest.cc19 input.allocPixels(info); in TEST_F()
38 input.allocPixels(info); in TEST_F()

12345678910>>...20