OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTextToPath
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/animator/
SkTextToPath.h
1
/* libs/graphics/animator/
SkTextToPath
.h
28
class
SkTextToPath
: public SkDrawable {
30
SkTextToPath
();
SkTextToPath.cpp
1
/* libs/graphics/animator/
SkTextToPath
.cpp
18
#include "
SkTextToPath
.h"
27
const SkMemberInfo
SkTextToPath
::fInfo[] = {
35
DEFINE_GET_MEMBER(
SkTextToPath
);
37
SkTextToPath
::
SkTextToPath
() : paint(NULL), path(NULL), text(NULL) {
40
bool
SkTextToPath
::draw(SkAnimateMaker& maker) {
45
void
SkTextToPath
::onEndElement(SkAnimateMaker& maker) {
SkDrawText.h
40
friend class
SkTextToPath
;
SkDrawPaint.h
83
friend class
SkTextToPath
;
Completed in 72 milliseconds