Searched defs:SubImage (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/image/ |
D | image.go | 192 func (p *RGBA) SubImage(r Rectangle) Image { func 309 func (p *RGBA64) SubImage(r Rectangle) Image { func 436 func (p *NRGBA) SubImage(r Rectangle) Image { func 580 func (p *NRGBA64) SubImage(r Rectangle) Image { func 688 func (p *Alpha) SubImage(r Rectangle) Image { func 799 func (p *Alpha16) SubImage(r Rectangle) Image { func 909 func (p *Gray) SubImage(r Rectangle) Image { func 1009 func (p *Gray16) SubImage(r Rectangle) Image { func 1118 func (p *CMYK) SubImage(r Rectangle) Image { func 1236 func (p *Paletted) SubImage(r Rectangle) Image { func
|
D | ycbcr.go | 120 func (p *YCbCr) SubImage(r Rectangle) Image { func 249 func (p *NYCbCrA) SubImage(r Rectangle) Image { func
|
D | image_test.go | 17 SubImage(Rectangle) Image methodSpec
|
/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/ |
H A D | JBig2_Image.cpp | 190 std::unique_ptr<CJBig2_Image> CJBig2_Image::SubImage(int32_t x, in SubImage() function in CJBig2_Image
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureTests.cpp | 288 void Texture::SubImage(const glw::Functions &gl, glw::GLenum target, glw::GLint level, glw::GLint x… in SubImage() function in gl4cts::Texture
|
H A D | gl4cBufferStorageTests.cpp | 1531 void Texture::SubImage(const glw::Functions &gl, glw::GLenum target, glw::GLint level, glw::GLint x… in SubImage() function in gl4cts::BufferStorage::Texture
|
H A D | gl4cMultiBindTests.cpp | 1280 void Texture::SubImage(const glw::Functions &gl, glw::GLenum target, glw::GLint level, glw::GLint x… in SubImage() function in gl4cts::MultiBind::Texture
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 871 void Texture::SubImage(const glw::Functions &gl, glw::GLenum target, glw::GLint level, glw::GLint x… in SubImage() function in glcts::RobustBufferAccessBehavior::Texture
|