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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp 709 CJBig2_Image *CJBig2_Image::subImage(FX_INT32 x, FX_INT32 y, FX_INT32 w, FX_INT32 h)
    [all...]
  /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/
ImageUtils.java 749 public static BufferedImage subImage(BufferedImage source, int x1, int y1, int x2, int y2) {
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
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...]

Completed in 222 milliseconds