Searched defs:AsImage (Results 1 – 5 of 5) 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
52 CPDF_ImageObject* CPDF_PageObject::AsImage() { in AsImage() function in CPDF_PageObject56 const CPDF_ImageObject* CPDF_PageObject::AsImage() const { in AsImage() function in CPDF_PageObject
312 Image* AsImage() override { return this; } in AsImage() function313 const Image* AsImage() const override { return this; } in AsImage() function
315 Image* AsImage() override { return this; } in AsImage() function316 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