Home | History | Annotate | Download | only in pdf

Lines Matching defs:color

51 /* It is necessary to average the color component of transparent
53 separately re-sample the alpha and color channels when the image is
55 gives no information about the color component, the pathological
56 case is a white image with sharp transparency bounds - the color
58 rendered as grey because of the separate soft mask and color
116 SkDEBUGFAIL("unexpected color type");
139 SkPMColor color = *src++;
140 U8CPU alpha = SkGetPackedA32(color);
142 pmcolor_to_rgb24(color, dst);
183 SkDEBUGFAIL("unexpected color type");
231 SkDEBUGFAIL("color type has no alpha");
234 SkDEBUGFAIL("4444 color type should have been converted to N32");
238 SkDEBUGFAIL("unexpected color type");
329 result->appendInt(table->count() - 1); // maximum color index.