Searched defs:AsImage (Results 1 – 7 of 7) 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
54 CPDF_ImageObject* CPDF_PageObject::AsImage() { in AsImage() function in CPDF_PageObject58 const CPDF_ImageObject* CPDF_PageObject::AsImage() const { in AsImage() function in CPDF_PageObject
322 Image* AsImage() override { return this; } in AsImage() function323 const Image* AsImage() const override { return this; } in AsImage() function
328 Image* AsImage() override { return this; } in AsImage() function329 const Image* AsImage() const override { return this; } in AsImage() function
186 sk_sp<SkImage> AsImage(sk_sp<const SkSurface> surface) { in AsImage() function
633 Result<Image> GfxstreamEnd2EndTest::AsImage(ScopedAHardwareBuffer& ahb) { in AsImage() function in gfxstream::tests::GfxstreamEnd2EndTest