Searched defs:RenderGeometryMapStep (Results 1 – 1 of 1) sorted by relevance
44 struct RenderGeometryMapStep { struct45 RenderGeometryMapStep(const RenderGeometryMapStep& o) in RenderGeometryMapStep() function56 …RenderGeometryMapStep(const RenderObject* renderer, bool accumulatingTransform, bool isNonUniform,… in RenderGeometryMapStep() function64 const RenderObject* m_renderer;65 LayoutSize m_offset;66 OwnPtr<TransformationMatrix> m_transform; // Includes offset if non-null.67 LayoutSize m_offsetForFixedPosition;68 bool m_accumulatingTransform;69 bool m_isNonUniform; // Mapping depends on the input point, e.g. because of CSS columns.70 bool m_isFixedPosition;[all …]