Home
last modified time | relevance | path

Searched refs:LoadRGBAF (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/uppsrc/Painter/
H A DImage.cpp149 p00 = LoadRGBAF(Pixel(l.x + 0, l.y + 0)); in Get()
150 p01 = LoadRGBAF(Pixel(l.x + 0, l.y + 1)); in Get()
151 p10 = LoadRGBAF(Pixel(l.x + 1, l.y + 0)); in Get()
152 p11 = LoadRGBAF(Pixel(l.x + 1, l.y + 1)); in Get()
155 p00 = LoadRGBAF(GetPixel(l.x + 0, l.y + 0)); in Get()
156 p01 = LoadRGBAF(GetPixel(l.x + 0, l.y + 1)); in Get()
157 p10 = LoadRGBAF(GetPixel(l.x + 1, l.y + 0)); in Get()
158 p11 = LoadRGBAF(GetPixel(l.x + 1, l.y + 1)); in Get()
/dports/devel/upp/upp/uppsrc/Draw/
H A DMify.cpp31 px += LoadRGBAF(s++); in Minify()
41 px += LoadRGBAF(s++); in Minify()
H A DSSE2.h74 f32x4 LoadRGBAF(const RGBA *s) in LoadRGBAF() function
H A DRescaleFilter.cpp103 f32x4 s = LoadRGBAF(&l[*xd++]); in RescaleFilter()