drawBitmapRect     97 Source/platform/DragImage.cpp             canvas.drawBitmapRect(bitmap->bitmap(), 0, destRect);
drawBitmapRect    277 Source/platform/graphics/GraphicsContext.h     void drawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint* = 0);
drawBitmapRect    879 Source/platform/graphics/GraphicsContextTest.cpp     context.drawBitmapRect(opaqueBitmap, 0, SkRect::MakeXYWH(10, 10, 90, 90), &paint);
drawBitmapRect    883 Source/platform/graphics/GraphicsContextTest.cpp     context.drawBitmapRect(alphaBitmap, 0, SkRect::MakeXYWH(10, 0, 10, 10), &paint);
drawBitmapRect    887 Source/platform/graphics/GraphicsContextTest.cpp     context.drawBitmapRect(alphaBitmap, 0, SkRect::MakeXYWH(10, 0, 10, 11), &paint);
drawBitmapRect    891 Source/platform/graphics/GraphicsContextTest.cpp     context.drawBitmapRect(alphaBitmap, 0, SkRect::MakeXYWH(0, 10, 10, 10), &paint);
drawBitmapRect    895 Source/platform/graphics/GraphicsContextTest.cpp     context.drawBitmapRect(alphaBitmap, 0, SkRect::MakeXYWH(0, 10, 11, 10), &paint);
drawBitmapRect    899 Source/platform/graphics/gpu/DrawingBuffer.cpp         canvas.drawBitmapRect(m_resizingBitmap, 0, dst);
drawBitmapRect    272 Source/platform/graphics/skia/NativeImageSkia.cpp     context->drawBitmapRect(scaledImageFragment, &scaledSrcRect, destRectVisibleSubset, &paint);
drawBitmapRect    416 Source/platform/graphics/skia/NativeImageSkia.cpp         context->drawBitmapRect(bitmap(), &srcRect, destRect, &paint);
drawBitmapRect    493 Source/web/WebMediaPlayerClientImpl.cpp     canvas->drawBitmapRect(m_bitmap, NULL, dest, &paint);