Home
last modified time | relevance | path

Searched refs:CreateTransformedCopy (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/private/
DSkPathRef.h283 static void CreateTransformedCopy(sk_sp<SkPathRef>* dst,
/external/skia/src/core/
DSkPathRef.cpp142 void SkPathRef::CreateTransformedCopy(sk_sp<SkPathRef>* dst, in CreateTransformedCopy() function in SkPathRef
DSkPath.cpp1723 SkPathRef::CreateTransformedCopy(&dst->fPathRef, *fPathRef, matrix); in transform()