Home
last modified time | relevance | path

Searched refs:CopyImageTo (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_cache.cc49 CopyImageTo( in SaveBorders()
53 CopyImageTo( in SaveBorders()
58 CopyImageTo( in SaveBorders()
62 CopyImageTo(Rect(kGroupDataXBorder + x1 - x0 - borderx_write, in SaveBorders()
104 CopyImageTo( in LoadBorders()
114 CopyImageTo( in LoadBorders()
123 CopyImageTo( in LoadBorders()
133 CopyImageTo( in LoadBorders()
H A Dimage_ops.h39 CopyImageTo(from, &to); in CopyImage()
45 void CopyImageTo(const Rect& rect_from, const Plane<T>& from, in CopyImageTo() function
63 CopyImageTo(rect, image, &copy); in CopyImage()
97 void CopyImageTo(const T& from, T* JXL_RESTRICT to) { in CopyImageTo() function
98 return CopyImageTo(Rect(from), from, Rect(*to), to); in CopyImageTo()
104 return CopyImageTo(rect_from, from, Rect(*to), to); in CopyImageTo()
110 return CopyImageTo(Rect(from), from, rect_to, to); in CopyImageTo()
142 CopyImageTo(from, &copy); in CopyImage()
150 CopyImageTo(rect, from.Plane(0), to.Plane(0)); in CopyImage()
151 CopyImageTo(rect, from.Plane(1), to.Plane(1)); in CopyImage()
[all …]
H A Dblending_test.cc79 CopyImageTo(rect, *foreground.Main().color(), Rect(foreground_crop), in TEST()
H A Dpasses_test.cc264 CopyImageTo(rect, *io_orig.Main().color(), rect, &large); in TEST()
312 CopyImageTo(rect, *io_orig.Main().color(), rect, &large); in TEST()
H A Denc_external_image.cc337 CopyImageTo(color.Plane(0), &color.Plane(1)); in ConvertFromExternal()
338 CopyImageTo(color.Plane(0), &color.Plane(2)); in ConvertFromExternal()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddec_cache.cc49 CopyImageTo( in SaveBorders()
53 CopyImageTo( in SaveBorders()
58 CopyImageTo( in SaveBorders()
62 CopyImageTo(Rect(kGroupDataXBorder + x1 - x0 - borderx_write, in SaveBorders()
104 CopyImageTo( in LoadBorders()
114 CopyImageTo( in LoadBorders()
123 CopyImageTo( in LoadBorders()
133 CopyImageTo( in LoadBorders()
H A Dimage_ops.h38 CopyImageTo(from, &to); in CopyImage()
44 void CopyImageTo(const Rect& rect_from, const Plane<T>& from, in CopyImageTo() function
62 CopyImageTo(rect, image, &copy); in CopyImage()
96 void CopyImageTo(const T& from, T* JXL_RESTRICT to) { in CopyImageTo() function
97 return CopyImageTo(Rect(from), from, Rect(*to), to); in CopyImageTo()
103 return CopyImageTo(rect_from, from, Rect(*to), to); in CopyImageTo()
109 return CopyImageTo(Rect(from), from, rect_to, to); in CopyImageTo()
141 CopyImageTo(from, &copy); in CopyImage()
149 CopyImageTo(rect, from.Plane(0), to.Plane(0)); in CopyImage()
150 CopyImageTo(rect, from.Plane(1), to.Plane(1)); in CopyImage()
[all …]
H A Denc_external_image.cc214 CopyImageTo(color.Plane(0), &color.Plane(1)); in ConvertFromExternal()
215 CopyImageTo(color.Plane(0), &color.Plane(2)); in ConvertFromExternal()
H A Dblending_test.cc79 CopyImageTo(rect, *foreground.Main().color(), Rect(foreground_crop), in TEST()
H A Dpasses_test.cc257 CopyImageTo(rect, *io_orig.Main().color(), rect, &large); in TEST()
304 CopyImageTo(rect, *io_orig.Main().color(), rect, &large); in TEST()
H A Dblending.cc193 CopyImageTo(frame_rects[i], *bg.color(), output_rects[i], output); in PrepareBlending()
219 CopyImageTo(frame_rects[j], src.extra_channels()[i], output_rects[j], in PrepareBlending()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage_ops.h38 CopyImageTo(from, &to); in CopyImage()
44 void CopyImageTo(const Rect& rect_from, const Plane<T>& from, in CopyImageTo() function
62 CopyImageTo(rect, image, &copy); in CopyImage()
96 void CopyImageTo(const T& from, T* JXL_RESTRICT to) { in CopyImageTo() function
97 return CopyImageTo(Rect(from), from, Rect(*to), to); in CopyImageTo()
103 return CopyImageTo(rect_from, from, Rect(*to), to); in CopyImageTo()
109 return CopyImageTo(Rect(from), from, rect_to, to); in CopyImageTo()
141 CopyImageTo(from, &copy); in CopyImage()
149 CopyImageTo(rect, from.Plane(0), to.Plane(0)); in CopyImage()
150 CopyImageTo(rect, from.Plane(1), to.Plane(1)); in CopyImage()
[all …]
H A Ddec_group.cc456 CopyImageTo( in DecodeGroupImpl()
460 CopyImageTo( in DecodeGroupImpl()
466 CopyImageTo( in DecodeGroupImpl()
470 CopyImageTo(Rect(kGroupDataXBorder + x1 - x0 - borderx_write, in DecodeGroupImpl()
492 CopyImageTo(Rect(x0src, (gy * 2 - 1) * bordery_write, x1src - x0src, in DecodeGroupImpl()
501 CopyImageTo( in DecodeGroupImpl()
510 CopyImageTo( in DecodeGroupImpl()
519 CopyImageTo( in DecodeGroupImpl()
H A Denc_external_image.cc174 CopyImageTo(color.Plane(0), &color.Plane(1)); in ConvertFromExternal()
175 CopyImageTo(color.Plane(0), &color.Plane(2)); in ConvertFromExternal()
H A Dblending_test.cc75 CopyImageTo(rect, *foreground.Main().color(), Rect(foreground_crop), in TEST()
H A Dpasses_test.cc257 CopyImageTo(rect, *io_orig.Main().color(), rect, &large); in TEST()
304 CopyImageTo(rect, *io_orig.Main().color(), rect, &large); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage_ops.h38 CopyImageTo(from, &to); in CopyImage()
44 void CopyImageTo(const Rect& rect_from, const Plane<T>& from, in CopyImageTo() function
62 CopyImageTo(rect, image, &copy); in CopyImage()
96 void CopyImageTo(const T& from, T* JXL_RESTRICT to) { in CopyImageTo() function
97 return CopyImageTo(Rect(from), from, Rect(*to), to); in CopyImageTo()
103 return CopyImageTo(rect_from, from, Rect(*to), to); in CopyImageTo()
109 return CopyImageTo(Rect(from), from, rect_to, to); in CopyImageTo()
141 CopyImageTo(from, &copy); in CopyImage()
149 CopyImageTo(rect, from.Plane(0), to.Plane(0)); in CopyImage()
150 CopyImageTo(rect, from.Plane(1), to.Plane(1)); in CopyImage()
[all …]
H A Ddec_group.cc456 CopyImageTo( in DecodeGroupImpl()
460 CopyImageTo( in DecodeGroupImpl()
466 CopyImageTo( in DecodeGroupImpl()
470 CopyImageTo(Rect(kGroupDataXBorder + x1 - x0 - borderx_write, in DecodeGroupImpl()
492 CopyImageTo(Rect(x0src, (gy * 2 - 1) * bordery_write, x1src - x0src, in DecodeGroupImpl()
501 CopyImageTo( in DecodeGroupImpl()
510 CopyImageTo( in DecodeGroupImpl()
519 CopyImageTo( in DecodeGroupImpl()
H A Denc_external_image.cc174 CopyImageTo(color.Plane(0), &color.Plane(1)); in ConvertFromExternal()
175 CopyImageTo(color.Plane(0), &color.Plane(2)); in ConvertFromExternal()
H A Dblending_test.cc75 CopyImageTo(rect, *foreground.Main().color(), Rect(foreground_crop), in TEST()
H A Dpasses_test.cc257 CopyImageTo(rect, *io_orig.Main().color(), rect, &large); in TEST()
304 CopyImageTo(rect, *io_orig.Main().color(), rect, &large); in TEST()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/modular/
H A Dmodular_image.cc55 CopyImageTo(ch.plane, &a.plane); in clone()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_gif.cc273 CopyImageTo(total_rect, frame, &sub_frame); in DecodeImageGIF()
274 CopyImageTo(total_rect, frame_alpha, &sub_frame_alpha); in DecodeImageGIF()
/dports/graphics/libjxl/libjxl-0.6.1/lib/extras/
H A Dcodec_gif.cc260 CopyImageTo(total_rect, frame, &sub_frame); in DecodeImageGIF()
261 CopyImageTo(total_rect, frame_alpha, &sub_frame_alpha); in DecodeImageGIF()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_gif.cc273 CopyImageTo(total_rect, frame, &sub_frame); in DecodeImageGIF()
274 CopyImageTo(total_rect, frame_alpha, &sub_frame_alpha); in DecodeImageGIF()

12