Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkPathRef.h286 static void CreateTransformedCopy(sk_sp<SkPathRef>* dst,
/external/skqp/include/private/
DSkPathRef.h237 static void CreateTransformedCopy(sk_sp<SkPathRef>* dst,
/external/skia/src/core/
DSkPathRef.cpp140 void SkPathRef::CreateTransformedCopy(sk_sp<SkPathRef>* dst, in CreateTransformedCopy() function in SkPathRef
DSkPath.cpp1624 SkPathRef::CreateTransformedCopy(&dst->fPathRef, *fPathRef, matrix); in transform()
/external/skqp/src/core/
DSkPathRef.cpp174 void SkPathRef::CreateTransformedCopy(sk_sp<SkPathRef>* dst, in CreateTransformedCopy() function in SkPathRef
DSkPath.cpp1854 SkPathRef::CreateTransformedCopy(&dst->fPathRef, *fPathRef.get(), matrix); in transform()