Home
last modified time | relevance | path

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

123456

/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/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/swiftshader/src/OpenGL/common/
DImage.hpp95 class [[clang::lto_visibility_public]] Image : public sw::Surface, public gl::Object class
99 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat) in Image() function in egl::Image
109Image(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint inte… in Image() function in egl::Image
119 Image(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in Image() function in egl::Image
128 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image() function in egl::Image
/external/ImageMagick/Magick++/lib/Magick++/
DTypeMetric.h21 friend class Image; variable
DOptions.h26 class Image; variable
DStatistic.h16 class Image; variable
/external/deqp/modules/egl/
DteglAndroidUtil.hpp32 namespace Image namespace
DteglImageFormatTests.hpp33 namespace Image namespace
DteglImageUtil.hpp47 namespace Image namespace
/external/skqp/tools/skqp/
Dmake_gmkb.go132 func writePngToFile(path string, img image.Image) error {
142 func toNrgba(img image.Image) image.NRGBA {
/external/angle/src/libANGLE/renderer/
DTextureImpl.h25 class Image; variable
DRenderbufferImpl.h25 class Image; variable
/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/include/effects/
DSkImageFilters.h161 static sk_sp<SkImageFilter> Image(sk_sp<SkImage> image) { in Image() function
/external/skia/modules/sksg/src/
DSkSGImage.cpp15 Image::Image(sk_sp<SkImage> image) : fImage(std::move(image)) {} in Image() function in sksg::Image
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.hpp62 class Image class
/external/swiftshader/src/OpenGL/libEGL/
Dmain.h32 class Image; variable
/external/angle/src/libANGLE/
DvalidationEGL.h32 class Image; variable
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp74 class Image class
77 Image (const vk::DeviceInterface& vk, in Image() function in vkt::synchronization::Image
87 Image (vk::Move<vk::VkImage>& image, in Image() function in vkt::synchronization::Image
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.hpp58 class Image class
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp82 class Image class
85 Image (const vk::DeviceInterface& vk, in Image() function in vkt::geometry::Image
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.hpp61 class Image class

123456