Home | History | Annotate | Download | only in core

Lines Matching refs:SK_RESTRICT

29                               const uint32_t* SK_RESTRICT xy,
30 int count, DSTTYPE* SK_RESTRICT colors);
32 const uint32_t* SK_RESTRICT xy,
33 int count, DSTTYPE* SK_RESTRICT colors);
35 const uint32_t* SK_RESTRICT xy,
36 int count, DSTTYPE* SK_RESTRICT colors);
38 const uint32_t* SK_RESTRICT xy,
39 int count, DSTTYPE* SK_RESTRICT colors);
42 const uint32_t* SK_RESTRICT xy,
43 int count, DSTTYPE* SK_RESTRICT colors) {
51 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
84 const uint32_t* SK_RESTRICT xy,
85 int count, DSTTYPE* SK_RESTRICT colors) {
94 const SRCTYPE* SK_RESTRICT srcAddr = (const SRCTYPE*)s.fBitmap->getPixels();
124 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy);
139 const uint32_t* SK_RESTRICT xy,
140 int count, DSTTYPE* SK_RESTRICT colors) {
148 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
151 const SRCTYPE* SK_RESTRICT row0;
152 const SRCTYPE* SK_RESTRICT row1;
185 const uint32_t* SK_RESTRICT xy,
186 int count, DSTTYPE* SK_RESTRICT colors) {
194 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
210 const SRCTYPE* SK_RESTRICT row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
211 const SRCTYPE* SK_RESTRICT row1 = (const SRCTYPE*)(srcAddr + y1 * rb);