OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requiresTiledLayer
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h
96
bool
requiresTiledLayer
(const FloatSize&) const;
GraphicsLayerCACF.cpp
418
bool GraphicsLayerCACF::
requiresTiledLayer
(const FloatSize& size) const
532
bool needTiledLayer =
requiresTiledLayer
(m_size);
635
bool needTiledLayer =
requiresTiledLayer
(m_size);
/external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h
187
bool
requiresTiledLayer
(const FloatSize&) const;
GraphicsLayerCA.cpp
[
all
...]
Completed in 621 milliseconds