Lines Matching refs:Xform
11 Xform::GenID Xform::NextGenID() {
16 void Xform::debugValidate() const {
27 void Xform::setParent(sk_sp<Xform> parent) {
48 void Xform::internalAddChild(Xform* child) {
53 void Xform::internalRemoveChild(Xform* child) {
59 void Xform::invalidateCaches() {
69 void Xform::visit(XformResolver* resolver) {
73 void Xform::setCache(const SkMatrix& ctm, sk_sp<ClipCache> clip) {