Searched refs:drawBitmapGLES2 (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DImageSkia.cpp434 static void drawBitmapGLES2(GraphicsContext* ctxt, NativeImageSkia* bitmap, const FloatRect& srcRect, const FloatRect& dstRect, ColorSpace styleColorSpace, CompositeOperator compositeOp) function in namespace:WebCore
496 drawBitmapGLES2(ctxt, bm, normSrcRect, normDstRect, colorSpace, compositeOp);
524 drawBitmapGLES2(ctxt, &m_nativeImage, srcRect, dstRect, styleColorSpace, compositeOp);

Completed in 254 milliseconds