drawBitmap 160 Source/platform/graphics/DeferredImageDecoderTest.cpp tempCanvas->drawBitmap(image->bitmap(), 0, 0); drawBitmap 182 Source/platform/graphics/DeferredImageDecoderTest.cpp tempCanvas->drawBitmap(image->bitmap(), 0, 0); drawBitmap 190 Source/platform/graphics/DeferredImageDecoderTest.cpp tempCanvas->drawBitmap(image->bitmap(), 0, 0); drawBitmap 216 Source/platform/graphics/DeferredImageDecoderTest.cpp tempCanvas->drawBitmap(image->bitmap(), 0, 0); drawBitmap 321 Source/platform/graphics/DeferredImageDecoderTest.cpp tempCanvas->drawBitmap(image->bitmap(), 0, 0); drawBitmap 1152 Source/platform/graphics/GraphicsContext.cpp m_canvas->drawBitmap(bitmap, left, top, paint); drawBitmap 276 Source/platform/graphics/GraphicsContext.h void drawBitmap(const SkBitmap&, SkScalar, SkScalar, const SkPaint* = 0); drawBitmap 827 Source/platform/graphics/GraphicsContextTest.cpp context.drawBitmap(opaqueBitmap, 10, 10, &paint); drawBitmap 835 Source/platform/graphics/GraphicsContextTest.cpp context.drawBitmap(alphaBitmap, 10, 0, &paint); drawBitmap 839 Source/platform/graphics/GraphicsContextTest.cpp context.drawBitmap(alphaBitmap, 10, 1, &paint); drawBitmap 843 Source/platform/graphics/GraphicsContextTest.cpp context.drawBitmap(alphaBitmap, 0, 10, &paint); drawBitmap 847 Source/platform/graphics/GraphicsContextTest.cpp context.drawBitmap(alphaBitmap, 1, 10, &paint); drawBitmap 89 Source/platform/graphics/Pattern.cpp canvas.drawBitmap(m_tileImage->bitmap(), 0, 0); drawBitmap 172 Source/platform/graphics/filters/FEColorMatrix.cpp resultImage->context()->drawBitmap(nativeImage->bitmap(), drawingRegion.x(), drawingRegion.y(), &paint); drawBitmap 172 Source/platform/graphics/filters/FEComponentTransfer.cpp resultImage->context()->drawBitmap(nativeImage->bitmap(), destRect.x(), destRect.y(), &paint); drawBitmap 103 Source/platform/graphics/filters/FEDropShadow.cpp resultContext->drawBitmap(nativeImage->bitmap(), drawingRegion.x() + offset.width(), drawingRegion.y() + offset.height(), &paint); drawBitmap 104 Source/platform/graphics/filters/FEDropShadow.cpp resultContext->drawBitmap(nativeImage->bitmap(), drawingRegion.x(), drawingRegion.y());