HomeSort by relevance Sort by last modified time
    Searched full:scanline (Results 51 - 75 of 203) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium_org/third_party/skia/include/core/
SkColorFilter.h 65 /** Called with a scanline of colors, as if there was a shader installed.
74 /** Called with a scanline of colors, as if there was a shader installed.
  /external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.cpp 20 // These are the per-scanline callbacks that are used when we must resort to
95 SK_CONF_DECLARE(const char *, c_bitmapFilter, "bitmap.filter", "mitchell", "Which scanline bitmap filter to use [mitchell, lanczos, hamming, gaussian, triangle, box]");
SkRegion.cpp 31 * Return the beginning of the next scanline (i.e. the next Y-value)
310 runs[2] = 1; // 1 interval for this scanline
333 // Just walk this scanline, checking each interval. The X-sentinel will
386 const RunType* scanline = fRunHead->findScanline(r.fTop); local
388 if (!scanline_contains(scanline, r.fLeft, r.fRight)) {
391 if (r.fBottom <= scanline_bottom(scanline)) {
394 scanline = scanline_next(scanline);
471 const RunType* scanline = fRunHead->findScanline(sect.fTop); local
473 if (scanline_intersects(scanline, sect.fLeft, sect.fRight))
    [all...]
SkMallocPixelRef.cpp 131 // trailing bytes on each scanline (in case rowbytes > width*size)
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 172 // true iff at least one component has scanline padding. (i.e.,
176 // Temporaries used to point to scanline outputs.
  /external/pixman/pixman/
pixman-arm-simd-asm-scaled.S 60 * Nearest scanline scaler macro template uses the following arguments:
67 * remaining before the end of scanline
pixman-edge-imp.h 68 /* Use the last pixel of the scanline, covered 100%.
69 * We can't use the first pixel following the scanline,
pixman-arm-neon-asm.h 47 * - maybe add an option to do reverse scanline processing
577 * scanline and start the next loop iteration unless all the scanlines
693 PF_X .req r10 /* pixel index in a scanline for current */
695 PF_SRC .req r11 /* pointer to source scanline start */
697 PF_DST .req r12 /* pointer to destination scanline start */
699 PF_MASK .req r14 /* pointer to mask scanline start */
861 /* Process the remaining trailing pixels in the scanline */
892 /* Process the remaining trailing pixels in the scanline */
929 * scanline processing (for implementing pixman combine functions)
    [all...]
pixman-edge.c 187 /* Use the last pixel of the scanline, covered 100%.
188 * We can't use the first pixel following the scanline,
pixman-inlines.h 51 /* To avoid too short repeated scanline function calls, extend source
226 * For each scanline fetched from source image with PAD repeat:
755 * Identify 5 zones in each scanline for bilinear scaling. Depending on
802 * dst - destination scanline buffer for storing results
    [all...]
  /external/skia/include/core/
SkColorFilter.h 65 /** Called with a scanline of colors, as if there was a shader installed.
74 /** Called with a scanline of colors, as if there was a shader installed.
  /external/skia/src/core/
SkBitmapFilter.cpp 20 // These are the per-scanline callbacks that are used when we must resort to
95 SK_CONF_DECLARE(const char *, c_bitmapFilter, "bitmap.filter", "mitchell", "Which scanline bitmap filter to use [mitchell, lanczos, hamming, gaussian, triangle, box]");
SkRegion.cpp 31 * Return the beginning of the next scanline (i.e. the next Y-value)
310 runs[2] = 1; // 1 interval for this scanline
333 // Just walk this scanline, checking each interval. The X-sentinel will
386 const RunType* scanline = fRunHead->findScanline(r.fTop); local
388 if (!scanline_contains(scanline, r.fLeft, r.fRight)) {
391 if (r.fBottom <= scanline_bottom(scanline)) {
394 scanline = scanline_next(scanline);
471 const RunType* scanline = fRunHead->findScanline(sect.fTop); local
473 if (scanline_intersects(scanline, sect.fLeft, sect.fRight))
    [all...]
SkMallocPixelRef.cpp 131 // trailing bytes on each scanline (in case rowbytes > width*size)
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosASM.S 66 ;move to start of next scanline
  /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/libyuv/files/source/
mjpeg_decoder.cc 146 // We allocate padding for the final scanline to pad it up to DCTSIZE bytes
150 // the next scanline) and will be overwritten when jpeglib writes out that
151 // next scanline.
  /external/opencv/cvaux/src/
cvlines.cpp 248 int *scanlines ) /* scanline */
453 int *scanlines /* scanline */ )
476 scanlines /* scanline */ ));
  /system/extras/cpustats/
cpustats.c 235 char scanline[MAX_BUF_SIZE]; local
250 sprintf(scanline, "cpu%d %%lu %%lu %%lu %%lu %%lu %%lu %%lu %%*d %%*d %%*d\n", i);
251 fscanf(file, scanline, &new_cpus[i].utime, &new_cpus[i].ntime, &new_cpus[i].stime,
  /external/jpeg/
change.log 199 scanline-by-scanline basis.
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/qemu/distrib/jpeg-6b/
change.log 199 scanline-by-scanline basis.
  /external/chromium_org/ui/base/cocoa/
underlay_opengl_hosting_window.mm 21 // is defined as being the scanline from the leftmost opaque part to the
  /external/chromium_org/ui/surface/
accelerated_surface_win.cc 873 // vertical blank so clamp it such that scanline / height <= 1.
874 int clamped_scanline = std::min(raster_status.ScanLine, display_mode.Height);
876 // The Internet says that on some GPUs, the scanline is not available
882 // the ratio of the raster scanline to the display height.
    [all...]

Completed in 1198 milliseconds

1 23 4 5 6 7 8 9