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

  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 294 RetainPtr<CGImageRef> subImage;
296 subImage = tileImage;
301 subImage.adoptCF(CGImageCreateWithImageInRect(tileImage, tileRect));
305 subImage = imageWithColorSpace(subImage.get(), styleColorSpace);
320 CGContextDrawTiledImage(context, FloatRect(adjustedX, adjustedY, scaledTileWidth, scaledTileHeight), subImage.get());
333 RetainPtr<CGPatternRef> pattern(AdoptCF, CGPatternCreate(subImage.get(), CGRectMake(0, 0, tileRect.width(), tileRect.height()),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 459 public static BufferedImage subImage(BufferedImage source, int x1, int y1, int x2, int y2) {
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp 832 bool Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *img)
    [all...]

Completed in 60 milliseconds