Home | History | Annotate | Download | only in animated

Lines Matching refs:fAnim

22     fData.fAnim    = NULL;        // handles initializing the other union values
172 SkAnimator::DifferenceType diff = fData.fAnim->draw(canvas, &paint, now);
181 fData.fAnim->getInvalBounds(&bounds);
216 if (fData.fAnim) // test is valid for all union values
219 delete fData.fAnim;
223 fData.fAnim = NULL; // valid for all union values
239 if (SkScalarIsNaN(width = fData.fAnim->getScalar("dimensions", "x")) ||
240 SkScalarIsNaN(height = fData.fAnim->getScalar("dimensions", "y")))
260 if (fData.fAnim) // test is valid for all union values
281 fData.fAnim = anim;