HomeSort by relevance Sort by last modified time
    Searched refs:pixel (Results 176 - 200 of 555) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
vignette.rs 66 float4 pixel = rsUnpackColor8888(in);
71 float4 wsum = pixel;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XWDFile.h 74 CARD32 bits_per_pixel B32; /* Bits per pixel */
102 CARD32 pixel B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XWDFile.h 74 CARD32 bits_per_pixel B32; /* Bits per pixel */
102 CARD32 pixel B32;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_cpuinfo.h 49 #undef pixel macro
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_cpuinfo.h 49 #undef pixel macro
  /prebuilts/misc/windows/sdl2/include/
SDL_cpuinfo.h 49 #undef pixel macro
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_cpuinfo.h 49 #undef pixel macro
  /external/libvncserver/examples/android/jni/
fbvncserver.c 403 unsigned int pixel = *f; local
405 if (pixel != *c)
407 *c = pixel;
411 if (pixel == 0x18e320e4 || pixel == 0x20e418e3)
412 pixel = 0x18e318e3;
414 *r = PIXEL_FB_TO_RFB(pixel,
  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 445 _Tp* pixel = &(mat->template at<_Tp>(idx)); local
448 op(*pixel, const_cast<const int*>(idx));
449 pixel++; col++;
468 _Tp* pixel = &(mat->template at<_Tp>(idx)); local
469 const _Tp* const pixel_end = pixel + COLS;
470 while(pixel < pixel_end) {
471 op(*pixel++, static_cast<const int*>(idx));
  /external/ImageMagick/MagickCore/
colorspace.c 62 #include "MagickCore/pixel-accessor.h"
63 #include "MagickCore/pixel-private.h"
295 pixel;
312 pixel=zero;
315 GetPixelInfoPixel(image,q,&pixel);
316 ConvertRGBToCMYK(&pixel);
317 SetPixelViaPixelInfo(image,&pixel,q);
951 pixel;
981 pixel.red=(x_map[red].x+y_map[green].x+z_map[blue].x)+
983 pixel.green=(x_map[red].y+y_map[green].y+z_map[blue].y)
291 pixel; local
947 pixel; local
1021 pixel; local
1749 pixel; local
2412 pixel; local
2494 pixel; local
    [all...]
fx.c 78 #include "MagickCore/pixel.h"
79 #include "MagickCore/pixel-accessor.h"
496 pixel; local
527 pixel.red=0.5*(GetPixelRed(image,p)+factor*quantum);
528 pixel.green=0.5*(GetPixelGreen(image,p)+factor*quantum);
529 pixel.blue=0.5*(GetPixelBlue(image,p)+factor*quantum);
535 pixel.red=0.5*(pixel.red+factor*quantum);
536 pixel.green=0.5*(pixel.green+factor*quantum)
956 pixel; local
1281 pixel; local
4801 pixel; local
5423 pixel; local
6050 pixel; local
    [all...]
morphology.c 74 #include "MagickCore/pixel-accessor.h"
75 #include "MagickCore/pixel-private.h"
147 % values (doubles) with the 'control point' or 'pixel being affected'
174 % is top left corner). If not defined the pixel in the center, for
464 args.sigma = QuantumRange/(args.sigma+1); /* maximum pixel distance */
593 % If 'sigma' is zero, you get a single pixel on a field of zeros.
621 % If 'sigma' is zero, you get a single pixel on a field of zeros.
729 % a specific direction. The square root of the pixel value can then be
833 % pixel to the center of the rectangle is selected.
2687 pixel; local
2835 pixel; local
3326 pixel; local
3487 pixel; local
    [all...]
shear.c 73 #include "MagickCore/pixel-accessor.h"
1191 pixel, local
1414 pixel, local
    [all...]
animate.c 66 #include "MagickCore/pixel-accessor.h"
767 pixel;
848 pixel.pixels=(unsigned long *) NULL;
938 &pixel,exception);
942 context_values.background=pixel.background_color.pixel;
943 context_values.foreground=pixel.foreground_color.pixel;
944 pixel.annotate_context=XCreateGC(display,window_info.id,(unsigned long)
946 if (pixel.annotate_context == (GC) NULL
758 pixel; local
1380 *pixel; local
    [all...]
feature.c 82 #include "MagickCore/pixel-accessor.h"
165 pixel;
216 status=GetMatrixElement(canny_cache,edge.x+u,edge.y+v,&pixel);
220 (pixel.intensity >= lower_threshold))
338 pixel;
362 (void) ResetMagickMemory(&pixel,0,sizeof(pixel));
382 pixel.magnitude=hypot(dx,dy);
383 pixel.orientation=0;
393 pixel.orientation=0
163 pixel; local
336 pixel; local
450 pixel; local
533 pixel; local
1619 pixel; local
2264 pixel; local
    [all...]
distort.c 63 #include "MagickCore/pixel.h"
64 #include "MagickCore/pixel-accessor.h"
65 #include "MagickCore/pixel-private.h"
2333 pixel, \/* pixel color to assign to distorted image *\/ local
3049 pixel; \/* pixel to assign to distorted image *\/ local
    [all...]
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java 176 writePixels(); // encode and write pixel data
387 // The algorithm requires 3 bytes per pixel as RGB.
393 for (final int pixel : pixelsInt) {
394 if (pixel == Color.TRANSPARENT) {
397 pixels[pixelsIndex++] = (byte) (pixel & 0xFF);
398 pixels[pixelsIndex++] = (byte) ((pixel >> 8) & 0xFF);
399 pixels[pixelsIndex++] = (byte) ((pixel >> 16) & 0xFF);
479 out.write(0); // pixel aspect ratio - assume 1:1
508 * Encodes and writes pixel data
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
PixmapIO.java 266 int pixel = pixmap.getPixel(px, py); local
267 curLine[x++] = (byte)((pixel >> 24) & 0xff);
268 curLine[x++] = (byte)((pixel >> 16) & 0xff);
269 curLine[x++] = (byte)((pixel >> 8) & 0xff);
270 curLine[x++] = (byte)(pixel & 0xff);
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 117 * Determine the pixel format based on the pixel size.
421 /***** PIXEL Functions *****/
641 DWORD pixel; local
648 pixel = lpdw[i];
649 rgba[i][RCOMP] = (GLubyte)((pixel & 0x00ff0000) >> 16);
650 rgba[i][GCOMP] = (GLubyte)((pixel & 0x0000ff00) >> 8);
651 rgba[i][BCOMP] = (GLubyte)(pixel & 0x000000ff);
665 DWORD pixel; local
672 pixel = *lpdw
852 GLuint i, pixel; local
876 GLuint i, pixel; local
    [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp 104 bool pixelNearLineSegment (const tcu::IVec2& pixel, const tcu::Vec2& p0, const tcu::Vec2& p1)
106 const tcu::Vec2 pixelCenterPosition = tcu::Vec2((float)pixel.x() + 0.5f, (float)pixel.y() + 0.5f);
108 // "Near" = Distance from the line to the pixel is less than 2 * pixel_max_radius. (pixel_max_radius = sqrt(2) / 2)
129 // distance from line endpoint 1 to pixel is less than line length + maxPixelDistance
141 bool pixelOnlyOnASharedEdge (const tcu::IVec2& pixel, const TriangleSceneSpec::SceneTriangle& triangle, const tcu::IVec2& viewportSize)
158 const bool pixelOnEdge0 = pixelNearLineSegment(pixel, triangleScreenSpace[0], triangleScreenSpace[1]);
159 const bool pixelOnEdge1 = pixelNearLineSegment(pixel, triangleScreenSpace[1], triangleScreenSpace[2]);
160 const bool pixelOnEdge2 = pixelNearLineSegment(pixel, triangleScreenSpace[2], triangleScreenSpace[0]);
162 // If the pixel is on a multiple edges return fals
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 129 GLuint pixel = (GLuint) xmesa->clearpixel; local
133 pixel = ((pixel >> 8) & 0x00ff) | ((pixel << 8) & 0xff00);
139 ptr2[i] = pixel;
184 register GLuint pixel = (GLuint) xmesa->clearpixel; local
190 pixel = ((pixel >> 24) & 0x000000ff)
191 | ((pixel >> 8) & 0x0000ff00)
192 | ((pixel << 8) & 0x00ff0000
    [all...]
  /external/skia/tests/
ImageFilterTest.cpp 240 uint32_t pixel = *result.getAddr32(0, 0); local
242 REPORTER_ASSERT(reporter, pixel == SK_ColorGREEN);
878 uint32_t pixel = *bitmap.getAddr32(0, 0); local
958 uint32_t pixel = *bitmap.getAddr32(0, 0); local
1084 uint32_t pixel; local
1134 uint32_t pixel; local
    [all...]
  /external/ImageMagick/coders/
sgi.c 62 #include "MagickCore/pixel-accessor.h"
180 pixel;
193 pixel=(size_t) (*p++) << 8;
194 pixel|=(*p++);
195 count=(ssize_t) (pixel & 0x7f);
201 if ((pixel & 0x80) != 0)
212 pixel=(size_t) (*p++) << 8;
213 pixel|=(*p++);
218 *q=(unsigned char) (pixel >> 8);
219 *(q+1)=(unsigned char) pixel;
176 pixel; local
    [all...]
xpm.c 63 #include "MagickCore/pixel-accessor.h"
643 pixel;
765 Compute the character per pixel.
778 (void) WriteBlobString(image,"/* columns rows colors chars-per-pixel */\n");
783 GetPixelInfo(image,&pixel);
789 pixel=picon->colormap[i];
790 pixel.colorspace=sRGBColorspace;
791 pixel.depth=8;
792 pixel.alpha=(double) OpaqueAlpha;
793 (void) QueryColorname(image,&pixel,XPMCompliance,name,exception)
636 pixel; local
891 pixel; local
    [all...]
psd.c 70 #include "MagickCore/pixel.h"
71 #include "MagickCore/pixel-accessor.h"
425 pixel;
448 pixel=(*compact_pixels++);
456 *pixels++=(pixel >> 7) & 0x01 ? 0U : 255U;
457 *pixels++=(pixel >> 6) & 0x01 ? 0U : 255U;
458 *pixels++=(pixel >> 5) & 0x01 ? 0U : 255U;
459 *pixels++=(pixel >> 4) & 0x01 ? 0U : 255U;
460 *pixels++=(pixel >> 3) & 0x01 ? 0U : 255U;
461 *pixels++=(pixel >> 2) & 0x01 ? 0U : 255U
420 pixel; local
838 pixel; local
    [all...]

Completed in 1459 milliseconds

1 2 3 4 5 6 78 91011>>