Lines Matching refs:p01
94 const uint32_t *p00, *p01, *p10, *p11; in sample() local
116 p01 = bitmap->getAddr32(tmpx1, tmpy); in sample()
125 return proc(p00, p01, p10, p11); in sample()
142 const uint16_t *p00, *p01, *p10, *p11; in sample() local
164 p01 = bitmap->getAddr16(tmpx1, tmpy); in sample()
173 uint32_t c = proc(SkExpand_rgb_16(*p00), SkExpand_rgb_16(*p01), in sample()
198 const uint8_t *p00, *p01, *p10, *p11; in sample() local
219 p01 = bitmap->getAddr8(tmpx1, tmpy); in sample()
230 uint32_t c = proc(&colors[*p00], &colors[*p01], &colors[*p10], &colors[*p11]); in sample()
256 const uint8_t *p00, *p01, *p10, *p11; in sample() local
278 p01 = bitmap->getAddr8(tmpx1, tmpy); in sample()
287 int alpha = proc(*p00, *p01, *p10, *p11); in sample()