Home
last modified time | relevance | path

Searched refs:subImage (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_PddProc.cpp50 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH); in decode_Arith()
72 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH); in decode_MMR()
DJBig2_Image.h67 std::unique_ptr<CJBig2_Image> subImage(int32_t x,
DJBig2_SddProc.cpp490 SDNEWSYMS[I] = BHC->subImage(nTmp, 0, SDNEWSYMWIDTHS[I], HCHEIGHT); in decode_Huffman()
DJBig2_Image.cpp166 std::unique_ptr<CJBig2_Image> CJBig2_Image::subImage(int32_t x, in subImage() function in CJBig2_Image
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h244 void subImage(const size_t subImage_);
245 size_t subImage(void) const;
DImage.h462 void subImage(const size_t subImage_);
463 size_t subImage(void) const;
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h167 …void subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei …
216 …void subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum for…
285 …void subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei hei…
346 …void subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei hei…
DTexture.cpp362 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, … in subImage() function in es2::Texture
596 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage() function in es2::Texture2D
598 …Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels, i… in subImage()
1033 void TextureCubeMap::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wid… in subImage() function in es2::TextureCubeMap
1035 …Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels, i… in subImage()
1561 void Texture3D::subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, G… in subImage() function in es2::Texture3D
1563 …Texture::subImage(xoffset, yoffset, zoffset, width, height, depth, format, type, unpackParameters,… in subImage()
DlibGLESv2.cpp4964 …texture->subImage(level, xoffset, yoffset, width, height, format, type, context->getUnpackParamete… in TexSubImage2D()
4982 …texture->subImage(target, level, xoffset, yoffset, width, height, format, type, context->getUnpack… in TexSubImage2D()
5846 …texture->subImage(level, xoffset, yoffset, zoffset, width, height, depth, format, type, context->g… in TexSubImage3DOES()
DlibGLESv3.cpp439 …texture->subImage(level, xoffset, yoffset, zoffset, width, height, depth, format, type, context->g… in TexSubImage3D()
/external/ImageMagick/Magick++/tests/
Dattributes.cpp1309 if ( image.subImage() != 0 ) in main()
1316 image.subImage(5); in main()
1317 if ( image.subImage() != 5 ) in main()
1323 image.subImage(0); in main()
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h100 …void subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum t…
140 …void subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum for…
DTexture.cpp248 void Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, … in subImage() function in es1::Texture
486 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage() function in es1::Texture2D
488 …Texture::subImage(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, image[le… in subImage()
DlibGLES_CM.cpp4532 …texture->subImage(level, xoffset, yoffset, width, height, format, type, context->getUnpackAlignmen… in TexSubImage2D()
/external/ImageMagick/Magick++/lib/
DOptions.cpp678 void Magick::Options::subImage(const size_t subImage_) in subImage() function in Magick::Options
683 size_t Magick::Options::subImage(void) const in subImage() function in Magick::Options
DImage.cpp1510 void Magick::Image::subImage(const size_t subImage_) in subImage() function in Magick::Image
1513 options()->subImage(subImage_); in subImage()
1516 size_t Magick::Image::subImage(void) const in subImage() function in Magick::Image
1518 return(constOptions()->subImage()); in subImage()
DSTL.cpp1585 image_.subImage( _subImage ); in operator ()()
/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp144 void subImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei w… in subImage() function