OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkDrawPath
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkDrawPath.cpp
10
#include "
SkDrawPath
.h"
25
const SkMemberInfo
SkDrawPath
::fInfo[] = {
33
DEFINE_GET_MEMBER(
SkDrawPath
);
35
SkDrawPath
::
SkDrawPath
()
43
SkDrawPath
::~
SkDrawPath
() {
48
bool
SkDrawPath
::addChild(SkAnimateMaker& maker, SkDisplayable* child) {
58
bool
SkDrawPath
::childrenNeedDisposing() const {
62
void
SkDrawPath
::dirty()
[
all
...]
SkDrawPath.h
18
class
SkDrawPath
: public SkBoundable {
20
SkDrawPath
();
21
virtual ~
SkDrawPath
();
52
class SkPolyline : public
SkDrawPath
{
59
typedef
SkDrawPath
INHERITED;
/external/skia/src/animator/
SkDrawPath.cpp
10
#include "
SkDrawPath
.h"
25
const SkMemberInfo
SkDrawPath
::fInfo[] = {
33
DEFINE_GET_MEMBER(
SkDrawPath
);
35
SkDrawPath
::
SkDrawPath
()
43
SkDrawPath
::~
SkDrawPath
() {
48
bool
SkDrawPath
::addChild(SkAnimateMaker& maker, SkDisplayable* child) {
58
bool
SkDrawPath
::childrenNeedDisposing() const {
62
void
SkDrawPath
::dirty()
[
all
...]
SkDrawPath.h
18
class
SkDrawPath
: public SkBoundable {
20
SkDrawPath
();
21
virtual ~
SkDrawPath
();
52
class SkPolyline : public
SkDrawPath
{
59
typedef
SkDrawPath
INHERITED;
Completed in 27 milliseconds