HomeSort by relevance Sort by last modified time
    Searched refs:SquashingState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.h 50 struct SquashingState {
51 SquashingState()
80 void assignLayersToBackingsInternal(RenderLayer*, SquashingState&, bool& layersChanged, Vector<RenderLayer*>& layersNeedingRepaint);
82 CompositingReasons getReasonsPreventingSquashing(const RenderLayer*, const SquashingState&);
83 bool squashingWouldExceedSparsityTolerance(const RenderLayer* candidate, const SquashingState&);
84 bool updateSquashingAssignment(RenderLayer*, SquashingState&, CompositingStateTransitionType, Vector<RenderLayer*>& layersNeedingRepaint);
CompositingLayerAssigner.cpp 50 SquashingState squashingState;
51 assignLayersToBackingsInternal(updateRoot, squashingState, layersChanged, layersNeedingRepaint);
52 if (squashingState.hasMostRecentMapping)
53 squashingState.mostRecentMapping->finishAccumulatingSquashingLayers(squashingState.nextSquashedLayerIndex);
56 void CompositingLayerAssigner::SquashingState::updateSquashingStateForNewMapping(CompositedLayerMappingPtr newCompositedLayerMapping, bool hasNewCompositedLayerMapping)
69 bool CompositingLayerAssigner::squashingWouldExceedSparsityTolerance(const RenderLayer* candidate, const CompositingLayerAssigner::SquashingState& squashingState)
72 IntRect newBoundingRect = squashingState.boundingRect
    [all...]

Completed in 119 milliseconds