Home
last modified time | relevance | path

Searched refs:isblue (Results 1 – 3 of 3) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/libbrighton/
H A DbrightonRender.c935 if (isblue(i + j * src->width, bwin->display->palette, pixels)) in brightonRender()
1037 if (isblue(ix + iy * src->width, palette, pixels)) in brightonStretchAlias()
1049 if (isblue(ix + (iy - 1) * src->width, palette, pixels)) in brightonStretchAlias()
1059 if (isblue(ix + (iy + 1) * src->width, palette, pixels)) in brightonStretchAlias()
1069 if (isblue(ix + 1 + iy * src->width, palette, pixels)) in brightonStretchAlias()
1079 if (isblue(ix - 1 + iy * src->width, palette, pixels)) in brightonStretchAlias()
1270 if (!isblue(ix1, palette, pixels)) in brightonStretch()
1342 if (isblue(i + j * src->width, palette, src->pixels)) in brightonAlphaLayer()
1538 if (!isblue(x + y * src->width, palette, src->pixels)) in brightonRotate()
H A DbrightonLayer.c106 if (isblue(offset, bwin->display->palette, src->pixels)) in brightonSRotate()
167 if (isblue(offset, bwin->display->palette, src->pixels)) in brightonSRotate()
/dports/audio/bristol/bristol-0.60.10/include/brighton/
H A Dbrightoninternals.h46 #define isblue(x,y,z) \ macro