Lines Matching defs:info
62 bool allocHandle(const SkImageInfo& info, Rec* rec) override {
63 sk_sp<SkSurface> surface = SkSurface::MakeRaster(info);
127 bool allocHandle(const SkImageInfo& info, Rec* rec) override {
129 CGContextRef cg = SkCreateCGContext(SkPixmap(info, nullptr, 0));
239 bool allocHandle(const SkImageInfo& info, Rec* rec) override {
240 SkASSERT(info.colorType() == kN32_SkColorType);
241 return Create(info.width(), info.height(), info.isOpaque(), rec);
298 const SkImageInfo info = SkImageInfo::MakeN32Premul(256, 256);
300 SkRasterHandleAllocator::MakeCanvas(std::make_unique<MyAllocator>(), info);