HomeSort by relevance Sort by last modified time
    Searched refs:SetPixelRed (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/ImageMagick/MagickCore/
quantum-import.c 405 SetPixelRed(image,ScaleCharToQuantum(pixel),q);
420 SetPixelRed(image,ScaleAnyToQuantum((pixel >> 22) & 0x3ff,range),q);
438 SetPixelRed(image,ScaleAnyToQuantum(pixel,range),q);
450 SetPixelRed(image,ScaleAnyToQuantum(pixel,range),q);
471 SetPixelRed(image,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
495 SetPixelRed(image,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
523 SetPixelRed(image,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
556 SetPixelRed(image,ScaleAnyToQuantum(pixel,range),q);
568 SetPixelRed(image,ScaleAnyToQuantum(pixel,range),q);
583 SetPixelRed(image,ClampToQuantum(QuantumRange
    [all...]
pixel.c     [all...]
  /external/ImageMagick/coders/
scr.c 226 SetPixelRed(image,ScaleCharToQuantum(
233 SetPixelRed(image,ScaleCharToQuantum(
yuv.c 252 SetPixelRed(image,0,chroma_pixels);
262 SetPixelRed(image,ScaleCharToQuantum(*p++),q);
265 SetPixelRed(image,ScaleShortToQuantum(((*p) << 8) | *(p+1)),q);
282 SetPixelRed(image,ScaleCharToQuantum(*p++),q);
285 SetPixelRed(image,ScaleShortToQuantum(((*p) << 8) | *(p+1)),q);
303 SetPixelRed(image,ScaleCharToQuantum(*p++),q);
306 SetPixelRed(image,ScaleShortToQuantum(((*p) << 8) | *(p+1)),q);
350 SetPixelRed(chroma_image,0,q);
hald.c 156 SetPixelRed(image,ClampToQuantum(QuantumRange*red/(cube_size-1.0)),q);
matte.c 202 SetPixelRed(matte_image,GetPixelAlpha(image,p),q);
uyvy.c 168 SetPixelRed(image,ScaleCharToQuantum(y1),q);
172 SetPixelRed(image,ScaleCharToQuantum(y2),q);
mat.c 206 SetPixelRed(image,QuantumRange,q);
208 SetPixelRed(image,GetPixelRed(image,q)+(int) f,q);
229 SetPixelRed(image,0,q);
234 SetPixelRed(image,GetPixelRed(image,q)-(int) (f/2.0),q);
268 SetPixelRed(image,QuantumRange,q);
270 SetPixelRed(image,GetPixelRed(image,q)+(int) f,q);
293 SetPixelRed(image,0,q);
297 SetPixelRed(image,GetPixelRed(image,q)-(int) (f/2.0),q);
428 SetPixelRed(image,GetPixelRed(image,q)+QuantumRange/2+1,q);
    [all...]
pix.c 195 SetPixelRed(image,red,q);
plasma.c 106 SetPixelRed(image,ScaleShortToQuantum((unsigned short) (65535.0*
screenshot.c 217 SetPixelRed(image,ScaleCharToQuantum(p->rgbtRed),q);
rla.c 319 SetPixelRed(image,ScaleCharToQuantum(byte),q);
359 SetPixelRed(image,ScaleCharToQuantum(byte),q);
tim.c 341 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8(
370 SetPixelRed(image,ScaleCharToQuantum(*p++),q);
pnm.c 546 SetPixelRed(image,pixel,q);
823 SetPixelRed(image,ScaleCharToQuantum(*p++),q);
839 SetPixelRed(image,ScaleShortToQuantum(pixel),q);
857 SetPixelRed(image,ScaleLongToQuantum(pixel),q);
880 SetPixelRed(image,ScaleAnyToQuantum(pixel,max_value),q);
898 SetPixelRed(image,ScaleAnyToQuantum(pixel,max_value),q);
911 SetPixelRed(image,ScaleAnyToQuantum(pixel,max_value),q);
    [all...]
dps.c 380 SetPixelRed(image,ScaleShortToQuantum(colors[index].red),q);
403 SetPixelRed(image,ScaleShortToQuantum((unsigned short) color),q);
aai.c 186 SetPixelRed(image,ScaleCharToQuantum(*p++),q);
avs.c 187 SetPixelRed(image,ScaleCharToQuantum(*p++),q);
clipboard.c 227 SetPixelRed(image,ScaleCharToQuantum(pBits->rgbRed),q);
histogram.c 307 SetPixelRed(histogram_image,QuantumRange,r);
hrz.c 167 SetPixelRed(image,ScaleCharToQuantum(4**p++),q);
mtv.c 185 SetPixelRed(image,ScaleCharToQuantum(*p++),q);
sct.c 249 SetPixelRed(image,pixel,q);
viff.c 635 SetPixelRed(image,quantum == 0 ? 0 : QuantumRange,q);
649 SetPixelRed(image,quantum == 0 ? 0 : QuantumRange,q);
704 SetPixelRed(image,ScaleCharToQuantum(*p),q);
713 SetPixelRed(image,image->colormap[
    [all...]
dds.c     [all...]
  /external/ImageMagick/www/source/
mgk.c 226 SetPixelRed(q,ScaleCharToQuantum(*p++));

Completed in 317 milliseconds

1 2 3 4