HomeSort by relevance Sort by last modified time
    Searched refs:subImage (Results 1 - 24 of 24) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_PddProc.cpp 50 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH);
72 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH);
JBig2_Image.h 67 std::unique_ptr<CJBig2_Image> subImage(int32_t x,
JBig2_SddProc.cpp 490 SDNEWSYMS[I] = BHC->subImage(nTmp, 0, SDNEWSYMWIDTHS[I], HCHEIGHT);
JBig2_Image.cpp 166 std::unique_ptr<CJBig2_Image> CJBig2_Image::subImage(int32_t x,
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Texture.h 94 void subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *image);
133 void subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels);
187 void subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels);
Texture.cpp 190 void Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *image)
403 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels)
405 Texture::subImage(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, image[level]);
761 void TextureCubeMap::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels)
763 Texture::subImage(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, image[CubeFaceIndex(target)][level]);
libGL.cpp     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 244 void subImage(const size_t subImage_);
245 size_t subImage(void) const;
Image.h 461 // Subimage of an image sequence
462 void subImage(const size_t subImage_);
463 size_t subImage(void) const;
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Texture.h 100 void subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, egl::Image *image);
140 void subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels);
Texture.cpp 248 void Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, egl::Image *image)
486 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels)
488 Texture::subImage(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, image[level]);
libGLES_CM.cpp     [all...]
  /external/ImageMagick/Magick++/tests/
attributes.cpp 1306 // subImage
1308 if ( image.subImage() != 0 )
1312 << ", subImage default is not zero as expected" << endl;
1315 image.subImage(5);
1316 if ( image.subImage() != 5 )
1320 << ", subImage set/get failed" << endl;
1322 image.subImage(0);
  /external/swiftshader/src/OpenGL/libGLESv2/
Texture.h 115 void subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels, egl::Image *image);
163 void subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels);
231 void subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels);
291 void subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels);
Texture.cpp 354 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels, egl::Image *image)
600 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels)
602 Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels, image[level]);
1034 void TextureCubeMap::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels)
1036 Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels, image[CubeFaceIndex(target)][level]);
    [all...]
libGLESv2.cpp     [all...]
libGLESv3.cpp 439 texture->subImage(level, xoffset, yoffset, zoffset, width, height, depth, format, type, context->getUnpackParameters(), data);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 284 BufferedImage sub = ImageUtils.subImage(image, 25, 25, 35, 45);
290 sub = ImageUtils.subImage(image, 23, 23, 23 + 5, 23 + 5);
  /external/ImageMagick/Magick++/lib/
Options.cpp 671 void Magick::Options::subImage(const size_t subImage_)
676 size_t Magick::Options::subImage(void) const
Image.cpp 1505 void Magick::Image::subImage(const size_t subImage_)
1508 options()->subImage(subImage_);
1511 size_t Magick::Image::subImage(void) const
1513 return(constOptions()->subImage());
    [all...]
STL.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 550 BufferedImage im = ImageUtils.subImage(image, left, top, right, bottom);
ImageUtils.java 749 public static BufferedImage subImage(BufferedImage source, int x1, int y1, int x2, int y2) {
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcTextureFilterAnisotropicTests.cpp 144 void subImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei width, GLsizei height,

Completed in 630 milliseconds