HomeSort by relevance Sort by last modified time
    Searched refs:subImage (Results 1 - 7 of 7) 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 711 CJBig2_Image *CJBig2_Image::subImage(FX_INT32 x, FX_INT32 y, FX_INT32 w, FX_INT32 h)
    [all...]
JBig2_GeneralDecoder.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 203 milliseconds