/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_PddProc.cpp | 50 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()
|
D | JBig2_Image.h | 67 std::unique_ptr<CJBig2_Image> subImage(int32_t x,
|
D | JBig2_SddProc.cpp | 490 SDNEWSYMS[I] = BHC->subImage(nTmp, 0, SDNEWSYMWIDTHS[I], HCHEIGHT); in decode_Huffman()
|
D | JBig2_Image.cpp | 166 std::unique_ptr<CJBig2_Image> CJBig2_Image::subImage(int32_t x, in subImage() function in CJBig2_Image
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 244 void subImage(const size_t subImage_); 245 size_t subImage(void) const;
|
D | Image.h | 462 void subImage(const size_t subImage_); 463 size_t subImage(void) const;
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.h | 167 …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…
|
D | Texture.cpp | 362 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()
|
D | libGLESv2.cpp | 4964 …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()
|
D | libGLESv3.cpp | 439 …texture->subImage(level, xoffset, yoffset, zoffset, width, height, depth, format, type, context->g… in TexSubImage3D()
|
/external/ImageMagick/Magick++/tests/ |
D | attributes.cpp | 1309 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/ |
D | Texture.h | 100 …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…
|
D | Texture.cpp | 248 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()
|
D | libGLES_CM.cpp | 4532 …texture->subImage(level, xoffset, yoffset, width, height, format, type, context->getUnpackAlignmen… in TexSubImage2D()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 678 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
|
D | Image.cpp | 1510 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()
|
D | STL.cpp | 1585 image_.subImage( _subImage ); in operator ()()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureFilterAnisotropicTests.cpp | 144 void subImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei w… in subImage() function
|