Searched defs:SkTextToPath (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkTextToPath.h20 class SkTextToPath : public SkDrawable { class in inherits:SkDrawable
22 SkTextToPath();
H A DSkTextToPath.cpp10 #include "SkTextToPath.h"
19 const SkMemberInfo SkTextToPath::fInfo[] = {
27 DEFINE_GET_MEMBER(SkTextToPath); variable
29 SkTextToPath::SkTextToPath() : paint(NULL), path(NULL), text(NULL) { function in class:SkTextToPath
32 bool SkTextToPath::draw(SkAnimateMaker& maker) {
37 void SkTextToPath::onEndElement(SkAnimateMaker& maker) {
/external/skia/src/animator/
H A DSkTextToPath.h20 class SkTextToPath : public SkDrawable { class in inherits:SkDrawable
22 SkTextToPath();
H A DSkTextToPath.cpp10 #include "SkTextToPath.h"
19 const SkMemberInfo SkTextToPath::fInfo[] = {
27 DEFINE_GET_MEMBER(SkTextToPath); variable
29 SkTextToPath::SkTextToPath() : paint(NULL), path(NULL), text(NULL) { function in class:SkTextToPath
32 bool SkTextToPath::draw(SkAnimateMaker& maker) {
37 void SkTextToPath::onEndElement(SkAnimateMaker& maker) {

Completed in 74 milliseconds