Home
last modified time | relevance | path

Searched refs:drawNeedsCopy (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.cpp161 static bool drawNeedsCopy(GraphicsContext* src, GraphicsContext* dst) in drawNeedsCopy() function
192 …RefPtr<Image> image = BitmapImage::create(NativeImageSkia::create(drawNeedsCopy(m_context.get(), c… in draw()
210 …RefPtr<Image> image = BitmapImage::create(NativeImageSkia::create(drawNeedsCopy(m_context.get(), c… in drawPattern()