Home
last modified time | relevance | path

Searched refs:fullImg (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DImageFilterCacheTest.cpp168 test_find_existing(reporter, fullImg, subsetImg); in DEF_TEST()
169 test_dont_find_if_diff_key(reporter, fullImg, subsetImg); in DEF_TEST()
170 test_internal_purge(reporter, fullImg); in DEF_TEST()
171 test_explicit_purging(reporter, fullImg, subsetImg); in DEF_TEST()
187 test_find_existing(reporter, fullImg, subsetImg); in test_image_backed()
188 test_dont_find_if_diff_key(reporter, fullImg, subsetImg); in test_image_backed()
189 test_internal_purge(reporter, fullImg); in test_image_backed()
190 test_explicit_purging(reporter, fullImg, subsetImg); in test_image_backed()
281 test_find_existing(reporter, fullImg, subsetImg); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
283 test_internal_purge(reporter, fullImg); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dimagebuilders.cpp216 TImageP fullImg = ir->load(); in buildAllIconsAndPutInCache() local
217 if (fullImg) { in buildAllIconsAndPutInCache()
218 if (palette) fullImg->setPalette(palette); in buildAllIconsAndPutInCache()
219 TImageCache::instance()->add(fullImgId, fullImg, true); in buildAllIconsAndPutInCache()
220 setImageInfo(info, fullImg.getPointer()); in buildAllIconsAndPutInCache()
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/nvidia/ar/
H A Dnvidia-ar.cpp70 void nvidia::ar::ar::image_init_view(NvCVImage* subImg, NvCVImage* fullImg, int x, int y, unsigned … in image_init_view() argument
73 NvCVImage_InitView(subImg, fullImg, x, y, width, height); in image_init_view()
H A Dnvidia-ar.hpp50 …void image_init_view(NvCVImage* subImg, NvCVImage* fullImg, int x, int y, unsigned width, unsigned…
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/themes/darkJS/
H A Dstyle.css27 #fullImg {
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/fluid/
H A Dgfluidbackend.cpp644 cv::Rect fullImg{ 0, 0, produced.width, max_height }; in initBufferRois() local
645 return roi & fullImg; in initBufferRois()