HomeSort by: relevance | last modified time | path
    Searched defs:mask_pixel (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/pixman/dist/test/
pixel-test.c 37 uint32_t mask_pixel; member in struct:pixel_combination_t
2879 &mask_checker, combination->mask_pixel, &mask_color);
2904 fill (mask, combination->mask_pixel);
2941 combination->mask_pixel);
2942 pixel_checker_split_pixel (&mask_checker, combination->mask_pixel,
tolerance-test.c 205 uint32_t dest_pixel, orig_dest_pixel, src_pixel, mask_pixel; local
215 &mask_color, &mask_pixel);
251 mask_pixel);
269 printf (" PIXMAN_%s,\t0x%x,\n", format_name (mask->bits.format), mask_pixel);
  /xsrc/external/mit/libXpm/dist/src/
scan.c 62 unsigned int mask_pixel; /* whether there is or not */ member in struct:__anon13
117 p = pmap->pixels + pmap->mask_pixel;
118 for (i = pmap->mask_pixel; i < ncolors; i++, p++)
147 pmap->mask_pixel = 1;
194 pmap.mask_pixel = 0;
285 if (pmap.mask_pixel) {
292 pmap.pixels, pmap.mask_pixel, cpp,
347 && attributes->mask_pixel != XpmUndefPixel) {
357 attributes->colorTable + attributes->mask_pixel);
361 ((XpmColor **) attributes->colorTable)[attributes->mask_pixel];
401 unsigned int mask_pixel = 0; local
    [all...]
  /xsrc/external/mit/libXpm/dist/include/X11/
xpm.h 169 unsigned int mask_pixel; /* Color table index of transparent member in struct:__anon6
237 /* XpmAttributes mask_pixel value when there is no mask */

Completed in 24 milliseconds