Home | History | Annotate | Download | only in core

Lines Matching refs:srcP

469         const uint8_t* srcP
479 int sample_value = srcP[sample_index];
513 const uint8_t* srcP = src.getAddr8(0, y);
517 U8CPU r = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fR);
518 U8CPU g = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fG);
519 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fB);