Home | History | Annotate | Download | only in core

Lines Matching defs:installPixels

325     bool installPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkColorTable*,
329 bool installPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
332 return this->installPixels(info, pixels, rowBytes, NULL, releaseProc, context);
337 * Call installPixels with no ReleaseProc specified. This means that the
341 bool installPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) {
342 return this->installPixels(info, pixels, rowBytes, NULL, NULL, NULL);
346 * Calls installPixels() with the value in the SkMask. The caller must