Home
last modified time | relevance | path

Searched defs:equal_pixels (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/gil/extension/dynamic_image/
Dalgorithm.hpp46 bool equal_pixels(any_image_view<Types...> const& src, View const& dst) in equal_pixels() function
57 bool equal_pixels(View const& src, any_image_view<Types...> const& dst) in equal_pixels() function
68 bool equal_pixels(any_image_view<Types1...> const& src, any_image_view<Types2...> const& dst) in equal_pixels() function
/third_party/flutter/skia/tools/
DToolUtils.cpp412 bool equal_pixels(const SkPixmap& a, const SkPixmap& b) { in equal_pixels() function
429 bool equal_pixels(const SkBitmap& bm0, const SkBitmap& bm1) { in equal_pixels() function
434 bool equal_pixels(const SkImage* a, const SkImage* b) { in equal_pixels() function
/third_party/skia/tools/
DToolUtils.cpp439 bool equal_pixels(const SkPixmap& a, const SkPixmap& b) { in equal_pixels() function
454 bool equal_pixels(const SkBitmap& bm0, const SkBitmap& bm1) { in equal_pixels() function
459 bool equal_pixels(const SkImage* a, const SkImage* b) { in equal_pixels() function
/third_party/boost/boost/gil/
Dalgorithm.hpp1051 bool equal_pixels(const View1& v1, const View2& v2) { in equal_pixels() function