Lines Matching refs:getPixels
148 * Used to describe the result of a call to getPixels().
192 * Whether or not the memory passed to getPixels is zero initialized.
196 * The memory passed to getPixels is zero initialized. The SkCodec
201 * The memory passed to getPixels has not been initialized to zero,
210 * Additional options to pass to getPixels.
225 * In getPixels, we will attempt to decode the exact rectangular
271 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options*,
275 * Simplified version of getPixels() that asserts that info is NOT kIndex8_SkColorType and
278 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes);
527 * This will allow getPixels() to fill the uninitialized memory.
554 * This is called by getPixels() and start(). Subclasses may call if they
569 * On an incomplete input, getPixels() and getScanlines() will fill any uninitialized
665 * On an incomplete decode, getPixels() and getScanlines() will call this function