HomeSort by relevance Sort by last modified time
    Searched refs:SkTextToPath (Results 1 - 4 of 4) sorted by null

  /external/skia/src/animator/
SkTextToPath.cpp 10 #include "SkTextToPath.h"
19 const SkMemberInfo SkTextToPath::fInfo[] = {
27 DEFINE_GET_MEMBER(SkTextToPath);
29 SkTextToPath::SkTextToPath() : paint(NULL), path(NULL), text(NULL) {
32 bool SkTextToPath::draw(SkAnimateMaker& maker) {
37 void SkTextToPath::onEndElement(SkAnimateMaker& maker) {
SkTextToPath.h 20 class SkTextToPath : public SkADrawable {
22 SkTextToPath();
SkDrawText.h 32 friend class SkTextToPath;
SkDrawPaint.h 75 friend class SkTextToPath;

Completed in 4084 milliseconds