OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sourceRect
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.cpp
196
m_sourceRect
= region;
212
m_transformedSourceRect =
m_sourceRect
;
213
m_layerSize = IntSize(
m_sourceRect
.width(),
m_sourceRect
.height());
215
m_transformedSourceRect = m_orgTransform.mapRect(
m_sourceRect
);
319
m_drawRect =
m_sourceRect
;
451
destRect.set(
m_sourceRect
.x(),
m_sourceRect
.y(),
m_sourceRect
.right(),
m_sourceRect
.bottom())
[
all
...]
TransparencyWin.h
202
IntRect
m_sourceRect
;
Completed in 72 milliseconds