OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkTextToPath
(Results
1 - 2
of
2
) 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(nullptr), path(nullptr), text(nullptr) {
32
bool
SkTextToPath
::draw(SkAnimateMaker& maker) {
37
void
SkTextToPath
::onEndElement(SkAnimateMaker& maker) {
SkTextToPath.h
20
class
SkTextToPath
: public SkADrawable {
22
SkTextToPath
();
Completed in 294 milliseconds