OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compositedLayerUpdate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.cpp
178
void CompositingLayerAssigner::updateSquashingAssignment(RenderLayer* layer, SquashingState& squashingState, const CompositingStateTransitionType
compositedLayerUpdate
,
185
if (
compositedLayerUpdate
== PutInSquashingLayer) {
205
} else if (
compositedLayerUpdate
== RemoveFromSquashingLayer) {
224
CompositingStateTransitionType
compositedLayerUpdate
= computeCompositedLayerUpdate(reflectionLayer);
225
if (
compositedLayerUpdate
!= NoCompositingStateChange) {
229
m_compositor->allocateOrClearCompositedLayerMapping(reflectionLayer,
compositedLayerUpdate
);
246
CompositingStateTransitionType
compositedLayerUpdate
= computeCompositedLayerUpdate(layer);
248
if (m_compositor->allocateOrClearCompositedLayerMapping(layer,
compositedLayerUpdate
)) {
260
updateSquashingAssignment(layer, squashingState,
compositedLayerUpdate
, layersNeedingPaintInvalidation);
262
const bool layerIsSquashed =
compositedLayerUpdate
== PutInSquashingLayer || (compositedLayerUpdate == NoCompositingStateChange && layer->groupedMapp (…)
[
all
...]
RenderLayerCompositor.h
167
bool allocateOrClearCompositedLayerMapping(RenderLayer*, CompositingStateTransitionType
compositedLayerUpdate
);
RenderLayerCompositor.cpp
403
bool RenderLayerCompositor::allocateOrClearCompositedLayerMapping(RenderLayer* layer, const CompositingStateTransitionType
compositedLayerUpdate
)
410
switch (
compositedLayerUpdate
) {
[
all
...]
Completed in 84 milliseconds