Home
last modified time | relevance | path

Searched refs:lastpixel (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_thunder.c60 lastpixel = (v) & 0xf; \
64 *op++ |= lastpixel; \
66 op[0] = (uint8) (lastpixel << 4); \
93 unsigned int lastpixel; in ThunderDecode() local
98 lastpixel = 0; in ThunderDecode()
112 op[0] |= lastpixel; in ThunderDecode()
113 lastpixel = *op++; npixels++; n--; in ThunderDecode()
115 lastpixel |= lastpixel << 4; in ThunderDecode()
119 *op++ = (uint8) lastpixel; in ThunderDecode()
123 lastpixel &= 0xf; in ThunderDecode()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c192 rast->lastpixel = templ->line_last_pixel; in svga_create_rasterizer_state()
Dsvga_context.h174 unsigned lastpixel:1; member
Dsvga_state_rss.c222 EMIT_RS(svga, curr->lastpixel, LASTPIXEL); in emit_rss_vgpu9()