OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTextToPath
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkTextToPath.h
20
class
SkTextToPath
: public SkDrawable {
22
SkTextToPath
();
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) {
SkDrawText.h
32
friend class
SkTextToPath
;
SkDrawPaint.h
75
friend class
SkTextToPath
;
/external/skia/src/animator/
SkTextToPath.h
20
class
SkTextToPath
: public SkDrawable {
22
SkTextToPath
();
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) {
SkDrawText.h
32
friend class
SkTextToPath
;
SkDrawPaint.h
75
friend class
SkTextToPath
;
Completed in 121 milliseconds