OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imageOrigin
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.cpp
197
CGPoint
imageOrigin
;
199
RetainPtr<WKCACFImageRef> image(AdoptCF, WKCACFViewCopyDrawnImage(m_view.get(), &
imageOrigin
, &nextDrawTime));
208
updateInfo.updateRectBounds = IntRect(IntPoint(
imageOrigin
.x, m_webPage->size().height() -
imageOrigin
.y - bitmap->size().height()), bitmap->size());