HomeSort by relevance Sort by last modified time
    Searched refs:lastpixel (Results 1 - 5 of 5) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_thunder.c 60 lastpixel = (v) & 0xf; \
64 *op++ |= lastpixel; \
66 op[0] = (uint8) (lastpixel << 4); \
93 unsigned int lastpixel; local
98 lastpixel = 0;
111 op[0] |= lastpixel;
112 lastpixel = *op++; npixels++; n--;
114 lastpixel |= lastpixel << 4;
118 *op++ = (uint8) lastpixel;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_thunder.c 60 lastpixel = (v) & 0xf; \
64 *op++ |= lastpixel; \
66 op[0] = (uint8) (lastpixel << 4); \
93 unsigned int lastpixel; local
98 lastpixel = 0;
111 op[0] |= lastpixel;
112 lastpixel = *op++; npixels++; n--;
114 lastpixel |= lastpixel << 4;
118 *op++ = (uint8) lastpixel;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 91 rast->lastpixel = templ->line_last_pixel;
svga_context.h 149 unsigned lastpixel:1; member in struct:svga_rasterizer_state
svga_state_rss.c 223 EMIT_RS( svga, curr->lastpixel, LASTPIXEL, fail );

Completed in 560 milliseconds