Home
last modified time | relevance | path

Searched defs:image2 (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/gil/test/core/image/
Dimage.cpp53 image_t image2(image1); in operator ()() local
85 image_t image2(std::move(image)); in operator ()() local
105 image_t image2 = fixture::create_image<image_t>(dimensions.x * 2, dimensions.y * 2, 1); in operator ()() local
/third_party/flutter/skia/docs/examples/
DImage_MakeFromBitmap.cpp18 sk_sp<SkImage> image2 = SkImage::MakeFromBitmap(bitmap); in draw() local
/third_party/boost/boost/gil/concepts/
Dimage.hpp79 Image image2(pt, 1); in constraints() local
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dtypes_test.cpp139 auto* image2 = types.back().get(); in TEST() local
/third_party/flutter/skia/gm/
Dsurface.cpp159 sk_sp<SkImage> image2(surf2->makeImageSnapshot()); in onDraw() local
/third_party/flutter/skia/tests/
DSurfaceTest.cpp356 sk_sp<SkImage> image2(surface->makeImageSnapshot()); in test_backend_unique_id() local
485 sk_sp<SkImage> image2(surface1->makeImageSnapshot()); in test_crbug263329() local
587 sk_sp<SkImage> image2 = surface->makeImageSnapshot(); in test_no_canvas2() local
625 sk_sp<SkImage> image2(surface->makeImageSnapshot()); in check_rowbytes_remain_consistent() local
DImageTest.cpp277 sk_sp<SkImage> image2(surface->makeImageSnapshot()); in DEF_TEST() local
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c2328 GstTtmlRenderRenderedImage * image2) in gst_ttml_render_rendered_image_combine()