| /external/ImageMagick/MagickCore/ | 
| D | quantum-import.c | 124   const unsigned char *magick_restrict pixels,double *pixel)  in PushDoublePixel()165     pixel;  in ScaleFloatPixel()  local
 179   float *pixel)  in PushQuantumFloatPixel()
 204   float *pixel)  in PushQuantumFloat24Pixel()
 318         pixel;  in ImportAlphaQuantum()  local
 332         pixel;  in ImportAlphaQuantum()  local
 360             pixel;  in ImportAlphaQuantum()  local
 377             pixel;  in ImportAlphaQuantum()  local
 391             pixel;  in ImportAlphaQuantum()  local
 408             pixel;  in ImportAlphaQuantum()  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
 380         pixel;  in ExportBGRQuantum()  local
 429         pixel;  in ExportBGRQuantum()  local
 553         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 | color.c | 1129 static inline MagickBooleanType IsSVGCompliant(const PixelInfo *pixel)  in IsSVGCompliant()1150 MagickExport void ConcatenateColorComponent(const PixelInfo *pixel,  in ConcatenateColorComponent()
 1450 static void ConcatentateHexColorComponent(const PixelInfo *pixel,  in ConcatentateHexColorComponent()
 1518 MagickExport void GetColorTuple(const PixelInfo *pixel,  in GetColorTuple()
 1651     pixel;  in IsEquivalentAlpha()  local
 1719     pixel;  in IsEquivalentImage()  local
 1828     pixel;  in IsEquivalentIntensity()  local
 2303         pixel;  in QueryColorCompliance()  local
 2665     pixel;  in QueryColorname()  local
 
 | 
| D | quantum-private.h | 36     pixel;  member185 static inline unsigned char *PopCharPixel(const unsigned char pixel,  in PopCharPixel()
 193   const unsigned int pixel,unsigned char *magick_restrict pixels)  in PopLongPixel()
 215   const unsigned short pixel,unsigned char *magick_restrict pixels)  in PopShortPixel()
 234   unsigned char *magick_restrict pixel)  in PushCharPixel()
 242   unsigned int *magick_restrict pixel)  in PushLongPixel()
 266   unsigned short *magick_restrict pixel)  in PushShortPixel()
 286   MagickFloatType *magick_restrict pixel)  in PushFloatPixel()
 
 | 
| D | colorspace-private.h | 30 static inline void ConvertCMYKToRGB(PixelInfo *pixel)  in ConvertCMYKToRGB()40 static inline void ConvertRGBToCMYK(PixelInfo *pixel)  in ConvertRGBToCMYK()
 
 | 
| D | quantize.c | 440   const CubeInfo *cube_info,const Quantum *pixel,DoublePixelPacket *alpha_pixel)  in AssociateAlphaPixel()462   const PixelInfo *pixel,DoublePixelPacket *alpha_pixel)  in AssociateAlphaPixelInfo()
 484   const DoublePixelPacket *pixel,size_t index)  in ColorToNodeId()
 565             pixel;  in AssignImageColors()  local
 765     pixel;  in ClassifyImageColors()  local
 1114         pixel;  in ClosestColor()  local
 1471   const DoublePixelPacket *pixel)  in CacheOffset()
 1473 #define RedShift(pixel) (((pixel) >> CacheShift) << (0*(8-CacheShift)))  in CacheOffset()  argument
 1474 #define GreenShift(pixel) (((pixel) >> CacheShift) << (1*(8-CacheShift)))  in CacheOffset()  argument
 1475 #define BlueShift(pixel) (((pixel) >> CacheShift) << (2*(8-CacheShift)))  in CacheOffset()  argument
 [all …]
 
 | 
| D | composite.c | 426               pixel;  in CompositeOverImage()  local456           pixel;  in CompositeOverImage()  local
 787         pixel;  in CompositeImage()  local
 952         pixel;  in CompositeImage()  local
 1329               pixel;  in CompositeImage()  local
 1524           pixel,  in CompositeImage()  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()
 4486   const double x,const double y,double *pixel,ExceptionInfo *exception)  in InterpolatePixelChannel()
 4911   const double x,const double y,Quantum *pixel,ExceptionInfo *exception)  in InterpolatePixelChannels()
 5450   const Quantum *pixel,PixelInfo *pixel_info,double *alpha)  in AlphaBlendPixelInfo()
 5476   const double x,const double y,PixelInfo *pixel,ExceptionInfo *exception)  in InterpolatePixelInfo()
 [all …]
 
 | 
| /external/ImageMagick/coders/ | 
| D | pnm.c | 601               pixel;  in ReadPNMImage()  local753                     pixel;  in ReadPNMImage()  local
 765                     pixel;  in ReadPNMImage()  local
 777                     pixel;  in ReadPNMImage()  local
 863                 pixel;  in ReadPNMImage()  local
 881                 pixel;  in ReadPNMImage()  local
 901                     pixel;  in ReadPNMImage()  local
 918                     pixel;  in ReadPNMImage()  local
 935                     pixel;  in ReadPNMImage()  local
 1051                         pixel;  in ReadPNMImage()  local
 [all …]
 
 | 
| D | mpc.c | 937                   pixel;  in ReadMPCImage()  local956                   pixel;  in ReadMPCImage()  local
 975                   pixel;  in ReadMPCImage()  local
 1505                 pixel;  in WriteMPCImage()  local
 1519                 pixel;  in WriteMPCImage()  local
 1534                 pixel;  in WriteMPCImage()  local
 
 | 
| D | ps.c | 1030   const size_t pixel,unsigned char *pixels)  in PopHexPixel()1044 #define WriteRunlengthPacket(image,pixel,length,p) \  in WritePSImage()  argument
 1369     pixel;  in WritePSImage()  local
 1593               pixel;  in WritePSImage()  local
 1747               pixel;  in WritePSImage()  local
 1795               pixel;  in WritePSImage()  local
 
 | 
| D | hdr.c | 168     pixel[4],  in ReadHDRImage()  local613     pixel[2];  in HDRWriteRunlengthPixels()  local
 688     pixel[4],  in WriteHDRImage()  local
 
 | 
| /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ | 
| D | p9.cpp | 33 struct pixel {  struct36 constexpr pixel ur = { 1294, 1024 }; // ok  argument
 
 | 
| D | p1.cpp | 118 constexpr struct pixel { // expected-error {{struct cannot be marked constexpr}}  struct121   constexpr pixel(int);  argument
 124 constexpr pixel::pixel(int a)  in pixel()  function in pixel
 
 | 
| /external/libaom/third_party/fastfeat/ | 
| D | fast_9.c | 38 int aom_fast9_corner_score(const byte* p, const int pixel[], int bstart)  in aom_fast9_corner_score()2969 static void make_offsets(int pixel[], int row_stride)  in make_offsets()
 2996   int pixel[16];  in aom_fast9_score()  local
 3012   int pixel[16];  in aom_fast9_detect()  local
 
 | 
| /external/angle/src/tests/gl_tests/ | 
| D | SampleVariablesTest.cpp | 102         GLubyte pixel[4];  in TEST_P()  local178             GLfloat pixel[4];  in TEST_P()  local
 265             GLfloat pixel[4];  in TEST_P()  local
 354         GLubyte pixel[4];  in TEST_P()  local
 531         GLfloat pixel[4];  in TEST_P()  local
 
 | 
| D | ETCTextureTest.cpp | 48     GLubyte pixel[8] = {0x0, 0x0, 0xf8, 0x2, 0x43, 0xff, 0x4, 0x12};  in TEST_P()  local80     GLubyte pixel[] = {  in TEST_P()  local
 173     GLubyte pixel[] = {  in TEST_P()  local
 217     GLubyte pixel[] = {  in TEST_P()  local
 265     GLubyte pixel[] = {  in TEST_P()  local
 
 | 
| D | ShaderMultisampleInterpolation.cpp | 133         GLubyte pixel[4];  in TEST_P()  local204         GLubyte pixel[4];  in TEST_P()  local
 
 | 
| /external/ImageMagick/www/source/wand/ | 
| D | sigmoidal-contrast.c | 17     pixel;  in SigmoidalContrast()  local66     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()
 182     uint8_t** pixel = new uint8_t*[height];  in main()  local
 
 | 
| /external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ | 
| D | libjpeg_decoder_test_helper.h | 70       int pixel = row * row_stride + col * kChannels;  variable104     int pixel = kRow * kWidth * kChannels + col * kChannels;  variable
 
 | 
| /external/deqp/external/openglcts/modules/gl/ | 
| D | gl3cTextureSizePromotion.cpp | 866 		glw::GLfloat pixel = 3.1415927f;  in checkDestinationTexture()  local896 			glw::GLfloat pixel = 3.1415927f;  in checkDestinationTexture()  local
 926 				glw::GLfloat pixel = 3.1415927f;  in checkDestinationTexture()  local
 957 					glw::GLfloat pixel = 3.1415927f;  in checkDestinationTexture()  local
 999 						glw::GLint pixel = 5;  in checkDestinationTexture()  local
 1030 							glw::GLuint pixel = 5;  in checkDestinationTexture()  local
 
 | 
| /external/skia/docs/examples/ | 
| D | Canvas_readPixels_b.cpp | 9         uint32_t pixel = 0;  in draw()  local
 | 
| /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ | 
| D | vktDynamicStateDiscardTests.cpp | 418 				const tcu::Vec4 pixel = renderedFrame.getPixel(i, j);  in verifyResults()  local454 				const tcu::Vec4 pixel = renderedFrame.getPixel(i, j);  in verifyResults()  local
 490 				const tcu::Vec4 pixel = renderedFrame.getPixel(i, j);  in verifyResults()  local
 522 				const tcu::Vec4 pixel = renderedFrame.getPixel(i, j);  in verifyResults()  local
 558 				const tcu::Vec4 pixel = renderedFrame.getPixel(i, j);  in verifyResults()  local
 593 				const tcu::Vec4 pixel = renderedFrame.getPixel(i, j);  in verifyResults()  local
 
 |