Searched refs:onAsLegacyBitmap (Results 1 – 3 of 3) sorted by relevance
94 bool onAsLegacyBitmap(GrDirectContext*, SkBitmap*) const override;395 bool SkImage_Raster::onAsLegacyBitmap(GrDirectContext*, SkBitmap* bitmap) const { in onAsLegacyBitmap() function in SkImage_Raster406 return this->INHERITED::onAsLegacyBitmap(nullptr, bitmap); in onAsLegacyBitmap()
141 virtual bool onAsLegacyBitmap(GrDirectContext*, SkBitmap*) const;
481 return as_IB(this)->onAsLegacyBitmap(dContext, bitmap); in asLegacyBitmap()484 bool SkImage_Base::onAsLegacyBitmap(GrDirectContext* dContext, SkBitmap* bitmap) const { in onAsLegacyBitmap() function in SkImage_Base