OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkText
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/animator/
SkDrawText.cpp
29
const SkMemberInfo
SkText
::fInfo[] = {
38
DEFINE_GET_MEMBER(
SkText
);
40
SkText
::
SkText
() : x(0), y(0) {
43
SkText
::~
SkText
() {
46
bool
SkText
::draw(SkAnimateMaker& maker) {
53
void
SkText
::dump(SkAnimateMaker* maker) {
58
bool
SkText
::getProperty(int index, SkScriptValue* value) const {
SkDrawText.h
24
class
SkText
: public SkBoundable {
26
SkText
();
27
virtual ~
SkText
();
Completed in 2623 milliseconds