Home
last modified time | relevance | path

Searched refs:InvertPixel (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/showimage/
H A DFilter.h212 inline void InvertPixel(int32 x, int32 y, uchar* dest, const uchar* src);
H A DFilter.cpp1075 ImageProcessor::InvertPixel(int32 x, int32 y, uchar* dest, const uchar* src) in InvertPixel() function in ImageProcessor
1150 InvertPixel(x, y, dest, src); in Run()