Home | History | Annotate | Download | only in animator

Lines Matching full:offsets

19     SK_MEMBER_ARRAY(offsets, Float),
73 if (offsets.count() != 0) {
74 if (offsets.count() != fDrawColors.count()) {
78 if (offsets[0] != 0) {
82 if (offsets[offsets.count()-1] != SK_Scalar1) {
86 for (int i = 1; i < offsets.count(); i++) {
87 if (offsets[i] <= offsets[i-1]) {
91 if (offsets[i] > SK_Scalar1) {
132 fColors.begin(), offsets.begin(), fColors.count(), (SkShader::TileMode) tileMode,
167 radius, fColors.begin(), offsets.begin(), fColors.count(), (SkShader::TileMode) tileMode,