Home
last modified time | relevance | path

Searched defs:Image (Results 1 – 25 of 110) sorted by relevance

12345

/external/piex/src/
Dpiex_types.h36 struct Image { struct
48 bool operator>(const Image& rhs) const { argument
/external/giflib/
Dgif_font.c155 GifDrawText8x8(SavedImage *Image, in GifDrawText8x8()
177 GifDrawBox(SavedImage *Image, in GifDrawBox()
194 GifDrawRectangle(SavedImage *Image, in GifDrawRectangle()
207 GifDrawBoxedText8x8(SavedImage *Image, in GifDrawBoxedText8x8()
/external/skia/experimental/go-skia/
Dskia.go60 func (s *Surface) Image() *Image { func
74 type Image struct { struct
75 ptr *C.sk_image_t
76 keepParentAlive *Surface
79 func (i *Image) WritePNG(w io.Writer) error {
/external/skqp/experimental/go-skia/
Dskia.go60 func (s *Surface) Image() *Image { func
74 type Image struct { struct
75 ptr *C.sk_image_t
76 keepParentAlive *Surface
79 func (i *Image) WritePNG(w io.Writer) error {
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DFileTypedResource.java25 public static class Image extends FileTypedResource { class in FileTypedResource
28 public Image(FsFile fsFile, boolean isNinePatch, XmlContext xmlContext) { in Image() method in FileTypedResource.Image
/external/ImageMagick/Magick++/lib/Magick++/
DTypeMetric.h21 friend class Image; variable
DOptions.h26 class Image; variable
/external/swiftshader/src/OpenGL/common/
DImage.hpp94 class [[clang::lto_visibility_public]] Image : public sw::Surface, public gl::Object class
98 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat) in Image() function in egl::Image
108Image(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint inte… in Image() function in egl::Image
118 Image(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in Image() function in egl::Image
127 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image() function in egl::Image
/external/deqp/modules/egl/
DteglAndroidUtil.hpp32 namespace Image namespace
DteglImageFormatTests.hpp33 namespace Image namespace
DteglImageUtil.hpp47 namespace Image namespace
/external/syzkaller/docs/linux/
Dsetup_linux-host_qemu-vm_arm-kernel.md41 # Image chapter
Dsetup_ubuntu-host_qemu-vm_x86-64-kernel.md101 ## Image section in Setup: Ubuntu host, QEMU vm, x86-64 kernel
/external/skia/tools/skqp/
Dmake_gmkb.go132 func writePngToFile(path string, img image.Image) error {
142 func toNrgba(img image.Image) image.NRGBA {
/external/skqp/tools/skqp/
Dmake_gmkb.go132 func writePngToFile(path string, img image.Image) error {
142 func toNrgba(img image.Image) image.NRGBA {
/external/skqp/modules/sksg/src/
DSkSGImage.cpp15 Image::Image(sk_sp<SkImage> image) : fImage(std::move(image)) {} in Image() function in sksg::Image
/external/deqp/modules/glshared/
DglsFboUtil.hpp202 struct Image : public Config struct
204 ImageFormat internalFormat;
205 glw::GLsizei width;
206 glw::GLsizei height;
209 Image (void) in Image() argument
/external/skia/modules/sksg/src/
DSkSGImage.cpp15 Image::Image(sk_sp<SkImage> image) : fImage(std::move(image)) {} in Image() function in sksg::Image
/external/swiftshader/src/Vulkan/
DVkImage.hpp31 class Image : public Object<Image, VkImage> class
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.hpp62 class Image class
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.hpp58 class Image class
/external/pdfium/testing/image_diff/
Dimage_diff.cpp40 class Image { class
42 Image() : w_(0), h_(0) {} in Image() function in Image
43 Image(const Image& image) : w_(image.w_), h_(image.h_), data_(image.data_) {} in Image() function in Image
/external/swiftshader/src/OpenGL/libEGL/
Dmain.h32 class Image; variable
DDisplay.h42 class Image; variable
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp73 class Image class
76 Image (const vk::DeviceInterface& vk, in Image() function in vkt::synchronization::Image
86 Image (vk::Move<vk::VkImage>& image, in Image() function in vkt::synchronization::Image

12345