Home | History | Annotate | Download | only in core

Lines Matching refs:pixels

22  *  drawing, the surface will be pixels, but (for example) when drawing into
38 * Create a new surface, using the specified pixels/rowbytes as its
44 static SkSurface* NewRasterDirect(const SkImageInfo&, void* pixels, size_t rowBytes,
51 static SkSurface* NewRasterDirectReleaseProc(const SkImageInfo&, void* pixels, size_t rowBytes,
52 void (*releaseProc)(void* pixels, void* context),
56 * Return a new surface, with the memory for the pixels automatically allocated, but respecting
74 * pixels in SkPMColor format.
233 * Returns an image of the current state of the surface pixels up to this
263 * If the surface has direct access to its pixels (i.e. they are in local
264 * RAM) return the const-address of those pixels, and if not null, return
275 * Copy the pixels from the surface into the specified buffer (pixels + rowBytes),
276 * converting them into the requested format (dstInfo). The surface pixels are read
284 * then we have two sets of pixels (of equal size). Replace the dst pixels with the
285 * corresponding src pixels, performing any colortype/alphatype transformations needed