Skip to content

Revisit inline vs out-of-line implementations of methods in Impeller geometry classes #159220

@flar

Description

@flar

Currently many of the Impeller geometry classes are templates and so they must implement all of their methods inline, but some of them (for instance Matrix) are regular classes and so the methods could be implemented in their associated .cc file. We've been shifting the code to more cases of moving implementations to the .cc file and so we should revisit the various geometry classes to determine what's best for them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.team-engineOwned by Engine teamtriaged-engineTriaged by Engine team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions