HomeSort by relevance Sort by last modified time
    Searched full:scanline (Results 101 - 125 of 385) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 58 private int[] scanline; field in class:ScreenViewer
687 scanline = new int[rawImage.width];
749 scanline[x] = a << 24 | r << 16 | g << 8 | b;
752 image.setRGB(0, y, rawImage.width, 1, scanline,
770 scanline[x] = 0xFF << 24 | r << 16 | g << 8 | b;
773 image.setRGB(0, y, rawImage.width, 1, scanline,
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp     [all...]
  /external/ImageMagick/coders/
sgi.c 390 *scanline;
395 scanline=(unsigned char *) AcquireQuantumMemory(iris_info.columns,
396 bytes_per_pixel*sizeof(*scanline));
397 if (scanline == (unsigned char *) NULL)
404 count=ReadBlob(image,bytes_per_pixel*iris_info.columns,scanline);
410 *p=scanline[2*x];
411 *(p+1)=scanline[2*x+1];
417 *p=scanline[x];
422 scanline=(unsigned char *) RelinquishMagickMemory(scanline);
386 *scanline; local
    [all...]
  /external/pdfium/core/src/fxge/agg/src/
fx_agg_driver.cpp 84 template <class Scanline>
85 void render(const Scanline& sl) {
88 typename Scanline::const_iterator span = sl.begin();
311 agg::scanline_u8 scanline; local
312 agg::render_scanlines(rasterizer, scanline, final_render,
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 167 tmsize_t bytesperline; /* decompressed bytes per scanline */
    [all...]
  /external/ImageMagick/ImageMagick/api/
image-view.html 103 <p>DuplexTransferImageViewIterator() iterates over three image views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
275 <p>GetImageViewIterator() iterates over the image view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
473 <p>SetImageViewIterator() iterates over the image view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
519 <p>TransferImageViewIterator() iterates over two image views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
570 <p>UpdateImageViewIterator() iterates over the image view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
wand-view.html 103 <p>DuplexTransferWandViewIterator() iterates over three wand views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
208 <p>GetWandViewIterator() iterates over the wand view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
395 <p>SetWandViewIterator() iterates over the wand view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
441 <p>TransferWandViewIterator() iterates over two wand views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
492 <p>UpdateWandViewIterator() iterates over the wand view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
  /external/ImageMagick/www/api/
image-view.html 107 <p>DuplexTransferImageViewIterator() iterates over three image views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
279 <p>GetImageViewIterator() iterates over the image view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
477 <p>SetImageViewIterator() iterates over the image view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
523 <p>TransferImageViewIterator() iterates over two image views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
574 <p>UpdateImageViewIterator() iterates over the image view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
image-view.php 103 <p>DuplexTransferImageViewIterator() iterates over three image views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
275 <p>GetImageViewIterator() iterates over the image view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
473 <p>SetImageViewIterator() iterates over the image view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
519 <p>TransferImageViewIterator() iterates over two image views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
570 <p>UpdateImageViewIterator() iterates over the image view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
wand-view.html 107 <p>DuplexTransferWandViewIterator() iterates over three wand views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
212 <p>GetWandViewIterator() iterates over the wand view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
399 <p>SetWandViewIterator() iterates over the wand view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
445 <p>TransferWandViewIterator() iterates over two wand views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
496 <p>UpdateWandViewIterator() iterates over the wand view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
wand-view.php 103 <p>DuplexTransferWandViewIterator() iterates over three wand views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
208 <p>GetWandViewIterator() iterates over the wand view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
395 <p>SetWandViewIterator() iterates over the wand view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
441 <p>TransferWandViewIterator() iterates over two wand views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
492 <p>UpdateWandViewIterator() iterates over the wand view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 135 // We allocate padding for the final scanline to pad it up to DCTSIZE bytes
139 // the next scanline) and will be overwritten when jpeglib writes out that
140 // next scanline.
  /external/libyuv/files/source/
mjpeg_decoder.cc 134 // We allocate padding for the final scanline to pad it up to DCTSIZE bytes
138 // the next scanline) and will be overwritten when jpeglib writes out that
139 // next scanline.
  /external/opencv/cvaux/src/
cvlines.cpp 248 int *scanlines ) /* scanline */
453 int *scanlines /* scanline */ )
476 scanlines /* scanline */ ));
  /external/opencv3/3rdparty/libtiff/
tif_lzma.c 211 "Decoding error at scanline %lu, %s",
218 "Not enough data at scanline %lu (short %lu bytes)",
292 "Encoding error at scanline %lu, %s",
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfInputFile.h 41 // class InputFile -- a scanline-based interface that can be used
42 // to read both scanline-based and tiled OpenEXR image files.
167 void readPixels (int scanLine);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_tiff.cpp 403 TIFFError(TIFFFileName(tif_ctx), "No space for scanline buffer");
430 TIFFError(TIFFFileName(tif_ctx), "No space for scanline buffer");
463 TIFFError(TIFFFileName(tif_ctx), "No space for scanline buffer");
  /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 218 p_frame->frame[0].plane[0].scanline = rgb_buffer->height;
236 p_frame->frame[0].plane[0].scanline = yuv_buffer->height;
251 p_frame->frame[0].plane[1].scanline = yuv_buffer->height;
  /system/extras/cpustats/
cpustats.c 236 char scanline[MAX_BUF_SIZE]; local
251 sprintf(scanline, "cpu%d %%lu %%lu %%lu %%lu %%lu %%lu %%lu %%*d %%*d %%*d\n", i);
252 fscanf(file, scanline, &new_cpus[i].utime, &new_cpus[i].ntime, &new_cpus[i].stime,
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 174 // Find all rectangles affecting this scanline.
182 // Compute reference for scanline.
  /external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp 174 // Find all rectangles affecting this scanline.
182 // Compute reference for scanline.
  /external/libgdx/gdx/jni/gdx2d/
jpgd.h 124 // methods after the constructor is called. You may then either destruct the object, or begin decoding the image by calling begin_decoding(), then decode() on each scanline.
130 // If JPGD_SUCCESS is returned you may then call decode() on each scanline.
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 327 template<class Scanline> bool sweep_scanline(Scanline& sl, bool no_smooth)
  /external/skia/src/codec/
SkBmpStandardCodec.cpp 234 // We are not performing a scanline decode.
240 // In order to perform a scanline ICO decode, we must be able
SkSwizzler.h 97 * Contains partial scanline information.
101 * Note that a deeper discussion of partial scanline subsets and image frame

Completed in 1282 milliseconds

1 2 3 45 6 7 8 91011>>