Searched refs:bmImageInfo (Results 1 – 1 of 1) sorted by relevance
82 const SkImageInfo bmImageInfo = SkImageInfo::MakeA8(bounds.width(), bounds.height()); in init() local83 if (!fPixels.tryAlloc(bmImageInfo)) { in init()