OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkPathPart
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkPathParts.cpp
16
SkPathPart
::
SkPathPart
() : fPath(NULL) {
19
void
SkPathPart
::dirty() {
23
SkDisplayable*
SkPathPart
::getParent() const {
27
bool
SkPathPart
::setParent(SkDisplayable* parent) {
SkPathParts.h
20
class
SkPathPart
: public SkDisplayable {
22
SkPathPart
();
34
class SkMoveTo : public
SkPathPart
{
50
class SkLineTo : public
SkPathPart
{
66
class SkQuadTo : public
SkPathPart
{
84
class SkCubicTo : public
SkPathPart
{
104
class SkClose : public
SkPathPart
{
109
class SkAddGeom : public
SkPathPart
{
154
class SkAddPath : public
SkPathPart
{
159
typedef
SkPathPart
INHERITED
[
all
...]
/external/skia/src/animator/
SkPathParts.cpp
16
SkPathPart
::
SkPathPart
() : fPath(NULL) {
19
void
SkPathPart
::dirty() {
23
SkDisplayable*
SkPathPart
::getParent() const {
27
bool
SkPathPart
::setParent(SkDisplayable* parent) {
SkPathParts.h
20
class
SkPathPart
: public SkDisplayable {
22
SkPathPart
();
34
class SkMoveTo : public
SkPathPart
{
50
class SkLineTo : public
SkPathPart
{
66
class SkQuadTo : public
SkPathPart
{
84
class SkCubicTo : public
SkPathPart
{
104
class SkClose : public
SkPathPart
{
109
class SkAddGeom : public
SkPathPart
{
154
class SkAddPath : public
SkPathPart
{
159
typedef
SkPathPart
INHERITED
[
all
...]
Completed in 45 milliseconds