Home
last modified time | relevance | path

Searched refs:SetPixelRed (Results 1 – 25 of 81) sorted by relevance

1234

/external/ImageMagick/MagickCore/
Dquantum-import.c403 SetPixelRed(image,ScaleCharToQuantum(pixel),q); in ImportBGRQuantum()
418 SetPixelRed(image,ScaleAnyToQuantum((pixel >> 22) & 0x3ff,range),q); in ImportBGRQuantum()
436 SetPixelRed(image,ScaleAnyToQuantum(pixel,range),q); in ImportBGRQuantum()
448 SetPixelRed(image,ScaleAnyToQuantum(pixel,range),q); in ImportBGRQuantum()
469 SetPixelRed(image,ScaleAnyToQuantum((QuantumAny) (pixel >> 4), in ImportBGRQuantum()
493 SetPixelRed(image,ScaleAnyToQuantum((QuantumAny) (pixel >> 4), in ImportBGRQuantum()
521 SetPixelRed(image,ScaleAnyToQuantum((QuantumAny) (pixel >> 4), in ImportBGRQuantum()
554 SetPixelRed(image,ScaleAnyToQuantum(pixel,range),q); in ImportBGRQuantum()
566 SetPixelRed(image,ScaleAnyToQuantum(pixel,range),q); in ImportBGRQuantum()
581 SetPixelRed(image,ClampToQuantum(QuantumRange* in ImportBGRQuantum()
[all …]
Dpixel.c2535 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2554 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2574 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2594 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2629 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2648 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2668 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2688 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2717 SetPixelRed(image,ScaleCharToQuantum(*p),q); in ImportCharPixel()
2797 SetPixelRed(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportDoublePixel()
[all …]
Dcolorspace.c560 SetPixelRed(image,ClampToQuantum(QuantumRange*X),q); in sRGBTransformImage()
668 SetPixelRed(image,logmap[ScaleQuantumToMap(ClampToQuantum(red))],q); in sRGBTransformImage()
732 SetPixelRed(image,ClampToQuantum(red),q); in sRGBTransformImage()
983 SetPixelRed(image,ScaleMapToQuantum(pixel.red),q); in sRGBTransformImage()
1831 SetPixelRed(image,ClampToQuantum(gray),q); in TransformsRGBImage()
2026 SetPixelRed(image,ClampToQuantum(red),q); in TransformsRGBImage()
2133 SetPixelRed(image,ClampToQuantum(EncodePixelGamma((MagickRealType) in TransformsRGBImage()
2199 SetPixelRed(image,ClampToQuantum(red),q); in TransformsRGBImage()
2457 SetPixelRed(image,ClampToQuantum(pixel.red),q); in TransformsRGBImage()
/external/ImageMagick/coders/
Dyuv.c249 SetPixelRed(image,0,chroma_pixels); in ReadYUVImage()
259 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ReadYUVImage()
262 SetPixelRed(image,ScaleShortToQuantum(((*p) << 8) | *(p+1)),q); in ReadYUVImage()
279 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ReadYUVImage()
282 SetPixelRed(image,ScaleShortToQuantum(((*p) << 8) | *(p+1)),q); in ReadYUVImage()
300 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ReadYUVImage()
303 SetPixelRed(image,ScaleShortToQuantum(((*p) << 8) | *(p+1)),q); in ReadYUVImage()
347 SetPixelRed(chroma_image,0,q); in ReadYUVImage()
Dscr.c224 SetPixelRed(image,ScaleCharToQuantum( in ReadSCRImage()
231 SetPixelRed(image,ScaleCharToQuantum( in ReadSCRImage()
Dmat.c204 SetPixelRed(image,QuantumRange,q); in InsertComplexDoubleRow()
206 SetPixelRed(image,GetPixelRed(image,q)+(int) f,q); in InsertComplexDoubleRow()
227 SetPixelRed(image,0,q); in InsertComplexDoubleRow()
232 SetPixelRed(image,GetPixelRed(image,q)-(int) (f/2.0),q); in InsertComplexDoubleRow()
266 SetPixelRed(image,QuantumRange,q); in InsertComplexFloatRow()
268 SetPixelRed(image,GetPixelRed(image,q)+(int) f,q); in InsertComplexFloatRow()
291 SetPixelRed(image,0,q); in InsertComplexFloatRow()
295 SetPixelRed(image,GetPixelRed(image,q)-(int) (f/2.0),q); in InsertComplexFloatRow()
426 SetPixelRed(image,GetPixelRed(image,q)+QuantumRange/2+1,q); in FixSignedValues()
Dpnm.c542 SetPixelRed(image,pixel,q); in ReadPNMImage()
819 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ReadPNMImage()
835 SetPixelRed(image,ScaleShortToQuantum(pixel),q); in ReadPNMImage()
853 SetPixelRed(image,ScaleLongToQuantum(pixel),q); in ReadPNMImage()
876 SetPixelRed(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage()
894 SetPixelRed(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage()
907 SetPixelRed(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage()
1108 SetPixelRed(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage()
1137 SetPixelRed(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage()
1160 SetPixelRed(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage()
[all …]
Duyvy.c165 SetPixelRed(image,ScaleCharToQuantum(y1),q); in ReadUYVYImage()
169 SetPixelRed(image,ScaleCharToQuantum(y2),q); in ReadUYVYImage()
Dtim.c339 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8( in ReadTIMImage()
368 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ReadTIMImage()
Drla.c317 SetPixelRed(image,ScaleCharToQuantum(byte),q); in ReadRLAImage()
357 SetPixelRed(image,ScaleCharToQuantum(byte),q); in ReadRLAImage()
Dmatte.c197 SetPixelRed(matte_image,GetPixelAlpha(image,p),q); in WriteMATTEImage()
Dhald.c154 SetPixelRed(image,ClampToQuantum(QuantumRange*red/(cube_size-1.0)),q); in ReadHALDImage()
Dplasma.c104 SetPixelRed(image,ScaleShortToQuantum((unsigned short) (65535.0* in PlasmaPixel()
Ddds.c1919 SetPixelRed(image,ScaleCharToQuantum(colors.r[code]),q); in ReadDXT1()
1998 SetPixelRed(image,ScaleCharToQuantum(colors.r[code]),q); in ReadDXT3()
2090 SetPixelRed(image,ScaleCharToQuantum(colors.r[code]),q); in ReadDXT5()
2154 SetPixelRed(image,ScaleCharToQuantum((unsigned char) in ReadUncompressedRGB()
2167 SetPixelRed(image,ScaleCharToQuantum((unsigned char) in ReadUncompressedRGB()
2228 SetPixelRed(image,ScaleCharToQuantum((unsigned char) in ReadUncompressedRGBA()
2245 SetPixelRed(image,ScaleCharToQuantum((unsigned char) in ReadUncompressedRGBA()
2259 SetPixelRed(image,ScaleCharToQuantum((unsigned char) in ReadUncompressedRGBA()
Dviff.c631 SetPixelRed(image,quantum == 0 ? 0 : QuantumRange,q); in ReadVIFFImage()
645 SetPixelRed(image,quantum == 0 ? 0 : QuantumRange,q); in ReadVIFFImage()
700 SetPixelRed(image,ScaleCharToQuantum(*p),q); in ReadVIFFImage()
709 SetPixelRed(image,image->colormap[ in ReadVIFFImage()
Ddps.c378 SetPixelRed(image,ScaleShortToQuantum(colors[index].red),q); in ReadDPSImage()
401 SetPixelRed(image,ScaleShortToQuantum((unsigned short) color),q); in ReadDPSImage()
Dsun.c574 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ReadSUNImage()
578 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ReadSUNImage()
584 SetPixelRed(image,ClampToQuantum(image->colormap[(ssize_t) in ReadSUNImage()
Dpix.c193 SetPixelRed(image,red,q); in ReadPIXImage()
Dsct.c246 SetPixelRed(image,pixel,q); in ReadSCTImage()
Dscreenshot.c215 SetPixelRed(image,ScaleCharToQuantum(p->rgbtRed),q); in ReadSCREENSHOTImage()
Dhrz.c164 SetPixelRed(image,ScaleCharToQuantum(4**p++),q); in ReadHRZImage()
Dclipboard.c224 SetPixelRed(image,ScaleCharToQuantum(pBits->rgbRed),q); in ReadCLIPBOARDImage()
Drle.c499 SetPixelRed(image,ScaleCharToQuantum(*p++),q); in ReadRLEImage()
593 SetPixelRed(image,ClampToQuantum(image->colormap[(ssize_t) in ReadRLEImage()
Dycbcr.c257 SetPixelRed(image,GetPixelRed(canvas_image,p),q); in ReadYCBCRImage()
335 SetPixelRed(image,GetPixelRed(canvas_image,p),q); in ReadYCBCRImage()
414 SetPixelRed(image,GetPixelRed(canvas_image,p),q); in ReadYCBCRImage()
633 SetPixelRed(image,GetPixelRed(canvas_image,p),q); in ReadYCBCRImage()
Dxcf.c394 SetPixelRed(tile_image,ScaleCharToQuantum(xcfdata->red),q); in load_tile()
487 SetPixelRed(tile_image,ScaleCharToQuantum(data),q); in load_tile_rle()
543 SetPixelRed(tile_image,ScaleCharToQuantum(data),q); in load_tile_rle()

1234