Home
last modified time | relevance | path

Searched refs:SetPixelGreen (Results 1 – 25 of 83) sorted by relevance

1234

/external/ImageMagick/MagickCore/
Dquantum-import.c401 SetPixelGreen(image,ScaleCharToQuantum(pixel),q); in ImportBGRQuantum()
419 SetPixelGreen(image,ScaleAnyToQuantum((pixel >> 12) & 0x3ff,range), in ImportBGRQuantum()
434 SetPixelGreen(image,ScaleAnyToQuantum(pixel,range),q); in ImportBGRQuantum()
446 SetPixelGreen(image,ScaleAnyToQuantum(pixel,range),q); in ImportBGRQuantum()
475 SetPixelGreen(image,ScaleAnyToQuantum((QuantumAny) (pixel >> 4), in ImportBGRQuantum()
499 SetPixelGreen(image,ScaleAnyToQuantum((QuantumAny) (pixel >> 4), in ImportBGRQuantum()
527 SetPixelGreen(image,ScaleAnyToQuantum((QuantumAny) (pixel >> 4), in ImportBGRQuantum()
552 SetPixelGreen(image,ScaleAnyToQuantum(pixel,range),q); in ImportBGRQuantum()
564 SetPixelGreen(image,ScaleAnyToQuantum(pixel,range),q); in ImportBGRQuantum()
584 SetPixelGreen(image,ClampToQuantum(QuantumRange* in ImportBGRQuantum()
[all …]
Dpixel.c2535 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2554 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2574 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2594 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2631 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2650 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2670 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2690 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel()
2724 SetPixelGreen(image,ScaleCharToQuantum(*p),q); in ImportCharPixel()
2797 SetPixelGreen(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportDoublePixel()
[all …]
Dcolorspace.c617 SetPixelGreen(image,ClampToQuantum(QuantumRange*Y),q); in sRGBTransformImage()
724 SetPixelGreen(image,logmap[ScaleQuantumToMap(ClampToQuantum(green))], in sRGBTransformImage()
788 SetPixelGreen(image,ClampToQuantum(green),q); in sRGBTransformImage()
1043 SetPixelGreen(image,ScaleMapToQuantum(pixel.green),q); in sRGBTransformImage()
1897 SetPixelGreen(image,ClampToQuantum(gray),q); in TransformsRGBImage()
2092 SetPixelGreen(image,ClampToQuantum(green),q); in TransformsRGBImage()
2200 SetPixelGreen(image,ClampToQuantum(EncodePixelGamma((MagickRealType) in TransformsRGBImage()
2265 SetPixelGreen(image,ClampToQuantum(green),q); in TransformsRGBImage()
2522 SetPixelGreen(image,ClampToQuantum(pixel.green),q); in TransformsRGBImage()
/external/ImageMagick/coders/
Dyuv.c269 SetPixelGreen(chroma_image,ScaleCharToQuantum(*p++), in ReadYUVImage()
273 SetPixelGreen(chroma_image,ScaleShortToQuantum(((*p) << 8) | in ReadYUVImage()
284 SetPixelGreen(image,0,q); in ReadYUVImage()
287 SetPixelGreen(image,0,q); in ReadYUVImage()
335 SetPixelGreen(image,0,q); in ReadYUVImage()
387 SetPixelGreen(chroma_image,ScaleCharToQuantum(*p++),q); in ReadYUVImage()
390 SetPixelGreen(chroma_image,ScaleShortToQuantum(((*p) << 8) | in ReadYUVImage()
465 SetPixelGreen(image,GetPixelGreen(resize_image,chroma_pixels),q); in ReadYUVImage()
Dscr.c229 SetPixelGreen(image,ScaleCharToQuantum( in ReadSCRImage()
236 SetPixelGreen(image,ScaleCharToQuantum( in ReadSCRImage()
Dsct.c259 SetPixelGreen(image,pixel,q); in ReadSCTImage()
265 SetPixelGreen(image,pixel,q); in ReadSCTImage()
Dmat.c208 SetPixelGreen(image,0,q); in InsertComplexDoubleRow()
214 SetPixelGreen(image,ClampToQuantum(f),q); in InsertComplexDoubleRow()
228 SetPixelGreen(image,0,q); in InsertComplexDoubleRow()
233 SetPixelGreen(image,ClampToQuantum(f),q); in InsertComplexDoubleRow()
272 SetPixelGreen(image,GetPixelBlue(image,q),q); in InsertComplexFloatRow()
276 SetPixelGreen(image,0,q); in InsertComplexFloatRow()
291 SetPixelGreen(image,GetPixelRed(image,q),q); in InsertComplexFloatRow()
295 SetPixelGreen(image,0,q); in InsertComplexFloatRow()
427 SetPixelGreen(image,GetPixelGreen(image,q)+QuantumRange/2+1,q); in FixSignedValues()
Dpnm.c571 SetPixelGreen(image,pixel,q); in ReadPNMImage()
823 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ReadPNMImage()
840 SetPixelGreen(image,ScaleShortToQuantum(pixel),q); in ReadPNMImage()
858 SetPixelGreen(image,ScaleLongToQuantum(pixel),q); in ReadPNMImage()
878 SetPixelGreen(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage()
895 SetPixelGreen(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage()
912 SetPixelGreen(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage()
1100 SetPixelGreen(image,ScaleAnyToQuantum(pixel,max_value), in ReadPNMImage()
1128 SetPixelGreen(image,ScaleAnyToQuantum(pixel,max_value), in ReadPNMImage()
1157 SetPixelGreen(image,ScaleAnyToQuantum(pixel,max_value), in ReadPNMImage()
[all …]
Duyvy.c167 SetPixelGreen(image,ScaleCharToQuantum(u),q); in ReadUYVYImage()
171 SetPixelGreen(image,ScaleCharToQuantum(u),q); in ReadUYVYImage()
Drla.c336 SetPixelGreen(image,ScaleCharToQuantum(byte),q); in ReadRLAImage()
376 SetPixelGreen(image,ScaleCharToQuantum(byte),q); in ReadRLAImage()
Dtim.c344 SetPixelGreen(image,ScaleCharToQuantum(ScaleColor5to8( in ReadTIMImage()
376 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ReadTIMImage()
Dxcf.c490 SetPixelGreen(tile_image,ScaleCharToQuantum(xcfdata->green),q); in load_tile()
583 SetPixelGreen(tile_image,data,q); in load_tile_rle()
594 SetPixelGreen(tile_image,data,q); in load_tile_rle()
639 SetPixelGreen(tile_image,data,q); in load_tile_rle()
650 SetPixelGreen(tile_image,data,q); in load_tile_rle()
Dmatte.c198 SetPixelGreen(matte_image,GetPixelAlpha(image,p),q); in WriteMATTEImage()
Dhald.c158 SetPixelGreen(image,ClampToQuantum(QuantumRange*green/(cube_size-1.0)), in ReadHALDImage()
Dviff.c650 SetPixelGreen(image,quantum == 0 ? 0 : QuantumRange,q); in ReadVIFFImage()
664 SetPixelGreen(image,quantum == 0 ? 0 : QuantumRange,q); in ReadVIFFImage()
719 SetPixelGreen(image,ScaleCharToQuantum(*(p+number_pixels)),q); in ReadVIFFImage()
730 SetPixelGreen(image,ClampToQuantum(image->colormap[ in ReadVIFFImage()
Dplasma.c106 SetPixelGreen(image,ScaleShortToQuantum((unsigned short) (65535.0* in PlasmaPixel()
Dvips.c332 SetPixelGreen(image,pixel,q); in ReadVIPSPixelsNONE()
339 SetPixelGreen(image,ReadVIPSPixelNONE(image,format,type),q); in ReadVIPSPixelsNONE()
Ddps.c390 SetPixelGreen(image,ScaleShortToQuantum(colors[index].green),q); in ReadDPSImage()
414 SetPixelGreen(image,ScaleShortToQuantum((unsigned short) color),q); in ReadDPSImage()
Dsun.c595 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ReadSUNImage()
601 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ReadSUNImage()
608 SetPixelGreen(image,ClampToQuantum(image->colormap[(ssize_t) in ReadSUNImage()
Dpix.c201 SetPixelGreen(image,green,q); in ReadPIXImage()
Dscreenshot.c216 SetPixelGreen(image,ScaleCharToQuantum(p->rgbGreen),q); in ReadSCREENSHOTImage()
Ddds.c1916 SetPixelGreen(image,ScaleCharToQuantum(colors.g[code]),q); in SetDXT1Pixels()
2125 SetPixelGreen(image,ScaleCharToQuantum(colors.g[code]),q); in ReadDXT3Pixels()
2233 SetPixelGreen(image,ScaleCharToQuantum(colors.g[code]),q); in ReadDXT5Pixels()
2304 SetPixelGreen(image,ScaleCharToQuantum((unsigned char) in ReadUncompressedRGBPixels()
2313 SetPixelGreen(image,ScaleCharToQuantum((unsigned char) in ReadUncompressedRGBPixels()
2399 SetPixelGreen(image,ScaleCharToQuantum((unsigned char) in ReadUncompressedRGBAPixels()
2416 SetPixelGreen(image,ScaleCharToQuantum((unsigned char) in ReadUncompressedRGBAPixels()
2426 SetPixelGreen(image,ScaleCharToQuantum((unsigned char) in ReadUncompressedRGBAPixels()
Dhrz.c168 SetPixelGreen(image,ScaleCharToQuantum(4**p++),q); in ReadHRZImage()
Dhdr.c484 SetPixelGreen(image,0,q); in ReadHDRImage()
490 SetPixelGreen(image,ClampToQuantum(QuantumRange*gamma*pixel[1]),q); in ReadHDRImage()
Drle.c557 SetPixelGreen(image,ScaleCharToQuantum(*p++),q); in ReadRLEImage()
653 SetPixelGreen(image,ClampToQuantum(image->colormap[(ssize_t) in ReadRLEImage()

1234