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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.h 53 CJBig2_Image *subImage(FX_INT32 x, FX_INT32 y, FX_INT32 w, FX_INT32 h);
JBig2_Image.cpp 709 CJBig2_Image *CJBig2_Image::subImage(FX_INT32 x, FX_INT32 y, FX_INT32 w, FX_INT32 h)
    [all...]
JBig2_GeneralDecoder.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Texture.h 133 bool subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
190 void subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const PixelUnpackState &unpack, const void *pixels);
259 void subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const PixelUnpackState &unpack, const void *pixels);
323 void subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const PixelUnpackState &unpack, const void *pixels);
384 void subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const PixelUnpackState &unpack, const void *pixels);
Texture.cpp 364 bool Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
637 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const PixelUnpackState &unpack, const void *pixels)
655 if (!fastUnpacked && Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpack, pixels, mImageArray[level]))
    [all...]
libGLESv2.cpp     [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/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 530 CGImageRef subImage = CGImageCreateWithImageInRect(image,
538 CGContextDrawImage(context, rect, subImage);
540 CGImageRelease(subImage);
    [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...]

Completed in 619 milliseconds