OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeID
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/animator/
SkAnimateMaker.h
57
bool
computeID
(SkDisplayable* displayable, SkDisplayable* parent, SkString* newID);
SkAnimateMaker.cpp
84
bool SkAnimateMaker::
computeID
(SkDisplayable* displayable, SkDisplayable* parent, SkString* newID) {
285
bool success =
computeID
(original, NULL, &newID);
SkDisplayApply.cpp
404
bool success = maker.
computeID
(scope, this, &newID);
Completed in 10 milliseconds