Lines Matching refs:SkImageInfo
82 const SkImageInfo& info() const { return fInfo; } in info()
239 bool setInfo(const SkImageInfo&, size_t rowBytes = 0);
247 … bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo&, SkPixelRefFactory*, SkColorTable*);
249 void allocPixels(const SkImageInfo& info, SkPixelRefFactory* factory, SkColorTable* ctable) { in allocPixels()
263 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info, size_t rowBytes);
265 void allocPixels(const SkImageInfo& info, size_t rowBytes) { in allocPixels()
271 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info) { in tryAllocPixels()
275 void allocPixels(const SkImageInfo& info) { in allocPixels()
280 SkImageInfo info = SkImageInfo::MakeN32(width, height,
286 SkImageInfo info = SkImageInfo::MakeN32(width, height,
301 bool installPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkColorTable*,
309 bool installPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { in installPixels()
647 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
778 SkImageInfo fInfo;