/external/ImageMagick/MagickCore/ |
D | quantum-import.c | 124 const unsigned char *magick_restrict pixels,double *pixel) in PushDoublePixel() 164 const unsigned char *magick_restrict pixels,float *pixel) in PushQuantumFloatPixel() 265 pixel; in ImportAlphaQuantum() local 274 pixel; in ImportAlphaQuantum() local 288 pixel; in ImportAlphaQuantum() local 314 pixel; in ImportAlphaQuantum() local 319 pixel; in ImportAlphaQuantum() local 344 pixel; in ImportAlphaQuantum() local 385 pixel; in ImportBGRQuantum() local 394 pixel; in ImportBGRQuantum() local [all …]
|
D | quantum-export.c | 114 const double pixel,unsigned char *magick_restrict pixels) in PopDoublePixel() 149 const float pixel,unsigned char *magick_restrict pixels) in PopFloatPixel() 177 const QuantumAny pixel,unsigned char *magick_restrict pixels) in PopQuantumPixel() 210 const size_t pixel,unsigned char *magick_restrict pixels) in PopQuantumLongPixel() 259 pixel; in ExportAlphaQuantum() local 273 pixel; in ExportAlphaQuantum() local 298 pixel; in ExportAlphaQuantum() local 379 pixel; in ExportBGRQuantum() local 428 pixel; in ExportBGRQuantum() local 552 pixel; in ExportBGRQuantum() local [all …]
|
D | pixel-accessor.h | 36 static inline Quantum ClampPixel(const MagickRealType pixel) in ClampPixel() 50 const Quantum *magick_restrict pixel) in GetPixela() 56 const Quantum *magick_restrict pixel) in GetPixelAlpha() 70 const Quantum *magick_restrict pixel) in GetPixelb() 76 const Quantum *magick_restrict pixel) in GetPixelBlack() 90 const Quantum *magick_restrict pixel) in GetPixelBlue() 101 const Quantum *magick_restrict pixel) in GetPixelCb() 112 const PixelChannel channel,const Quantum *magick_restrict pixel) in GetPixelChannel() 143 const Quantum *magick_restrict pixel) in GetPixelCompositeMask() 151 const Quantum *magick_restrict pixel) in GetPixelCr() [all …]
|
D | colorspace-private.h | 30 static inline void ConvertCMYKToRGB(PixelInfo *pixel) in ConvertCMYKToRGB() 40 static inline void ConvertRGBToCMYK(PixelInfo *pixel) in ConvertRGBToCMYK()
|
D | color.c | 1124 MagickExport void ConcatenateColorComponent(const PixelInfo *pixel, in ConcatenateColorComponent() 1465 static inline MagickBooleanType IsSVGCompliant(const PixelInfo *pixel) in IsSVGCompliant() 1488 static void ConcatentateHexColorComponent(const PixelInfo *pixel, in ConcatentateHexColorComponent() 1556 MagickExport void GetColorTuple(const PixelInfo *pixel, in GetColorTuple() 1689 pixel; in IsEquivalentAlpha() local 1757 pixel; in IsEquivalentImage() local 1866 pixel; in IsEquivalentIntensity() local 2257 pixel; in QueryColorCompliance() local 2596 pixel; in QueryColorname() local
|
D | quantum-private.h | 36 pixel; member 185 static inline unsigned char *PopCharPixel(const unsigned char pixel, in PopCharPixel() 193 const unsigned int pixel,unsigned char *pixels) in PopLongPixel() 215 const unsigned short pixel,unsigned char *pixels) in PopShortPixel() 232 static inline const unsigned char *PushCharPixel(const unsigned char *pixels, in PushCharPixel() 240 const unsigned char *pixels,unsigned int *pixel) in PushLongPixel() 263 const unsigned char *pixels,unsigned short *pixel) in PushShortPixel() 282 const unsigned char *pixels,MagickFloatType *pixel) in PushFloatPixel()
|
D | quantize.c | 439 const CubeInfo *cube_info,const Quantum *pixel,DoublePixelPacket *alpha_pixel) in AssociateAlphaPixel() 461 const PixelInfo *pixel,DoublePixelPacket *alpha_pixel) in AssociateAlphaPixelInfo() 483 const DoublePixelPacket *pixel,size_t index) in ColorToNodeId() 567 pixel; in AssignImageColors() local 763 pixel; in ClassifyImageColors() local 1107 pixel; in ClosestColor() local 1466 const DoublePixelPacket *pixel) in CacheOffset() 1468 #define RedShift(pixel) (((pixel) >> CacheShift) << (0*(8-CacheShift))) in CacheOffset() argument 1469 #define GreenShift(pixel) (((pixel) >> CacheShift) << (1*(8-CacheShift))) in CacheOffset() argument 1470 #define BlueShift(pixel) (((pixel) >> CacheShift) << (2*(8-CacheShift))) in CacheOffset() argument [all …]
|
D | composite.c | 426 pixel; in CompositeOverImage() local 456 pixel; in CompositeOverImage() local 788 pixel; local 958 pixel; local 1336 pixel; local 1505 pixel, local
|
D | pixel.c | 170 MagickExport PixelInfo *ClonePixelInfo(const PixelInfo *pixel) in ClonePixelInfo() 319 MagickExport MagickRealType DecodePixelGamma(const MagickRealType pixel) in DecodePixelGamma() 446 MagickExport MagickRealType EncodePixelGamma(const MagickRealType pixel) in EncodePixelGamma() 2170 MagickExport void GetPixelInfo(const Image *image,PixelInfo *pixel) in GetPixelInfo() 2225 const Image *magick_restrict image,const PixelInfo *magick_restrict pixel) in GetPixelInfoIntensity() 2359 const Image *magick_restrict image,const Quantum *magick_restrict pixel) in GetPixelIntensity() 4489 double *pixel,ExceptionInfo *exception) in InterpolatePixelChannel() 4913 Quantum *pixel,ExceptionInfo *exception) in InterpolatePixelChannels() 5452 const Quantum *pixel,PixelInfo *pixel_info,double *alpha) in AlphaBlendPixelInfo() 5478 const double x,const double y,PixelInfo *pixel,ExceptionInfo *exception) in InterpolatePixelInfo() [all …]
|
D | statistic.c | 226 static double ApplyEvaluateOperator(RandomInfo *random_info,const Quantum pixel, in ApplyEvaluateOperator() 911 static Quantum ApplyFunction(Quantum pixel,const MagickFunction function, in ApplyFunction() 2546 static inline void GetMaximumPixelList(PixelList *pixel_list,Quantum *pixel) in GetMaximumPixelList() 2575 static inline void GetMeanPixelList(PixelList *pixel_list,Quantum *pixel) in GetMeanPixelList() 2606 static inline void GetMedianPixelList(PixelList *pixel_list,Quantum *pixel) in GetMedianPixelList() 2631 static inline void GetMinimumPixelList(PixelList *pixel_list,Quantum *pixel) in GetMinimumPixelList() 2660 static inline void GetModePixelList(PixelList *pixel_list,Quantum *pixel) in GetModePixelList() 2694 static inline void GetNonpeakPixelList(PixelList *pixel_list,Quantum *pixel) in GetNonpeakPixelList() 2730 Quantum *pixel) in GetRootMeanSquarePixelList() 2762 Quantum *pixel) in GetStandardDeviationPixelList() [all …]
|
/external/ImageMagick/coders/ |
D | pnm.c | 562 pixel; in ReadPNMImage() local 720 pixel; in ReadPNMImage() local 732 pixel; in ReadPNMImage() local 744 pixel; in ReadPNMImage() local 833 pixel; in ReadPNMImage() local 851 pixel; in ReadPNMImage() local 871 pixel; in ReadPNMImage() local 888 pixel; in ReadPNMImage() local 905 pixel; in ReadPNMImage() local 1024 pixel; in ReadPNMImage() local [all …]
|
D | mpc.c | 924 pixel; in ReadMPCImage() local 943 pixel; in ReadMPCImage() local 962 pixel; in ReadMPCImage() local 1485 pixel; in WriteMPCImage() local 1499 pixel; in WriteMPCImage() local 1514 pixel; in WriteMPCImage() local
|
D | hdr.c | 172 pixel[4], in ReadHDRImage() local 611 pixel[2]; in HDRWriteRunlengthPixels() local 686 pixel[4], in WriteHDRImage() local
|
D | ps.c | 1178 const size_t pixel,unsigned char *pixels) in PopHexPixel() 1192 #define WriteRunlengthPacket(image,pixel,length,p) \ in WritePSImage() argument 1524 pixel; in WritePSImage() local 1763 pixel; in WritePSImage() local 1923 pixel; in WritePSImage() local 1971 pixel; in WritePSImage() local
|
D | xc.c | 101 pixel; in ReadXCImage() local
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p9.cpp | 33 struct pixel { struct 36 constexpr pixel ur = { 1294, 1024 }; // ok argument
|
D | p1.cpp | 118 constexpr struct pixel { // expected-error {{struct cannot be marked constexpr}} struct 121 constexpr pixel(int); argument 124 constexpr pixel::pixel(int a) in pixel() function in pixel
|
/external/u-boot/arch/x86/lib/fsp/ |
D | fsp_graphics.c | 14 struct pixel { struct 20 struct pixel red; argument
|
/external/libaom/libaom/third_party/fastfeat/ |
D | fast_9.c | 8 int fast9_corner_score(const byte* p, const int pixel[], int bstart) in fast9_corner_score() 2939 static void make_offsets(int pixel[], int row_stride) in make_offsets() 2966 int pixel[16]; in fast9_score() local 2981 int pixel[16]; in fast9_detect() local
|
/external/u-boot/drivers/video/ |
D | efi.c | 14 struct pixel { struct 20 struct pixel red; argument
|
/external/ImageMagick/www/source/wand/ |
D | sigmoidal-contrast.c | 17 pixel; in SigmoidalContrast() local 66 pixel; in main() local
|
/external/brotli/research/ |
D | draw_histogram.cc | 133 void ConvertToPixels(int** histo, uint8_t** pixel) { in ConvertToPixels() 158 void DrawPixels(uint8_t** pixel, FILE* fout) { in DrawPixels() 181 uint8_t** pixel = new uint8_t*[height]; in main() local
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_progressivedecoder.h | 86 PixelWeight* GetPixelWeight(int pixel) { in GetPixelWeight() 102 PixelWeight* GetPixelWeight(int pixel) { in GetPixelWeight() 117 PixelWeight* GetPixelWeight(int pixel) { in GetPixelWeight()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 856 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 886 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 916 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 947 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 989 glw::GLint pixel = 5; in checkDestinationTexture() local 1020 glw::GLuint pixel = 5; in checkDestinationTexture() local
|
/external/skia/gm/ |
D | unpremul.cpp | 26 SkColor pixel; in __anon86788d9d0102() local
|