|
| | GraphicsLayerTextureMapper (Type, GraphicsLayerClient &) |
| |
| virtual | ~GraphicsLayerTextureMapper () |
| |
| void | setScrollClient (TextureMapperLayer::ScrollingClient *client) |
| |
| void | setID (uint32_t id) |
| |
| bool | setChildren (const Vector< GraphicsLayer *> &) override |
| |
| void | addChild (GraphicsLayer *) override |
| |
| void | addChildAtIndex (GraphicsLayer *, int index) override |
| |
| void | addChildAbove (GraphicsLayer *, GraphicsLayer *sibling) override |
| |
| void | addChildBelow (GraphicsLayer *, GraphicsLayer *sibling) override |
| |
| bool | replaceChild (GraphicsLayer *oldChild, GraphicsLayer *newChild) override |
| |
| void | setMaskLayer (GraphicsLayer *) override |
| |
| void | setReplicatedByLayer (GraphicsLayer *) override |
| |
| void | setPosition (const FloatPoint &) override |
| |
| void | setAnchorPoint (const FloatPoint3D &) override |
| |
| void | setSize (const FloatSize &) override |
| |
| void | setTransform (const TransformationMatrix &) override |
| |
| void | setChildrenTransform (const TransformationMatrix &) override |
| |
| void | setPreserves3D (bool) override |
| |
| void | setMasksToBounds (bool) override |
| |
| void | setDrawsContent (bool) override |
| |
| void | setContentsVisible (bool) override |
| |
| void | setContentsOpaque (bool) override |
| |
| void | setBackfaceVisibility (bool) override |
| |
| void | setOpacity (float) override |
| |
| bool | setFilters (const FilterOperations &) override |
| |
| void | setNeedsDisplay () override |
| |
| void | setNeedsDisplayInRect (const FloatRect &, ShouldClipToLayer=ClipToLayer) override |
| |
| void | setContentsNeedsDisplay () override |
| |
| void | setContentsRect (const FloatRect &) override |
| |
| bool | addAnimation (const KeyframeValueList &, const FloatSize &, const Animation *, const String &, double) override |
| |
| void | pauseAnimation (const String &, double) override |
| |
| void | removeAnimation (const String &) override |
| |
| void | setContentsToImage (Image *) override |
| |
| void | setContentsToSolidColor (const Color &) override |
| |
| void | setContentsToPlatformLayer (PlatformLayer *, ContentsLayerPurpose) override |
| |
| bool | usesContentsLayer () const override |
| |
| PlatformLayer * | platformLayer () const override |
| |
| void | setShowDebugBorder (bool) override |
| |
| void | setDebugBorder (const Color &, float width) override |
| |
| void | setShowRepaintCounter (bool) override |
| |
| void | flushCompositingState (const FloatRect &) override |
| |
| void | flushCompositingStateForThisLayerOnly () override |
| |
| void | updateBackingStoreIncludingSubLayers () |
| |
| TextureMapperLayer & | layer () |
| |
| void | didCommitScrollOffset (const IntSize &) |
| |
| void | setIsScrollable (bool) |
| |
| bool | isScrollable () const |
| |
| void | setFixedToViewport (bool) |
| |
| bool | fixedToViewport () const |
| |
| Color | debugBorderColor () const |
| |
| float | debugBorderWidth () const |
| |
| void | setRepaintCount (int) |
| |
| void | setAnimations (const TextureMapperAnimations &) |
| |
| virtual WEBCORE_EXPORT | ~GraphicsLayer () |
| |
| Type | type () const |
| |
| virtual void | initialize (Type) |
| |
| virtual PlatformLayerID | primaryLayerID () const |
| |
| GraphicsLayerClient & | client () const |
| |
| const String & | name () const |
| |
| virtual void | setName (const String &name) |
| |
| GraphicsLayer * | parent () const |
| |
| void | setParent (GraphicsLayer *) |
| |
| bool | hasAncestor (GraphicsLayer *) const |
| |
| const Vector< GraphicsLayer * > & | children () const |
| |
| WEBCORE_EXPORT void | removeAllChildren () |
| |
| virtual WEBCORE_EXPORT void | removeFromParent () |
| |
| GraphicsLayer * | maskLayer () const |
| |
| void | setIsMaskLayer (bool isMask) |
| |
| bool | isMaskLayer () const |
| |
| bool | isReplicated () const |
| |
| GraphicsLayer * | replicaLayer () const |
| |
| const FloatPoint & | replicatedLayerPosition () const |
| |
| void | setReplicatedLayerPosition (const FloatPoint &p) |
| |
| FloatSize | offsetFromRenderer () const |
| |
| void | setOffsetFromRenderer (const FloatSize &, ShouldSetNeedsDisplay=SetNeedsDisplay) |
| |
| const FloatPoint & | position () const |
| |
| FloatPoint | approximatePosition () const |
| |
| void | setApproximatePosition (std::optional< FloatPoint > p) |
| |
| virtual void | syncPosition (const FloatPoint &p) |
| |
| const FloatPoint3D & | anchorPoint () const |
| |
| const FloatSize & | size () const |
| |
| const FloatPoint & | boundsOrigin () const |
| |
| virtual void | setBoundsOrigin (const FloatPoint &origin) |
| |
| virtual void | syncBoundsOrigin (const FloatPoint &origin) |
| |
| const TransformationMatrix & | transform () const |
| |
| const TransformationMatrix & | childrenTransform () const |
| |
| bool | preserves3D () const |
| |
| bool | masksToBounds () const |
| |
| bool | drawsContent () const |
| |
| bool | contentsAreVisible () const |
| |
| bool | userInteractionEnabled () const |
| |
| virtual void | setUserInteractionEnabled (bool b) |
| |
| bool | acceleratesDrawing () const |
| |
| virtual void | setAcceleratesDrawing (bool b) |
| |
| bool | usesDisplayListDrawing () const |
| |
| virtual void | setUsesDisplayListDrawing (bool b) |
| |
| bool | needsBackdrop () const |
| |
| const Color & | backgroundColor () const |
| |
| virtual WEBCORE_EXPORT void | setBackgroundColor (const Color &) |
| |
| bool | contentsOpaque () const |
| |
| bool | supportsSubpixelAntialiasedText () const |
| |
| virtual void | setSupportsSubpixelAntialiasedText (bool b) |
| |
| bool | backfaceVisibility () const |
| |
| float | opacity () const |
| |
| const FilterOperations & | filters () const |
| |
| const FilterOperations & | backdropFilters () const |
| |
| virtual bool | setBackdropFilters (const FilterOperations &filters) |
| |
| virtual void | setBackdropFiltersRect (const FloatRoundedRect &backdropFiltersRect) |
| |
| const FloatRoundedRect & | backdropFiltersRect () const |
| |
| GraphicsLayerPaintingPhase | paintingPhase () const |
| |
| void | setPaintingPhase (GraphicsLayerPaintingPhase phase) |
| |
| virtual void | setContentsTilePhase (const FloatSize &p) |
| |
| FloatSize | contentsTilePhase () const |
| |
| virtual void | setContentsTileSize (const FloatSize &s) |
| |
| FloatSize | contentsTileSize () const |
| |
| bool | hasContentsTiling () const |
| |
| FloatRect | contentsRect () const |
| |
| FloatRoundedRect | contentsClippingRect () const |
| |
| virtual void | setContentsClippingRect (const FloatRoundedRect &roundedRect) |
| |
| FloatRoundedRect | maskToBoundsRect () const |
| |
| virtual bool | setMasksToBoundsRect (const FloatRoundedRect &roundedRect) |
| |
| Path | shapeLayerPath () const |
| |
| virtual void | setShapeLayerPath (const Path &) |
| |
| WindRule | shapeLayerWindRule () const |
| |
| virtual void | setShapeLayerWindRule (WindRule) |
| |
| virtual WEBCORE_EXPORT void | suspendAnimations (double time) |
| |
| virtual WEBCORE_EXPORT void | resumeAnimations () |
| |
| virtual bool | shouldDirectlyCompositeImage (Image *) const |
| |
| void | paintGraphicsLayerContents (GraphicsContext &, const FloatRect &clip) |
| |
| virtual void | setContentsOrientation (CompositingCoordinatesOrientation orientation) |
| |
| CompositingCoordinatesOrientation | contentsOrientation () const |
| |
| void | dumpLayer (TextStream &, int indent=0, LayerTreeAsTextBehavior=LayerTreeAsTextBehaviorNormal) const |
| |
| bool | isShowingDebugBorder () const |
| |
| bool | isShowingRepaintCounter () const |
| |
| int | repaintCount () const |
| |
| int | incrementRepaintCount () |
| |
| virtual void | setDebugBackgroundColor (const Color &) |
| |
| virtual void | setCustomAppearance (CustomAppearance customAppearance) |
| |
| CustomAppearance | customAppearance () const |
| |
| virtual float | zPosition () const |
| |
| virtual WEBCORE_EXPORT void | setZPosition (float) |
| |
| virtual WEBCORE_EXPORT void | distributeOpacity (float) |
| |
| virtual WEBCORE_EXPORT float | accumulatedOpacity () const |
| |
| virtual FloatSize | pixelAlignmentOffset () const |
| |
| virtual void | setAppliesPageScale (bool appliesScale=true) |
| |
| virtual bool | appliesPageScale () const |
| |
| float | pageScaleFactor () const |
| |
| float | deviceScaleFactor () const |
| |
| virtual void | setIsViewportConstrained (bool) |
| |
| virtual bool | isViewportConstrained () const |
| |
| virtual void | deviceOrPageScaleFactorChanged () |
| |
| WEBCORE_EXPORT void | noteDeviceOrPageScaleFactorChangedIncludingDescendants () |
| |
| void | setIsInWindow (bool) |
| |
| virtual bool | visibleRectChangeRequiresFlush (const FloatRect &) const |
| |
| WEBCORE_EXPORT String | layerTreeAsText (LayerTreeAsTextBehavior=LayerTreeAsTextBehaviorNormal) const |
| |
| virtual WEBCORE_EXPORT String | displayListAsText (DisplayList::AsTextFlags) const |
| |
| virtual WEBCORE_EXPORT void | setIsTrackingDisplayListReplay (bool isTracking) |
| |
| virtual WEBCORE_EXPORT bool | isTrackingDisplayListReplay () const |
| |
| virtual WEBCORE_EXPORT String | replayDisplayListAsText (DisplayList::AsTextFlags) const |
| |
| virtual WEBCORE_EXPORT double | backingStoreMemoryEstimate () const |
| |
| virtual TiledBacking * | tiledBacking () const |
| |
| void | resetTrackedRepaints () |
| |
| void | addRepaintRect (const FloatRect &) |
| |
| void | updateDebugIndicators () |
| |
| virtual bool | canThrottleLayerFlush () const |
| |
| virtual bool | isGraphicsLayerCA () const |
| |
| virtual bool | isGraphicsLayerCARemote () const |
| |
| virtual bool | isCoordinatedGraphicsLayer () const |
| |
| virtual WEBCORE_EXPORT | ~GraphicsLayer () |
| |
| Type | type () const |
| |
| virtual void | initialize (Type) |
| |
| virtual PlatformLayerID | primaryLayerID () const |
| |
| GraphicsLayerClient & | client () const |
| |
| const String & | name () const |
| |
| virtual void | setName (const String &name) |
| |
| GraphicsLayer * | parent () const |
| |
| void | setParent (GraphicsLayer *) |
| |
| bool | hasAncestor (GraphicsLayer *) const |
| |
| const Vector< GraphicsLayer * > & | children () const |
| |
| WEBCORE_EXPORT void | removeAllChildren () |
| |
| virtual WEBCORE_EXPORT void | removeFromParent () |
| |
| GraphicsLayer * | maskLayer () const |
| |
| void | setIsMaskLayer (bool isMask) |
| |
| bool | isMaskLayer () const |
| |
| bool | isReplicated () const |
| |
| GraphicsLayer * | replicaLayer () const |
| |
| const FloatPoint & | replicatedLayerPosition () const |
| |
| void | setReplicatedLayerPosition (const FloatPoint &p) |
| |
| FloatSize | offsetFromRenderer () const |
| |
| void | setOffsetFromRenderer (const FloatSize &, ShouldSetNeedsDisplay=SetNeedsDisplay) |
| |
| const FloatPoint & | position () const |
| |
| FloatPoint | approximatePosition () const |
| |
| void | setApproximatePosition (std::optional< FloatPoint > p) |
| |
| virtual void | syncPosition (const FloatPoint &p) |
| |
| const FloatPoint3D & | anchorPoint () const |
| |
| const FloatSize & | size () const |
| |
| const FloatPoint & | boundsOrigin () const |
| |
| virtual void | setBoundsOrigin (const FloatPoint &origin) |
| |
| virtual void | syncBoundsOrigin (const FloatPoint &origin) |
| |
| const TransformationMatrix & | transform () const |
| |
| const TransformationMatrix & | childrenTransform () const |
| |
| bool | preserves3D () const |
| |
| bool | masksToBounds () const |
| |
| bool | drawsContent () const |
| |
| bool | contentsAreVisible () const |
| |
| bool | userInteractionEnabled () const |
| |
| virtual void | setUserInteractionEnabled (bool b) |
| |
| bool | acceleratesDrawing () const |
| |
| virtual void | setAcceleratesDrawing (bool b) |
| |
| bool | usesDisplayListDrawing () const |
| |
| virtual void | setUsesDisplayListDrawing (bool b) |
| |
| bool | needsBackdrop () const |
| |
| const Color & | backgroundColor () const |
| |
| virtual WEBCORE_EXPORT void | setBackgroundColor (const Color &) |
| |
| bool | contentsOpaque () const |
| |
| bool | supportsSubpixelAntialiasedText () const |
| |
| virtual void | setSupportsSubpixelAntialiasedText (bool b) |
| |
| bool | backfaceVisibility () const |
| |
| float | opacity () const |
| |
| const FilterOperations & | filters () const |
| |
| const FilterOperations & | backdropFilters () const |
| |
| virtual bool | setBackdropFilters (const FilterOperations &filters) |
| |
| virtual void | setBackdropFiltersRect (const FloatRoundedRect &backdropFiltersRect) |
| |
| const FloatRoundedRect & | backdropFiltersRect () const |
| |
| GraphicsLayerPaintingPhase | paintingPhase () const |
| |
| void | setPaintingPhase (GraphicsLayerPaintingPhase phase) |
| |
| virtual void | setContentsTilePhase (const FloatSize &p) |
| |
| FloatSize | contentsTilePhase () const |
| |
| virtual void | setContentsTileSize (const FloatSize &s) |
| |
| FloatSize | contentsTileSize () const |
| |
| bool | hasContentsTiling () const |
| |
| FloatRect | contentsRect () const |
| |
| FloatRoundedRect | contentsClippingRect () const |
| |
| virtual void | setContentsClippingRect (const FloatRoundedRect &roundedRect) |
| |
| FloatRoundedRect | maskToBoundsRect () const |
| |
| virtual bool | setMasksToBoundsRect (const FloatRoundedRect &roundedRect) |
| |
| Path | shapeLayerPath () const |
| |
| virtual void | setShapeLayerPath (const Path &) |
| |
| WindRule | shapeLayerWindRule () const |
| |
| virtual void | setShapeLayerWindRule (WindRule) |
| |
| virtual WEBCORE_EXPORT void | suspendAnimations (double time) |
| |
| virtual WEBCORE_EXPORT void | resumeAnimations () |
| |
| virtual bool | shouldDirectlyCompositeImage (Image *) const |
| |
| void | paintGraphicsLayerContents (GraphicsContext &, const FloatRect &clip) |
| |
| virtual void | setContentsOrientation (CompositingCoordinatesOrientation orientation) |
| |
| CompositingCoordinatesOrientation | contentsOrientation () const |
| |
| void | dumpLayer (TextStream &, int indent=0, LayerTreeAsTextBehavior=LayerTreeAsTextBehaviorNormal) const |
| |
| bool | isShowingDebugBorder () const |
| |
| bool | isShowingRepaintCounter () const |
| |
| int | repaintCount () const |
| |
| int | incrementRepaintCount () |
| |
| virtual void | setDebugBackgroundColor (const Color &) |
| |
| virtual void | setCustomAppearance (CustomAppearance customAppearance) |
| |
| CustomAppearance | customAppearance () const |
| |
| virtual float | zPosition () const |
| |
| virtual WEBCORE_EXPORT void | setZPosition (float) |
| |
| virtual WEBCORE_EXPORT void | distributeOpacity (float) |
| |
| virtual WEBCORE_EXPORT float | accumulatedOpacity () const |
| |
| virtual FloatSize | pixelAlignmentOffset () const |
| |
| virtual void | setAppliesPageScale (bool appliesScale=true) |
| |
| virtual bool | appliesPageScale () const |
| |
| float | pageScaleFactor () const |
| |
| float | deviceScaleFactor () const |
| |
| virtual void | setIsViewportConstrained (bool) |
| |
| virtual bool | isViewportConstrained () const |
| |
| virtual void | deviceOrPageScaleFactorChanged () |
| |
| WEBCORE_EXPORT void | noteDeviceOrPageScaleFactorChangedIncludingDescendants () |
| |
| void | setIsInWindow (bool) |
| |
| virtual bool | visibleRectChangeRequiresFlush (const FloatRect &) const |
| |
| WEBCORE_EXPORT String | layerTreeAsText (LayerTreeAsTextBehavior=LayerTreeAsTextBehaviorNormal) const |
| |
| virtual WEBCORE_EXPORT String | displayListAsText (DisplayList::AsTextFlags) const |
| |
| virtual WEBCORE_EXPORT void | setIsTrackingDisplayListReplay (bool isTracking) |
| |
| virtual WEBCORE_EXPORT bool | isTrackingDisplayListReplay () const |
| |
| virtual WEBCORE_EXPORT String | replayDisplayListAsText (DisplayList::AsTextFlags) const |
| |
| virtual WEBCORE_EXPORT double | backingStoreMemoryEstimate () const |
| |
| virtual TiledBacking * | tiledBacking () const |
| |
| void | resetTrackedRepaints () |
| |
| void | addRepaintRect (const FloatRect &) |
| |
| void | updateDebugIndicators () |
| |
| virtual bool | canThrottleLayerFlush () const |
| |
| virtual bool | isGraphicsLayerCA () const |
| |
| virtual bool | isGraphicsLayerCARemote () const |
| |
| virtual bool | isCoordinatedGraphicsLayer () const |
| |
|
| enum | Type {
Type::Normal,
Type::PageTiledBacking,
Type::Scrolling,
Type::Shape,
Type::Normal,
Type::PageTiledBacking,
Type::Scrolling,
Type::Shape
} |
| |
| enum | ContentsLayerPurpose {
NoContentsLayer = 0,
ContentsLayerForImage,
ContentsLayerForMedia,
ContentsLayerForCanvas,
ContentsLayerForBackgroundColor,
ContentsLayerForPlugin,
NoContentsLayer = 0,
ContentsLayerForImage,
ContentsLayerForMedia,
ContentsLayerForCanvas,
ContentsLayerForBackgroundColor,
ContentsLayerForPlugin
} |
| |
| enum | ShouldSetNeedsDisplay { DontSetNeedsDisplay,
SetNeedsDisplay,
DontSetNeedsDisplay,
SetNeedsDisplay
} |
| |
| enum | ShouldClipToLayer { DoNotClipToLayer,
ClipToLayer,
DoNotClipToLayer,
ClipToLayer
} |
| |
| enum | CompositingCoordinatesOrientation { CompositingCoordinatesTopDown,
CompositingCoordinatesBottomUp,
CompositingCoordinatesTopDown,
CompositingCoordinatesBottomUp
} |
| |
| enum | CustomAppearance {
NoCustomAppearance,
ScrollingOverhang,
ScrollingShadow,
LightBackdropAppearance,
DarkBackdropAppearance,
NoCustomAppearance,
ScrollingOverhang,
ScrollingShadow,
LightBackdropAppearance,
DarkBackdropAppearance
} |
| |
| enum | Type {
Type::Normal,
Type::PageTiledBacking,
Type::Scrolling,
Type::Shape,
Type::Normal,
Type::PageTiledBacking,
Type::Scrolling,
Type::Shape
} |
| |
| enum | ContentsLayerPurpose {
NoContentsLayer = 0,
ContentsLayerForImage,
ContentsLayerForMedia,
ContentsLayerForCanvas,
ContentsLayerForBackgroundColor,
ContentsLayerForPlugin,
NoContentsLayer = 0,
ContentsLayerForImage,
ContentsLayerForMedia,
ContentsLayerForCanvas,
ContentsLayerForBackgroundColor,
ContentsLayerForPlugin
} |
| |
| enum | ShouldSetNeedsDisplay { DontSetNeedsDisplay,
SetNeedsDisplay,
DontSetNeedsDisplay,
SetNeedsDisplay
} |
| |
| enum | ShouldClipToLayer { DoNotClipToLayer,
ClipToLayer,
DoNotClipToLayer,
ClipToLayer
} |
| |
| enum | CompositingCoordinatesOrientation { CompositingCoordinatesTopDown,
CompositingCoordinatesBottomUp,
CompositingCoordinatesTopDown,
CompositingCoordinatesBottomUp
} |
| |
| enum | CustomAppearance {
NoCustomAppearance,
ScrollingOverhang,
ScrollingShadow,
LightBackdropAppearance,
DarkBackdropAppearance,
NoCustomAppearance,
ScrollingOverhang,
ScrollingShadow,
LightBackdropAppearance,
DarkBackdropAppearance
} |
| |
| using | PlatformLayerID = uint64_t |
| |
| using | PlatformLayerID = uint64_t |
| |
| static WEBCORE_EXPORT std::unique_ptr< GraphicsLayer > | create (GraphicsLayerFactory *, GraphicsLayerClient &, Type=Type::Normal) |
| |
| static String | animationNameForTransition (AnimatedPropertyID) |
| |
| static bool | supportsBackgroundColorContent () |
| |
| static bool | supportsLayerType (Type) |
| |
| static bool | supportsContentsTiling () |
| |
| static bool | supportsSubpixelAntialiasedLayerText () |
| |
| static void | traverse (GraphicsLayer &, std::function< void(GraphicsLayer &)>) |
| |
| static WEBCORE_EXPORT std::unique_ptr< GraphicsLayer > | create (GraphicsLayerFactory *, GraphicsLayerClient &, Type=Type::Normal) |
| |
| static String | animationNameForTransition (AnimatedPropertyID) |
| |
| static bool | supportsBackgroundColorContent () |
| |
| static bool | supportsLayerType (Type) |
| |
| static bool | supportsContentsTiling () |
| |
| static bool | supportsSubpixelAntialiasedLayerText () |
| |
| static void | traverse (GraphicsLayer &, std::function< void(GraphicsLayer &)>) |
| |
| WEBCORE_EXPORT | GraphicsLayer (Type, GraphicsLayerClient &) |
| |
| virtual WEBCORE_EXPORT void | willBeDestroyed () |
| |
| void | clearFilters () |
| |
| void | clearBackdropFilters () |
| |
| virtual bool | shouldRepaintOnSizeChange () const |
| |
| virtual void | setOpacityInternal (float) |
| |
| GraphicsLayer * | replicatedLayer () const |
| |
| virtual void | setReplicatedLayer (GraphicsLayer *layer) |
| |
| void | dumpProperties (TextStream &, int indent, LayerTreeAsTextBehavior) const |
| |
| virtual void | dumpAdditionalProperties (TextStream &, int, LayerTreeAsTextBehavior) const |
| |
| virtual WEBCORE_EXPORT void | getDebugBorderInfo (Color &, float &width) const |
| |
| WEBCORE_EXPORT | GraphicsLayer (Type, GraphicsLayerClient &) |
| |
| virtual WEBCORE_EXPORT void | willBeDestroyed () |
| |
| void | clearFilters () |
| |
| void | clearBackdropFilters () |
| |
| virtual bool | shouldRepaintOnSizeChange () const |
| |
| virtual void | setOpacityInternal (float) |
| |
| GraphicsLayer * | replicatedLayer () const |
| |
| virtual void | setReplicatedLayer (GraphicsLayer *layer) |
| |
| void | dumpProperties (TextStream &, int indent, LayerTreeAsTextBehavior) const |
| |
| virtual void | dumpAdditionalProperties (TextStream &, int, LayerTreeAsTextBehavior) const |
| |
| virtual WEBCORE_EXPORT void | getDebugBorderInfo (Color &, float &width) const |
| |
| static int | validateFilterOperations (const KeyframeValueList &) |
| |
| static int | validateTransformOperations (const KeyframeValueList &, bool &hasBigRotation) |
| |
| static int | validateFilterOperations (const KeyframeValueList &) |
| |
| static int | validateTransformOperations (const KeyframeValueList &, bool &hasBigRotation) |
| |
| GraphicsLayerClient & | m_client |
| |
| String | m_name |
| |
| FloatSize | m_offsetFromRenderer |
| |
| FloatPoint | m_position |
| |
| std::optional< FloatPoint > | m_approximatePosition |
| |
| FloatPoint3D | m_anchorPoint |
| |
| FloatSize | m_size |
| |
| FloatPoint | m_boundsOrigin |
| |
| TransformationMatrix | m_transform |
| |
| TransformationMatrix | m_childrenTransform |
| |
| Color | m_backgroundColor |
| |
| float | m_opacity |
| |
| float | m_zPosition |
| |
| FilterOperations | m_filters |
| |
| FilterOperations | m_backdropFilters |
| |
| const Type | m_type |
| |
| bool | m_contentsOpaque: 1 |
| |
| bool | m_supportsSubpixelAntialiasedText: 1 |
| |
| bool | m_preserves3D: 1 |
| |
| bool | m_backfaceVisibility: 1 |
| |
| bool | m_masksToBounds: 1 |
| |
| bool | m_drawsContent: 1 |
| |
| bool | m_contentsVisible: 1 |
| |
| bool | m_acceleratesDrawing: 1 |
| |
| bool | m_usesDisplayListDrawing: 1 |
| |
| bool | m_appliesPageScale: 1 |
| |
| bool | m_showDebugBorder: 1 |
| |
| bool | m_showRepaintCounter: 1 |
| |
| bool | m_isMaskLayer: 1 |
| |
| bool | m_isTrackingDisplayListReplay: 1 |
| |
| bool | m_userInteractionEnabled: 1 |
| |
| GraphicsLayerPaintingPhase | m_paintingPhase |
| |
| CompositingCoordinatesOrientation | m_contentsOrientation |
| |
| Vector< GraphicsLayer * > | m_children |
| |
| GraphicsLayer * | m_parent |
| |
| GraphicsLayer * | m_maskLayer |
| |
| GraphicsLayer * | m_replicaLayer |
| |
| GraphicsLayer * | m_replicatedLayer |
| |
| FloatPoint | m_replicatedLayerPosition |
| |
| FloatRect | m_contentsRect |
| |
| FloatRoundedRect | m_contentsClippingRect |
| |
| FloatRoundedRect | m_masksToBoundsRect |
| |
| FloatSize | m_contentsTilePhase |
| |
| FloatSize | m_contentsTileSize |
| |
| FloatRoundedRect | m_backdropFiltersRect |
| |
| int | m_repaintCount |
| |
| CustomAppearance | m_customAppearance |
| |