Home | History | Annotate | Download | only in codec

Lines Matching defs:color

262         // the color components are not zero, but we skip them anyway, meaning they'll remain
308 // We assume the color premultiplied ctable (or not) as desired.
469 // Assume input is an index if we have a color table
470 uint32_t color;
473 color = colorTable[colorOrIndex];
474 // Otherwise, assume the input is a color
476 color = colorOrIndex;
481 sk_memset32((uint32_t*) dstStartRow, color,
489 dstRow[col] = color;
495 // On an index destination color type, always assume the input is an index
501 // If the destination is kGray, the caller passes in an 8-bit color.
504 // SKPMColor may be a valid a grayscale color. For example, the low 8
510 SkCodecPrintf("Error: Unsupported dst color type for fill(). Doing nothing.\n");