Home | History | Annotate | Download | only in core

Lines Matching refs:fDevice

34         return &fDevice;
41 SkASSERT(x >= 0 && y >= 0 && (unsigned)(x + width) <= (unsigned)fDevice.width());
46 uint8_t* device = fDevice.getAddr8(x, y);
69 uint8_t* device = fDevice.getAddr8(x, y);
146 SkA8_BlitBW(fDevice, mask, clip);
148 SkA8_BlendBW(fDevice, mask, clip, fSrcA, SkAlpha255To256(255 - fSrcA));
156 uint8_t* device = fDevice.getAddr8(x, y);
187 device += fDevice.rowBytes();
200 uint8_t* device = fDevice.getAddr8(x, y);
201 int rowBytes = fDevice.rowBytes();
225 SkASSERT(x >= 0 && y >= 0 && (unsigned)(x + width) <= (unsigned)fDevice.width() && (unsigned)(y + height) <= (unsigned)fDevice.height());
230 uint8_t* device = fDevice.getAddr8(x, y);
238 device += fDevice.rowBytes();
251 device += fDevice.rowBytes();
280 SkASSERT(x >= 0 && y >= 0 && (unsigned)(x + width) <= (unsigned)fDevice.width());
282 uint8_t* device = fDevice.getAddr8(x, y);
325 uint8_t* device = fDevice.getAddr8(x, y);
372 uint8_t* device = fDevice.getAddr8(x, y);
383 device += fDevice.rowBytes();