• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebKit2-7600.1.25/Shared/CoordinatedGraphics/

Lines Matching refs:ArgumentCoder

67 void ArgumentCoder<WebCore::FilterOperations>::encode(ArgumentEncoder& encoder, const WebCore::FilterOperations& filters)
88 ArgumentCoder<Length>::encode(encoder, toBlurFilterOperation(filter)->stdDeviation());
92 ArgumentCoder<IntPoint>::encode(encoder, shadow->location());
94 ArgumentCoder<Color>::encode(encoder, shadow->color());
106 bool ArgumentCoder<WebCore::FilterOperations>::decode(ArgumentDecoder& decoder, WebCore::FilterOperations& filters)
143 if (!ArgumentCoder<Length>::decode(decoder, length))
152 if (!ArgumentCoder<IntPoint>::decode(decoder, location))
156 if (!ArgumentCoder<Color>::decode(decoder, color))
176 void ArgumentCoder<TransformOperations>::encode(ArgumentEncoder& encoder, const TransformOperations& transformOperations)
198 ArgumentCoder<Length>::encode(encoder, toTranslateTransformOperation(operation)->x());
199 ArgumentCoder<Length>::encode(encoder, toTranslateTransformOperation(operation)->y());
200 ArgumentCoder<Length>::encode(encoder, toTranslateTransformOperation(operation)->z());
218 ArgumentCoder<TransformationMatrix>::encode(encoder, toMatrixTransformOperation(operation)->matrix());
221 ArgumentCoder<TransformationMatrix>::encode(encoder, toMatrix3DTransformOperation(operation)->matrix());
224 ArgumentCoder<Length>::encode(encoder, toPerspectiveTransformOperation(operation)->perspective());
235 bool ArgumentCoder<TransformOperations>::decode(ArgumentDecoder& decoder, TransformOperations& transformOperations)
268 if (!ArgumentCoder<Length>::decode(decoder, x))
270 if (!ArgumentCoder<Length>::decode(decoder, y))
272 if (!ArgumentCoder<Length>::decode(decoder, z))
306 if (!ArgumentCoder<TransformationMatrix>::decode(decoder, matrix))
313 if (!ArgumentCoder<TransformationMatrix>::decode(decoder, matrix))
320 if (!ArgumentCoder<Length>::decode(decoder, perspective))
419 void ArgumentCoder<GraphicsLayerAnimation>::encode(ArgumentEncoder& encoder, const GraphicsLayerAnimation& animation)
460 bool ArgumentCoder<GraphicsLayerAnimation>::decode(ArgumentDecoder& decoder, GraphicsLayerAnimation& animation)
557 void ArgumentCoder<GraphicsLayerAnimations>::encode(ArgumentEncoder& encoder, const GraphicsLayerAnimations& animations)
562 bool ArgumentCoder<GraphicsLayerAnimations>::decode(ArgumentDecoder& decoder, GraphicsLayerAnimations& animations)
568 void ArgumentCoder<WebCore::GraphicsSurfaceToken>::encode(ArgumentEncoder& encoder, const WebCore::GraphicsSurfaceToken& token)
581 bool ArgumentCoder<WebCore::GraphicsSurfaceToken>::decode(ArgumentDecoder& decoder, WebCore::GraphicsSurfaceToken& token)
608 void ArgumentCoder<SurfaceUpdateInfo>::encode(ArgumentEncoder& encoder, const SurfaceUpdateInfo& surfaceUpdateInfo)
613 bool ArgumentCoder<SurfaceUpdateInfo>::decode(ArgumentDecoder& decoder, SurfaceUpdateInfo& surfaceUpdateInfo)
618 void ArgumentCoder<CoordinatedGraphicsLayerState>::encode(ArgumentEncoder& encoder, const CoordinatedGraphicsLayerState& state)
701 bool ArgumentCoder<CoordinatedGraphicsLayerState>::decode(ArgumentDecoder& decoder, CoordinatedGraphicsLayerState& state)
800 void ArgumentCoder<TileUpdateInfo>::encode(ArgumentEncoder& encoder, const TileUpdateInfo& updateInfo)
805 bool ArgumentCoder<TileUpdateInfo>::decode(ArgumentDecoder& decoder, TileUpdateInfo& updateInfo)
810 void ArgumentCoder<TileCreationInfo>::encode(ArgumentEncoder& encoder, const TileCreationInfo& updateInfo)
815 bool ArgumentCoder<TileCreationInfo>::decode(ArgumentDecoder& decoder, TileCreationInfo& updateInfo)
856 void ArgumentCoder<CoordinatedGraphicsState>::encode(ArgumentEncoder& encoder, const CoordinatedGraphicsState& state)
887 bool ArgumentCoder<CoordinatedGraphicsState>::decode(ArgumentDecoder& decoder, CoordinatedGraphicsState& state)