OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resolveIDs
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/animator/
SkDrawPaint.cpp
197
bool SkDrawPaint::
resolveIDs
(SkAnimateMaker& maker, SkDisplayable* origDisp, SkApply* ) {
SkDrawGroup.cpp
268
bool SkGroup::
resolveIDs
(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) {
278
if (drawable->
resolveIDs
(maker, *originalPtr++, apply) == true)
SkDisplayable.cpp
490
bool SkDisplayable::
resolveIDs
(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) {
SkDisplayApply.cpp
407
if (copyScope->
resolveIDs
(maker, scope, this)) {
409
goto next; //
resolveIDs
failed
413
if (copy->
resolveIDs
(maker, this, this)) { // fix up all fields, including target
415
goto next; //
resolveIDs
failed
706
bool SkApply::
resolveIDs
(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // replace to/formula strings in animators of the form xxx.step with the step value, if xxx.step is in scope
Completed in 655 milliseconds