| /external/ImageMagick/coders/ |
| ps2.c | 458 *pixels; 789 pixel_info=AcquireVirtualMemory(length,sizeof(*pixels)); 792 pixels=(unsigned char *) GetVirtualMemoryBlob(pixel_info); 794 Dump runlength encoded pixels. 796 q=pixels; 812 length=(size_t) (q-pixels); 814 status=LZWEncodeImage(image,length,pixels,exception); 816 status=PackbitsEncodeImage(image,length,pixels,exception); 888 pixel_info=AcquireVirtualMemory(length,4*sizeof(*pixels)); 892 pixels=(unsigned char *) GetVirtualMemoryBlob(pixel_info) 452 *pixels; local [all...] |
| pict.c | 349 % o extent: the number of pixels allocated. 353 static unsigned char *ExpandBuffer(unsigned char *pixels, 366 p=pixels; 373 return(pixels); 448 *pixels, 474 pixels=(unsigned char *) AcquireQuantumMemory(image->rows,row_bytes* 475 sizeof(*pixels)); 476 if (pixels == (unsigned char *) NULL) 478 *extent=row_bytes*image->rows*sizeof(*pixels); 479 (void) ResetMagickMemory(pixels,0,*extent) 445 *pixels, local 1101 *pixels; local [all...] |
| /external/ImageMagick/www/api/ |
| effect.php | 80 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd> 84 <dd>the standard deviation of the Laplacian, in pixels. </dd> 115 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd> 119 <dd>the standard deviation of the Laplacian, in pixels. </dd> 150 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd> 154 <dd>the standard deviation of the Gaussian, in pixels. </dd> 195 <p>DespeckleImage() reduces the speckle noise in an image while perserving the edges of the original image. A speckle removing filter uses a complementary hulling technique (raising pixels that are darker than their surrounding neighbors, then complementarily lowering pixels that are brighter than their surrounding neighbors) to reduce the speckle index of that image (reference Crimmins speckle removal).</p> 277 <dd>the standard deviation of the Gaussian, in pixels. </dd> 308 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd [all...] |
| /external/ceres-solver/examples/ |
| denoising.cc | 118 std::vector<double*> pixels; local 124 pixels.push_back(pixel); 131 pixels);
|
| /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/ |
| Pixmap.java | 94 CanvasPixelArray pixels;
field in class:Pixmap 241 // * Sets the width in pixels of strokes.
243 // * @param width The stroke width in pixels.
262 * @param width The width in pixels
263 * @param height The height in pixels */
285 * @param srcWidth The width of the area form the other Pixmap in pixels
299 * @param srcWidth The width of the area form the other Pixmap in pixels
315 * @param width The width in pixels
316 * @param height The height in pixels */
325 * @param radius The radius in pixels */
[all...] |
| /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
| Direct3DInterop.cpp | 181 byte* pixels = nullptr; variable 182 bufferByteAccess->Buffer(&pixels); 183 return pixels;
|
| /external/skia/gm/ |
| yuvtorgbeffect.cpp | 55 unsigned char* pixels[3]; variable 57 pixels[i] = (unsigned char*)fBmp[i].getPixels(); 66 pixels[i][j] = (unsigned char)color[i];
|
| /external/skia/include/codec/ |
| SkCodec.h | 171 * Parameters (besides info) are invalid. e.g. NULL pixels, rowBytes 240 * Decode into the given pixels, a block of memory of size at 271 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options*, 278 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes); 530 void* pixels, size_t rowBytes, const Options&, 573 * @return The value with which to fill uninitialized pixels.
|
| /external/skia/src/core/ |
| SkPictureImageGenerator.cpp | 22 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctable[], 66 bool SkPictureImageGenerator::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, 73 if (!bitmap.installPixels(info, pixels, rowBytes)) {
|
| /external/skia/src/lazy/ |
| SkDiscardablePixelRef.cpp | 69 void* pixels = fDiscardableMemory->data(); local 74 if (!fGenerator->getPixels(info, pixels, fRowBytes, colors, &colorCount)) { 93 rec->fPixels = pixels;
|
| /external/skia/tests/ |
| TextureStorageAllocator.cpp | 25 SkAutoTMalloc<uint8_t> pixels(width * height * 4); 26 memset(pixels.get(), 0, width * height * 4); 37 GR_GL_UNSIGNED_BYTE, pixels.get()));
|
| /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/ |
| CameraConfigurationManager.java | 140 int pixels = supportedPreviewSize.height * supportedPreviewSize.width; local 141 if (pixels < MIN_PREVIEW_PIXELS || pixels > MAX_PREVIEW_PIXELS) {
|
| /frameworks/ex/framesequence/jni/ |
| FrameSequenceJNI.cpp | 118 void* pixels; local 126 if ((ret = AndroidBitmap_lockPixels(env, bitmap, &pixels)) < 0) { 128 "Bitmap pixels couldn't be locked"); 134 (Color8888*) pixels, pixelStride, previousFrameNr);
|
| /device/generic/goldfish-opengl/system/renderControl_enc/ |
| renderControl_entry.cpp | 32 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels); 33 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels); 190 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) 193 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels); 196 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) 199 return ctx->rcUpdateColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
|
| /external/autotest/client/deps/glbench/src/ |
| utils.cc | 184 unsigned char *pixels = new unsigned char[size * size * 4]; 185 if (!pixels) 189 unsigned char *p = pixels; 199 unsigned char *p = pixels; 206 GL_RGBA, GL_UNSIGNED_BYTE, pixels); 208 delete[] pixels;
|
| /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
| image_util_numpy_impl.py | 27 def Pixels(image): 44 pixels = img.reshape(-1).tolist() 45 png.Writer(**metadata).write_array(f, pixels) 47 def FromRGBPixels(width, height, pixels, bpp): 48 img = np.array(pixels, order='F', dtype=np.uint8) 72 width, height, pixels, meta = png.Reader(bytes=png_data).read_flat() 73 return FromRGBPixels(width, height, pixels, 4 if meta['alpha'] else 3)
|
| /external/mesa3d/src/mesa/drivers/dri/intel/ |
| intel_tex_image.c | 136 GLenum format, GLenum type, const void *pixels) 173 src_offset += (GLuint) (unsigned long) pixels; 206 GLenum format, GLenum type, const void *pixels, 216 try_pbo_upload(ctx, texImage, unpack, format, type, pixels)) { 220 DBG("%s: upload image %dx%dx%d pixels %p\n", 222 pixels); 225 format, type, pixels, unpack);
|
| /external/skia/src/codec/ |
| SkCodec.cpp | 152 SkCodec::Result SkCodec::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, 157 if (nullptr == pixels) { 202 const Result result = this->onGetPixels(info, pixels, rowBytes, *options, ctable, ctableCount, 215 this->fillIncompleteImage(info, pixels, rowBytes, options->fZeroInitialized, info.height(), 222 SkCodec::Result SkCodec::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { 223 return this->getPixels(info, pixels, rowBytes, nullptr, nullptr, nullptr);
|
| /external/skia/src/image/ |
| SkImage_Raster.cpp | 90 // like a lazy decode or imagegenerator. PreLocked means it is flat pixels already. 183 // TODO : could consider heurist of sharing pixels, if subset is pretty close to complete 198 SkImage* SkImage::NewRasterCopy(const SkImageInfo& info, const void* pixels, size_t rowBytes, 201 if (!SkImage_Raster::ValidArgs(info, rowBytes, ctable != nullptr, &size) || !pixels) { 206 SkAutoDataUnref data(SkData::NewWithCopy(pixels, size)); 226 SkImage* SkImage::NewFromRaster(const SkImageInfo& info, const void* pixels, size_t rowBytes, 229 if (!SkImage_Raster::ValidArgs(info, rowBytes, false, &size) || !pixels) { 234 SkAutoDataUnref data(SkData::NewWithProc(pixels, size, proc, ctx));
|
| /frameworks/base/libs/hwui/ |
| GradientCache.cpp | 225 uint8_t pixels[rowBytes * height]; local 249 uint8_t* dst = pixels; 266 memcpy(pixels + rowBytes, pixels, rowBytes); 270 texture->upload(GL_RGBA16F, width, height, GL_RGBA, GL_FLOAT, pixels); 272 texture->upload(GL_RGBA, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
|
| /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
| util.js | 6 * Sets the width (in pixels) on a DOM node. 8 * @param {number} widthPx The width in pixels. 15 * Sets the height (in pixels) on a DOM node. 17 * @param {number} heightPx The height in pixels. 24 * Sets the position and size of a DOM node (in pixels). 26 * @param {number} leftPx The left position in pixels. 27 * @param {number} topPx The top position in pixels. 28 * @param {number} widthPx The width in pixels. 29 * @param {number} heightPx The height in pixels.
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
| Utils.java | 183 int[] pixels = new int[width]; local 186 data.getPixels(0, y, width, pixels, 0); 188 RGB rgb = data.palette.getRGB(pixels[x]); 225 data.getPixels(0, y, width, pixels, 0); 230 pixels[x] = rgbs.length - 1; 232 RGB rgb = data.palette.getRGB(pixels[x]); 233 pixels[x] = closest(rgbs, n, rgb); 236 newData.setPixels(0, y, width, pixels, 0);
|
| /external/mesa3d/src/mesa/drivers/common/ |
| meta.h | 98 const GLvoid *pixels); 124 GLenum format, GLenum type, GLvoid *pixels,
|
| /external/mesa3d/src/mesa/drivers/dri/nouveau/ |
| nouveau_texture.c | 486 GLenum format, GLenum type, const GLvoid *pixels, 503 pixels = _mesa_validate_pbo_compressed_teximage(ctx, 505 pixels, packing, "glCompressedTexImage"); 507 pixels = _mesa_validate_pbo_teximage(ctx, 509 pixels, packing, "glTexImage"); 511 if (pixels) { 521 format, type, pixels, packing); 547 GLenum format, GLenum type, const GLvoid *pixels, 550 nouveau_teximage(ctx, dims, ti, 0, format, type, pixels, 569 GLenum format, GLenum type, const void *pixels, [all...] |
| /external/skia/bench/ |
| ColorCubeBench.cpp | 78 SkColor* pixels = (SkColor*)(fCubeData->writable_data()); local 90 pixels[(fCubeDimension * ((fCubeDimension * b) + g)) + r] =
|