Home
last modified time | relevance | path

Searched defs:Pixel2 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/gil/
Dimage.hpp521 bool operator==(const image<Pixel1,IsPlanar1,Alloc1>& im1,const image<Pixel2,IsPlanar2,Alloc2>& im2) in operator ==()
528 bool operator!=(const image<Pixel1,IsPlanar1,Alloc1>& im1,const image<Pixel2,IsPlanar2,Alloc2>& im2… in operator !=()
/third_party/boost/boost/gil/extension/toolbox/image_types/
Dindexed_image.hpp300 indexed_image( const indexed_image< Pixel2, Index2 >& img ) in indexed_image()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/
DSDL_render_gles2.c1288 Uint32 Pixel1, Pixel2; in CompareColors() local