OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkDash
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkDrawDash.cpp
15
const SkMemberInfo
SkDash
::fInfo[] = {
22
DEFINE_GET_MEMBER(
SkDash
);
24
SkDash
::
SkDash
() : phase(0) {
27
SkDash
::~
SkDash
() {
30
SkPathEffect*
SkDash
::getPathEffect() {
SkDrawDash.h
14
class
SkDash
: public SkDrawPathEffect {
16
SkDash
();
17
virtual ~
SkDash
();
Completed in 32 milliseconds