OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_contentsScale
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp
41
,
m_contentsScale
(1.f)
131
context->scale(FloatSize(1.f /
m_contentsScale
, 1.f /
m_contentsScale
));
168
if (m_pendingScale ==
m_contentsScale
) {
180
m_contentsScale
= m_pendingScale;
321
return enclosingIntRect(FloatRect(rect.x() /
m_contentsScale
,
322
rect.y() /
m_contentsScale
,
323
rect.width() /
m_contentsScale
,
324
rect.height() /
m_contentsScale
));
329
return enclosingIntRect(FloatRect(rect.x() *
m_contentsScale
,
[
all
...]
TiledBackingStore.h
47
float contentsScale() { return
m_contentsScale
; }
117
float
m_contentsScale
;
/external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp
61
,
m_contentsScale
(1)
332
gc.scale(FloatSize(1 /
m_contentsScale
, 1 /
m_contentsScale
));
364
if (
m_contentsScale
== scale)
366
m_contentsScale
= scale;
547
return enclosingIntRect(FloatRect(rect.x() /
m_contentsScale
,
548
rect.y() /
m_contentsScale
,
549
rect.width() /
m_contentsScale
,
550
rect.height() /
m_contentsScale
));
555
return enclosingIntRect(FloatRect(rect.x() *
m_contentsScale
,
[
all
...]
TiledDrawingAreaProxy.h
72
float contentsScale() const { return
m_contentsScale
; }
178
float
m_contentsScale
;
/external/webkit/Source/WebCore/platform/graphics/qt/
TileQt.cpp
125
context.scale(FloatSize(m_backingStore->
m_contentsScale
, m_backingStore->
m_contentsScale
));
/external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h
59
virtual float contentsScale() const { return
m_contentsScale
; }
404
float
m_contentsScale
;
GraphicsLayerCA.cpp
257
,
m_contentsScale
(1)
[
all
...]
Completed in 177 milliseconds