Lines Matching defs:pixels
79 * Return true if the drawing this rect would hit every pixels in the canvas.
288 * imagefilter to the pixels of that layer (its backing surface/image), and then
292 * 2. Generate the src pixels:
298 * src pixels of the primitive). It returns a new "filtered" buffer, which we
554 bool SkCanvas::writePixels(const SkImageInfo& srcInfo, const void* pixels, size_t rowBytes,
575 return device->writePixels({srcInfo, pixels, rowBytes}, x, y);
1311 // If the caller requested the origin, they presumably are expecting the returned pixels to
1314 // instead of an origin, just don't expose the pixels in that case. Note that this means
1315 // that layers with complex coordinate spaces can still report their pixels if the caller
1449 // of renderable pixels, so once set, the restriction will be respected until the canvas
2701 std::unique_ptr<SkCanvas> SkCanvas::MakeRasterDirect(const SkImageInfo& info, void* pixels,
2708 if (!bitmap.installPixels(info, pixels, rowBytes)) {