Searched defs:AsImage (Results 1 – 6 of 6) sorted by relevance
41 CPDF_ImageObject* CPDF_ImageObject::AsImage() { in AsImage() function in CPDF_ImageObject45 const CPDF_ImageObject* CPDF_ImageObject::AsImage() const { in AsImage() function in CPDF_ImageObject
50 CPDF_ImageObject* CPDF_PageObject::AsImage() { in AsImage() function in CPDF_PageObject54 const CPDF_ImageObject* CPDF_PageObject::AsImage() const { in AsImage() function in CPDF_PageObject
308 Image* AsImage() override { return this; } in AsImage() function309 const Image* AsImage() const override { return this; } in AsImage() function
318 Image* AsImage() override { return this; } in AsImage() function319 const Image* AsImage() const override { return this; } in AsImage() function
105 static const SkImage* AsImage(const sk_image_t* cimage) { in AsImage() function