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

1 2 3 4 56 7 8 91011>>

  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 159 tmsize_t bytesperline; /* decompressed bytes per scanline */
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.h 218 int stride, int scanline, int format);
  /external/ImageMagick/coders/
cut.c 111 case 1: /* Convert bitmap scanline. */
139 case 2: /* Convert PseudoColor scanline. */
186 case 4: /* Convert PseudoColor scanline. */
211 case 8: /* Convert PseudoColor scanline. */
  /external/ImageMagick/www/api/
stream.php 59 <p>ReadStream() makes the image pixels available to a user supplied callback method immediately upon reading a scanline with the ReadImage() method.</p>
  /external/libjpeg-turbo/
example.c 151 * To keep things simple, we pass one scanline per call; you can pass
159 * more than one scanline at a time if that's more convenient.
220 * scanline-high JSAMPLE array as a work buffer, and we will let the JPEG
375 * more than one scanline at a time if that's more convenient.
jcapistd.c 73 * when using a multiple-scanline buffer.
  /external/opencv3/3rdparty/libjpeg/
jcapistd.c 73 * when using a multiple-scanline buffer.
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_png.cpp 193 png_error(png_ptr, "Ask Scanline buffer Callback Error");
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcapistd.c 73 * when using a multiple-scanline buffer.
  /external/skia/gm/
all_bitmap_configs.cpp 46 // Shift over one byte each scanline.
  /external/skia/include/core/
SkColorFilter.h 61 /** Called with a scanline of colors, as if there was a shader installed.
  /external/skia/src/codec/
SkBmpCodec.h 117 * SkScaledCodec::onGetPixels() uses the scanline decoder to call this with
SkGifCodec.h 153 * For a scanline decode of "count" lines, this function indicates how
SkWbmpCodec.cpp 206 // Copy the color table to a pointer that can be owned by the scanline decoder
  /external/skia/tests/
ClipperTest.cpp 30 * last scanline. i.e. we would draw to [2,1], even though this hairline
  /system/core/libpixelflinger/
col32cb16blend_neon.S 25 // This function alpha blends a fixed color into a destination scanline, using
picker.cpp 22 #include "scanline.h"
  /external/freetype/src/raster/
ftraster.c 82 /* profile is simply an array of scanline intersections on a given */
85 /* o its scanline position boundaries, i.e. `Ymin' and `Ymax' */
87 /* o an array of intersection coordinates for each scanline */
122 /* bottom-most scanline as well as the scanline above its upmost */
365 Long start; /* profile's starting scanline */
499 /* exactly on a scanline. Allows */
582 * given y-monotonous Bezier arc that crosses a scanline before
781 /* New y scanline position. */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftraster.c 82 /* profile is simply an array of scanline intersections on a given */
85 /* o its scanline position boundaries, i.e. `Ymin' and `Ymax' */
87 /* o an array of intersection coordinates for each scanline */
122 /* bottom-most scanline as well as the scanline above its upmost */
365 Long start; /* profile's starting scanline */
501 /* exactly on a scanline. Allows */
584 * given y-monotonous Bezier arc that crosses a scanline before
783 /* New y scanline position. */
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 82 /* profile is simply an array of scanline intersections on a given */
85 /* o its scanline position boundaries, i.e. `Ymin' and `Ymax' */
87 /* o an array of intersection coordinates for each scanline */
122 /* bottom-most scanline as well as the scanline above its upmost */
365 Long start; /* profile's starting scanline */
501 /* exactly on a scanline. Allows */
584 * given y-monotonous Bezier arc that crosses a scanline before
783 /* New y scanline position. */
    [all...]
  /external/freetype/include/
ftimage.h     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-raster.html 105 <h1 id="raster">Scanline Converter</h1>
184 <p>The scanline's y&nbsp;coordinate.</p>
187 <p>The number of spans to draw on this scanline.</p>
190 <p>A table of &lsquo;count&rsquo; spans to draw on the scanline.</p>
200 <p>Note that the &lsquo;count&rsquo; field cannot be greater than a fixed value defined by the &lsquo;FT_MAX_GRAY_SPANS&rsquo; configuration macro in &lsquo;ftoption.h&rsquo;. By default, this value is set to&nbsp;32, which means that if there are more than 32&nbsp;spans on a given scanline, the callback is called several times with the same &lsquo;y&rsquo; parameter in order to draw all callbacks.</p>
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftimage.h     [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfOutputFile.cpp 176 int currentScanLine; // next scanline to be written
184 // each scanline
187 vector<size_t> offsetInLineBuffer; // offset for each scanline in
581 // If the next scanline isn't past the bounds of the lineBuffer
1057 // If this was the last line buffer in the scanline range
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftimage.h     [all...]

Completed in 709 milliseconds

1 2 3 4 56 7 8 91011>>