OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClipLayer
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp
190
if (m_layerType ==
ClipLayer
|| m_layerType == TransparencyLayer || m_state.replicaLayer)
246
//
ClipLayer
: creates a new framebuffer, the size of the layer, and then paints it to the enclosing BitmapTexture with the layer's transform/opacity.
249
m_layerType =
ClipLayer
;
257
m_layerType =
ClipLayer
;
301
if (m_layerType !=
ClipLayer
)
342
if (m_layerType ==
ClipLayer
|| m_layerType == RootLayer)
381
m_transforms.forDescendants = (m_layerType ==
ClipLayer
? TransformationMatrix() : m_transforms.target);
514
const IntRect rect = m_layerType ==
ClipLayer
? entireRect() : targetRect();
515
const TransformationMatrix transform = m_layerType ==
ClipLayer
? TransformationMatrix() : m_transforms.target;
632
const bool isSurface = (m_layerType ==
ClipLayer
[
all
...]
TextureMapperNode.h
170
ClipLayer
,
Completed in 33 milliseconds