OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkInput
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/animator/
SkDisplayInput.h
24
class
SkInput
: public SkDisplayable {
26
SkInput
();
SkDisplayInput.cpp
26
const SkMemberInfo
SkInput
::fInfo[] = {
36
DEFINE_GET_MEMBER(
SkInput
);
38
SkInput
::
SkInput
() : fInt((int) SK_NaN32), fFloat(SK_ScalarNaN) {}
40
SkDisplayable*
SkInput
::contains(const SkString& string) {
44
bool
SkInput
::enable(SkAnimateMaker & ) {
48
bool
SkInput
::getProperty(int index, SkScriptValue* value) const {
61
bool
SkInput
::hasEnable() const {
Completed in 53 milliseconds