Home | History | Annotate | Download | only in images

Lines Matching refs:gray

347         // A8 is only allowed if the original was GRAY.
364 // A8 is only allowed if the original was GRAY.
505 } else { // gray
507 *theTranspColorp = SkPackARGB32(0xFF, transpColor->gray >> 8,
508 transpColor->gray >> 8,
509 transpColor->gray >> 8);
511 *theTranspColorp = SkPackARGB32(0xFF, transpColor->gray,
512 transpColor->gray,
513 transpColor->gray);
801 // A8 is only allowed if the original was GRAY.
825 // A8 is only allowed if the original was GRAY.