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

  /external/chromium_org/third_party/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 SkDrawable {
22 SkTextToPath();
  /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 SkDrawable {
22 SkTextToPath();

Completed in 734 milliseconds