Home | History | Annotate | Download | only in core

Lines Matching refs:XY

29                               const uint32_t* SK_RESTRICT xy,
32 const uint32_t* SK_RESTRICT xy,
35 const uint32_t* SK_RESTRICT xy,
38 const uint32_t* SK_RESTRICT xy,
42 const uint32_t* SK_RESTRICT xy,
54 uint32_t XY;
58 XY = *xy++;
59 SkASSERT((XY >> 16) < (unsigned)s.fBitmap->height() &&
60 (XY & 0xFFFF) < (unsigned)s.fBitmap->width());
61 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
64 XY = *xy++;
65 SkASSERT((XY >> 16) < (unsigned)s.fBitmap->height() &&
66 (XY & 0xFFFF) < (unsigned)s.fBitmap->width());
67 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
71 XY = *xy++;
72 SkASSERT((XY >> 16) < (unsigned)s.fBitmap->height() &&
73 (XY & 0xFFFF) < (unsigned)s.fBitmap->width());
74 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
84 const uint32_t* SK_RESTRICT xy,
98 SkASSERT((unsigned)xy[0] < (unsigned)s.fBitmap->height());
100 xy[0] * s.fBitmap->rowBytes());
101 xy += 1;
112 uint32_t xx0 = *xy++;
113 uint32_t xx1 = *xy++;
124 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy);
139 const uint32_t* SK_RESTRICT xy,
156 uint32_t XY = *xy++;
157 unsigned y0 = XY >> 14;
159 row1 = (const SRCTYPE*)(srcAddr + (XY & 0x3FFF) * rb);
164 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
185 const uint32_t* SK_RESTRICT xy,
198 uint32_t data = *xy++;
204 data = *xy++;