OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srcbmp
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp
92
const SkBitmap&
srcBmp
= devices[i].device->accessBitmap(false);
97
destRect.fRight = destRect.fLeft +
srcBmp
.width();
98
destRect.fBottom = destRect.fTop +
srcBmp
.height();
100
destCanvas.drawBitmapRect(
srcBmp
, 0, destRect);
Completed in 84 milliseconds