Home | History | Annotate | Download | only in core

Lines Matching refs:XY

27                               const uint32_t* SK_RESTRICT xy,
39 uint32_t XY;
43 XY = *xy++;
44 SkASSERT((XY >> 16) < (unsigned)s.fBitmap->height() &&
45 (XY & 0xFFFF) < (unsigned)s.fBitmap->width());
46 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
49 XY = *xy++;
50 SkASSERT((XY >> 16) < (unsigned)s.fBitmap->height() &&
51 (XY & 0xFFFF) < (unsigned)s.fBitmap->width());
52 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
56 XY = *xy++;
57 SkASSERT((XY >> 16) < (unsigned)s.fBitmap->height() &&
58 (XY & 0xFFFF) < (unsigned)s.fBitmap->width());
59 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
69 const uint32_t* SK_RESTRICT xy,
83 SkASSERT((unsigned)xy[0] < (unsigned)s.fBitmap->height());
85 xy[0] * s.fBitmap->rowBytes());
86 xy += 1;
97 uint32_t xx0 = *xy++;
98 uint32_t xx1 = *xy++;
109 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy);
124 const uint32_t* SK_RESTRICT xy,
141 uint32_t XY = *xy++;
142 unsigned y0 = XY >> 14;
144 row1 = (const SRCTYPE*)(srcAddr + (XY & 0x3FFF) * rb);
149 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
170 const uint32_t* SK_RESTRICT xy,
183 uint32_t data = *xy++;
189 data = *xy++;