Searched defs:AsImage (Results 1 – 4 of 4) sorted by relevance
318 Image* AsImage() override { return this; } in AsImage() function319 const Image* AsImage() const override { return this; } in AsImage() function
322 Image* AsImage() override { return this; } in AsImage() function323 const Image* AsImage() const override { return this; } in AsImage() function
105 static const SkImage* AsImage(const sk_image_t* cimage) { in AsImage() function