Lines Matching refs:SK_RESTRICT
1193 static void rgb_to_a8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes,
1197 uint8_t* SK_RESTRICT dst = (uint8_t*)glyph.fImage;
1223 static void rgb_to_lcd16(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& glyph,
1227 uint16_t* SK_RESTRICT dst = (uint16_t*)glyph.fImage;