Home | History | Annotate | Download | only in opts

Lines Matching refs:SK_RESTRICT

21     const uint32_t* SK_RESTRICT xy,
23 uint16_t* SK_RESTRICT colors) SK_ATTRIBUTE_OPTIMIZE_O1;
26 const uint32_t* SK_RESTRICT xy,
27 int count, uint16_t* SK_RESTRICT colors) {
32 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
33 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();
50 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1);
112 const uint32_t* SK_RESTRICT xy,
114 SkPMColor* SK_RESTRICT colors) SK_ATTRIBUTE_OPTIMIZE_O1;
117 const uint32_t* SK_RESTRICT xy,
118 int count, SkPMColor* SK_RESTRICT colors) {
123 const SkPMColor* SK_RESTRICT table = s.fBitmap->getColorTable()->lockColors();
124 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();