OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkDrawPath
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/animator/
SkDrawPath.cpp
1
/* libs/graphics/animator/
SkDrawPath
.cpp
18
#include "
SkDrawPath
.h"
33
const SkMemberInfo
SkDrawPath
::fInfo[] = {
41
DEFINE_GET_MEMBER(
SkDrawPath
);
43
SkDrawPath
::
SkDrawPath
()
51
SkDrawPath
::~
SkDrawPath
() {
56
bool
SkDrawPath
::add(SkAnimateMaker& maker, SkDisplayable* child) {
66
bool
SkDrawPath
::childrenNeedDisposing() const {
[
all
...]
SkDrawPath.h
1
/* libs/graphics/animator/
SkDrawPath
.h
26
class
SkDrawPath
: public SkBoundable {
28
SkDrawPath
();
29
virtual ~
SkDrawPath
();
60
class SkPolyline : public
SkDrawPath
{
67
typedef
SkDrawPath
INHERITED;
Completed in 35 milliseconds