Home | History | Annotate | Download | only in effects

Lines Matching refs:mapped

529             uint16_t* mapped = fCache16Storage;  // storage for mapped data
533 mapped[i] = linear[index];
534 mapped[i + kCache16Count] = linear[index + kCache16Count];
571 SkPMColor* mapped = fCache32Storage; // storage for mapped data
574 mapped[i] = linear[map->mapUnit16((i << 8) | i) >> 8];