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

<<11121314151617181920>>

  /external/ImageMagick/Magick++/lib/Magick++/
Color.h 122 // Returns pixel type of the color
148 // Used to point Color at a pixel in an image
154 // Set pixel
155 // Used to point Color at a pixel in an image
156 void pixel(PixelInfo *rep_,PixelType pixelType_);
164 // PixelInfo represents a color pixel:
174 bool _isValid; // Set true if pixel is "valid"
175 bool _pixelOwn; // Set true if we allocated pixel
181 // Sets the pixel type using the specified PixelInfo.
314 // Color arguments are constrained to 'false' (black pixel) and 'true
    [all...]
  /external/mesa3d/src/mesa/main/
readpix.c 65 if (ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0)
284 GLuint pixel = map4[i]; local
285 dst4[i] = (pixel & 0xff00ff00)
286 | ((pixel & 0x00ff0000) >> 16)
287 | ((pixel & 0x000000ff) << 16);
604 = ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0;
605 const GLboolean stencilTransfer = ctx->Pixel.IndexShift
606 || ctx->Pixel.IndexOffset || ctx->Pixel.MapStencilFlag
    [all...]
  /external/skia/tests/
ImageTest.cpp 192 // Test that SkImage encoding observes custom pixel serializers.
681 SkPMColor pixel; local
682 REPORTER_ASSERT(reporter, image->readPixels(info, &pixel, sizeof(pixel), 0, 0));
683 REPORTER_ASSERT(reporter, pixel == expected);
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java     [all...]
  /prebuilts/go/darwin-x86/src/image/gif/
reader_test.go 194 // Manufacture a GIF with no palette, so any pixel at all
251 want = "gif: invalid pixel value"
  /prebuilts/go/linux-x86/src/image/gif/
reader_test.go 194 // Manufacture a GIF with no palette, so any pixel at all
251 want = "gif: invalid pixel value"
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 872 const tcu::IVec4 pixel = surface.getPixelInt(x, y);
875 const bool isWhite = (pixel[0] == 255) && (pixel[1] == 255) && (pixel[2] == 255);
876 const bool isBlack = (pixel[0] == 0) && (pixel[1] == 0) && (pixel[2] == 0);
    [all...]
  /prebuilts/go/darwin-x86/src/image/png/
reader.go 238 // 11.2.3) says that "any out-of-range pixel value found in the image data
239 // is an error", but some real-world PNG files have out-of-range pixel
305 return 0, FormatError("not enough pixel data")
361 return nil, FormatError("too much pixel data")
448 return nil, FormatError("not enough pixel data")
  /prebuilts/go/linux-x86/src/image/png/
reader.go 238 // 11.2.3) says that "any out-of-range pixel value found in the image data
239 // is an error", but some real-world PNG files have out-of-range pixel
305 return 0, FormatError("not enough pixel data")
361 return nil, FormatError("too much pixel data")
448 return nil, FormatError("not enough pixel data")
  /external/ImageMagick/MagickCore/
segment.c 59 % that pixel is considered ''classified'' and is assigned an unique
62 % o Any pixel that fails to be classified in the above thresholding
67 % The fuzzy c-Means technique attempts to cluster a pixel by finding
69 % objective function. A pixel is assigned to the closest class of
99 #include "MagickCore/pixel-accessor.h"
100 #include "MagickCore/pixel-private.h"
221 % Classify() defines one or more classes. Each pixel is thresholded to
393 Count this pixel.
586 Classify this pixel.
637 Classify this pixel
    [all...]
property.c 3600 pixel; local
    [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 79 int pixel = (int)dst[xx] + (int)src[xx - x]; local
80 pixel = pixel > 0xff ? 0xff : pixel;
81 dst[xx] = pixel;
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 1087 // Construct with single-pixel black image to make
3006 pixel; local
3026 pixel; local
3044 pixel; local
3064 pixel; local
3809 *pixel; local
3826 MagickCore::SetPixelViaPixelInfo(constImage(),&packet,pixel); local
3835 *pixel; local
3843 MagickCore::GetPixelInfoPixel(constImage(),pixel,&packet); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp     [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 3034 int32 pixel = sPtr [channel]; local
3140 int32 pixel = sPtr [channel]; local
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 181 // For a baseline 32x16 pixel image, the Y blocks visiting order is:
195 // outside the image at the pixel level. For example, a 24x16 pixel 4:2:0
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 181 // For a baseline 32x16 pixel image, the Y blocks visiting order is:
195 // outside the image at the pixel level. For example, a 24x16 pixel 4:2:0
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.cpp 335 // Set starting pixel
351 const uint32_t *pixel = mCurrentSceneMaterial; local
365 return pixel;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 789 tcu::IVec4 pixel = pixelBuffer.getPixelInt(i, i); local
791 deInt32 actual = pixel[0];
    [all...]
  /external/libpng/contrib/tools/
genpng.c 55 * a bi-cubic filter. The bi-cubic has a 2 (output) pixel width, so an 8x8
56 * array of super-sampled points contribute to each output pixel. The value of
185 * pixel. This could be obtained by super sampling the image to infinite
192 * 1) If the pixel coordinate is within the shape assume the sample has the
200 * 2) If the shape is within a square of size 1x1 centered on the pixel assume
201 * that the shape obscures an amount of the pixel equal to its area within
204 * This is the equivalent of 'pixel coverage' alpha calculation or resampling
221 * 0 or 1, depending on whether the sub-pixel is within or outside the shape.
702 pixel(png_uint_16p p, struct arg *args, int nargs, double x, double y) function
704 /* Fill in the pixel by checking each shape (args[nargs]) for effects o
    [all...]
  /external/mesa3d/docs/
MESA_drm_image.spec 90 extension is EGL_DRM_BUFFER_FORMAT_ARGB32_MESA, where each pixel
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_tiff.cpp 330 void _TiffBGRA2RGBA(uint8_t* pBuf, int32_t pixel, int32_t spp) {
331 for (int32_t n = 0; n < pixel; n++) {
  /external/v8/test/mjsunit/
array-feedback.js 43 external_pixel : 'external pixel elements'
  /external/ImageMagick/coders/
json.c 63 #include "MagickCore/pixel.h"
64 #include "MagickCore/pixel-accessor.h"
65 #include "MagickCore/pixel-private.h"
813 Display minimum, maximum, or mean pixel locations.
1115 pixel; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xcms.h 181 unsigned long pixel; /* pixel value (as needed) */ member in struct:__anon37950

Completed in 1543 milliseconds

<<11121314151617181920>>