OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nearestSurfaceSize
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h
188
return m_layerType == TransparencyLayer ? IntRect(0, 0,
m_nearestSurfaceSize
.width(),
m_nearestSurfaceSize
.height()) : entireRect();
199
IntSize m_size,
m_nearestSurfaceSize
;
TextureMapperNode.cpp
352
m_nearestSurfaceSize
= nearestSurfaceSize();
Completed in 168 milliseconds