Lines Matching defs:dst
1062 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.height() - 1) * dstRB);
1066 dst[i] = rgb_to_a8<APPLY_PREBLEND>(src[i], table8);
1068 dst[i] = std::max(dst[i], 10);
1072 dst -= dstRB;
1082 uint16_t* SK_RESTRICT dst = (uint16_t*)((char*)glyph.fImage + (glyph.height() - 1) * dstRB);
1086 dst[i] = rgb_to_lcd16<APPLY_PREBLEND>(src[i], tableR, tableG, tableB);
1089 dst = (uint16_t*)((char*)dst - dstRB);
1139 uint8_t* dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1141 memcpy(dst, src, dstRB);
1143 dst -= dstRB;