#include <RemoteLayerTreeTransaction.h>
|
| enum | LayerChanges {
NoChange = 0,
NameChanged = 1LLU << 1,
ChildrenChanged = 1LLU << 2,
PositionChanged = 1LLU << 3,
BoundsChanged = 1LLU << 4,
BackgroundColorChanged = 1LLU << 5,
AnchorPointChanged = 1LLU << 6,
BorderWidthChanged = 1LLU << 7,
BorderColorChanged = 1LLU << 8,
OpacityChanged = 1LLU << 9,
TransformChanged = 1LLU << 10,
SublayerTransformChanged = 1LLU << 11,
HiddenChanged = 1LLU << 12,
GeometryFlippedChanged = 1LLU << 13,
DoubleSidedChanged = 1LLU << 14,
MasksToBoundsChanged = 1LLU << 15,
OpaqueChanged = 1LLU << 16,
ContentsHiddenChanged = 1LLU << 17,
MaskLayerChanged = 1LLU << 18,
ClonedContentsChanged = 1LLU << 19,
ContentsRectChanged = 1LLU << 20,
ContentsScaleChanged = 1LLU << 21,
CornerRadiusChanged = 1LLU << 22,
ShapeRoundedRectChanged = 1LLU << 23,
ShapePathChanged = 1LLU << 24,
MinificationFilterChanged = 1LLU << 25,
MagnificationFilterChanged = 1LLU << 26,
BlendModeChanged = 1LLU << 27,
WindRuleChanged = 1LLU << 28,
SpeedChanged = 1LLU << 29,
TimeOffsetChanged = 1LLU << 30,
BackingStoreChanged = 1LLU << 31,
BackingStoreAttachmentChanged = 1LLU << 32,
FiltersChanged = 1LLU << 33,
AnimationsChanged = 1LLU << 34,
EdgeAntialiasingMaskChanged = 1LLU << 35,
CustomAppearanceChanged = 1LLU << 36,
UserInteractionEnabledChanged = 1LLU << 37
} |
| |
| typedef uint64_t | LayerChange |
| |
| typedef HashMap< WebCore::GraphicsLayer::PlatformLayerID, std::unique_ptr< LayerProperties > > | LayerPropertiesMap |
| |
| typedef uint64_t | TransactionCallbackID |
| |
◆ LayerChange
◆ LayerPropertiesMap
◆ TransactionCallbackID
◆ LayerChanges
| Enumerator |
|---|
| NoChange | |
| NameChanged | |
| ChildrenChanged | |
| PositionChanged | |
| BoundsChanged | |
| BackgroundColorChanged | |
| AnchorPointChanged | |
| BorderWidthChanged | |
| BorderColorChanged | |
| OpacityChanged | |
| TransformChanged | |
| SublayerTransformChanged | |
| HiddenChanged | |
| GeometryFlippedChanged | |
| DoubleSidedChanged | |
| MasksToBoundsChanged | |
| OpaqueChanged | |
| ContentsHiddenChanged | |
| MaskLayerChanged | |
| ClonedContentsChanged | |
| ContentsRectChanged | |
| ContentsScaleChanged | |
| CornerRadiusChanged | |
| ShapeRoundedRectChanged | |
| ShapePathChanged | |
| MinificationFilterChanged | |
| MagnificationFilterChanged | |
| BlendModeChanged | |
| WindRuleChanged | |
| SpeedChanged | |
| TimeOffsetChanged | |
| BackingStoreChanged | |
| BackingStoreAttachmentChanged | |
| FiltersChanged | |
| AnimationsChanged | |
| EdgeAntialiasingMaskChanged | |
| CustomAppearanceChanged | |
| UserInteractionEnabledChanged | |
◆ RemoteLayerTreeTransaction()
| WebKit::RemoteLayerTreeTransaction::RemoteLayerTreeTransaction |
( |
| ) |
|
|
explicit |
◆ ~RemoteLayerTreeTransaction()
| WebKit::RemoteLayerTreeTransaction::~RemoteLayerTreeTransaction |
( |
| ) |
|
◆ allowsUserScaling()
| bool WebKit::RemoteLayerTreeTransaction::allowsUserScaling |
( |
| ) |
const |
|
inline |
◆ baseLayoutViewportSize()
◆ callbackIDs()
◆ changedLayerProperties() [1/2]
| const LayerPropertiesMap& WebKit::RemoteLayerTreeTransaction::changedLayerProperties |
( |
| ) |
const |
|
inline |
◆ changedLayerProperties() [2/2]
◆ changedLayers()
◆ contentsSize()
◆ createdLayers()
◆ decode()
◆ description()
| CString WebKit::RemoteLayerTreeTransaction::description |
( |
| ) |
const |
◆ destroyedLayers()
◆ dump()
| void WebKit::RemoteLayerTreeTransaction::dump |
( |
| ) |
const |
◆ encode()
◆ initialScaleFactor()
| double WebKit::RemoteLayerTreeTransaction::initialScaleFactor |
( |
| ) |
const |
|
inline |
◆ isInStableState()
| bool WebKit::RemoteLayerTreeTransaction::isInStableState |
( |
| ) |
const |
|
inline |
◆ layerIDsWithNewlyUnreachableBackingStore()
◆ layerPropertiesChanged()
◆ maximumScaleFactor()
| double WebKit::RemoteLayerTreeTransaction::maximumScaleFactor |
( |
| ) |
const |
|
inline |
◆ maxStableLayoutViewportOrigin()
◆ minimumScaleFactor()
| double WebKit::RemoteLayerTreeTransaction::minimumScaleFactor |
( |
| ) |
const |
|
inline |
◆ minStableLayoutViewportOrigin()
◆ newlyReachedLayoutMilestones()
◆ pageExtendedBackgroundColor()
| WebCore::Color WebKit::RemoteLayerTreeTransaction::pageExtendedBackgroundColor |
( |
| ) |
const |
|
inline |
◆ pageScaleFactor()
| double WebKit::RemoteLayerTreeTransaction::pageScaleFactor |
( |
| ) |
const |
|
inline |
◆ renderTreeSize()
| uint64_t WebKit::RemoteLayerTreeTransaction::renderTreeSize |
( |
| ) |
const |
|
inline |
◆ rootLayerID()
◆ scaleWasSetByUIProcess()
| bool WebKit::RemoteLayerTreeTransaction::scaleWasSetByUIProcess |
( |
| ) |
const |
|
inline |
◆ scrollOrigin()
◆ setAllowsUserScaling()
| void WebKit::RemoteLayerTreeTransaction::setAllowsUserScaling |
( |
bool |
allowsUserScaling | ) |
|
|
inline |
◆ setBaseLayoutViewportSize()
◆ setCallbackIDs()
◆ setContentsSize()
◆ setCreatedLayers()
◆ setDestroyedLayerIDs()
◆ setInitialScaleFactor()
| void WebKit::RemoteLayerTreeTransaction::setInitialScaleFactor |
( |
double |
scale | ) |
|
|
inline |
◆ setIsInStableState()
| void WebKit::RemoteLayerTreeTransaction::setIsInStableState |
( |
bool |
isInStableState | ) |
|
|
inline |
◆ setLayerIDsWithNewlyUnreachableBackingStore()
◆ setMaximumScaleFactor()
| void WebKit::RemoteLayerTreeTransaction::setMaximumScaleFactor |
( |
double |
scale | ) |
|
|
inline |
◆ setMaxStableLayoutViewportOrigin()
◆ setMinimumScaleFactor()
| void WebKit::RemoteLayerTreeTransaction::setMinimumScaleFactor |
( |
double |
scale | ) |
|
|
inline |
◆ setMinStableLayoutViewportOrigin()
◆ setNewlyReachedLayoutMilestones()
◆ setPageExtendedBackgroundColor()
| void WebKit::RemoteLayerTreeTransaction::setPageExtendedBackgroundColor |
( |
WebCore::Color |
color | ) |
|
|
inline |
◆ setPageScaleFactor()
| void WebKit::RemoteLayerTreeTransaction::setPageScaleFactor |
( |
double |
pageScaleFactor | ) |
|
|
inline |
◆ setRenderTreeSize()
| void WebKit::RemoteLayerTreeTransaction::setRenderTreeSize |
( |
uint64_t |
renderTreeSize | ) |
|
|
inline |
◆ setRootLayerID()
◆ setScaleWasSetByUIProcess()
| void WebKit::RemoteLayerTreeTransaction::setScaleWasSetByUIProcess |
( |
bool |
scaleWasSetByUIProcess | ) |
|
|
inline |
◆ setScrollOrigin()
◆ setTransactionID()
| void WebKit::RemoteLayerTreeTransaction::setTransactionID |
( |
uint64_t |
transactionID | ) |
|
|
inline |
◆ setViewportMetaTagCameFromImageDocument()
| void WebKit::RemoteLayerTreeTransaction::setViewportMetaTagCameFromImageDocument |
( |
bool |
cameFromImageDocument | ) |
|
|
inline |
◆ setViewportMetaTagWidth()
| void WebKit::RemoteLayerTreeTransaction::setViewportMetaTagWidth |
( |
double |
width | ) |
|
|
inline |
◆ setViewportMetaTagWidthWasExplicit()
| void WebKit::RemoteLayerTreeTransaction::setViewportMetaTagWidthWasExplicit |
( |
bool |
widthWasExplicit | ) |
|
|
inline |
◆ transactionID()
| uint64_t WebKit::RemoteLayerTreeTransaction::transactionID |
( |
| ) |
const |
|
inline |
◆ viewportMetaTagCameFromImageDocument()
| bool WebKit::RemoteLayerTreeTransaction::viewportMetaTagCameFromImageDocument |
( |
| ) |
const |
|
inline |
◆ viewportMetaTagWidth()
| double WebKit::RemoteLayerTreeTransaction::viewportMetaTagWidth |
( |
| ) |
const |
|
inline |
◆ viewportMetaTagWidthWasExplicit()
| bool WebKit::RemoteLayerTreeTransaction::viewportMetaTagWidthWasExplicit |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: