Lines Matching defs:dst
322 * If not kNoFrame, the dst already contains the prior frame at this index.
329 * indicate that that frame is already in the dst. Options.fZeroInitialized
426 * @param dst Memory to write to. Needs to be large enough to hold the subset,
432 Result startIncrementalDecode(const SkImageInfo& dstInfo, void* dst, size_t rowBytes,
435 Result startIncrementalDecode(const SkImageInfo& dstInfo, void* dst, size_t rowBytes) {
436 return this->startIncrementalDecode(dstInfo, dst, rowBytes, nullptr);
500 * Write the next countLines scanlines into dst.
504 * @param dst Must be non-null, and large enough to hold countLines
513 int getScanlines(void* dst, int countLines, size_t rowBytes);
520 * The default version just calls onGetScanlines and discards the dst.
613 // is residing in dst's memory.
838 * Return whether we can convert to dst.
842 virtual bool conversionSupported(const SkImageInfo& dst, bool srcIsOpaque,
849 void applyColorXform(void* dst, const void* src, int count) const;
947 virtual int onGetScanlines(void* /*dst*/, int /*countLines*/, size_t /*rowBytes*/) { return 0; }
957 * @param dst Pointer to the start of destination pixel memory
963 void fillIncompleteImage(const SkImageInfo& dstInfo, void* dst, size_t rowBytes,