/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_PddProc.cpp | 53 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH); 82 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH);
|
JBig2_Image.h | 69 CJBig2_Image* subImage(int32_t x, int32_t y, int32_t w, int32_t h);
|
JBig2_SddProc.cpp | 567 SDNEWSYMS[I] = BHC->subImage(nTmp, 0, SDNEWSYMWIDTHS[I], HCHEIGHT);
|
JBig2_Image.cpp | 153 CJBig2_Image* CJBig2_Image::subImage(int32_t x, [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Options.h | 244 void subImage(const size_t subImage_); 245 size_t subImage(void) const;
|
Image.h | 461 // Subimage of an image sequence 462 void subImage(const size_t subImage_); 463 size_t subImage(void) const; [all...] |
/external/ImageMagick/Magick++/tests/ |
attributes.cpp | 1306 // subImage 1308 if ( image.subImage() != 0 ) 1312 << ", subImage default is not zero as expected" << endl; 1315 image.subImage(5); 1316 if ( image.subImage() != 5 ) 1320 << ", subImage set/get failed" << endl; 1322 image.subImage(0);
|
/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 | 484 CGImageRef subImage = CGImageCreateWithImageInRect( 489 CGContextDrawImage(context, rect, subImage); 491 CGImageRelease(subImage); [all...] |
/external/ImageMagick/Magick++/lib/ |
Options.cpp | 671 void Magick::Options::subImage(const size_t subImage_) 676 size_t Magick::Options::subImage(void) const
|
Image.cpp | 1505 void Magick::Image::subImage(const size_t subImage_) 1508 options()->subImage(subImage_); 1511 size_t Magick::Image::subImage(void) const 1513 return(constOptions()->subImage()); [all...] |
STL.cpp | [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...] |