Home
last modified time | relevance | path

Searched refs:SkTextToPath (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/animator/
DSkTextToPath.cpp27 const SkMemberInfo SkTextToPath::fInfo[] = {
35 DEFINE_GET_MEMBER(SkTextToPath);
37 SkTextToPath::SkTextToPath() : paint(NULL), path(NULL), text(NULL) { in SkTextToPath() function in SkTextToPath
40 bool SkTextToPath::draw(SkAnimateMaker& maker) { in draw()
45 void SkTextToPath::onEndElement(SkAnimateMaker& maker) { in onEndElement()
DSkTextToPath.h28 class SkTextToPath : public SkDrawable {
30 SkTextToPath();
DSkDrawText.h40 friend class SkTextToPath;
DSkDrawPaint.h83 friend class SkTextToPath; variable