Searched refs:fDrawColors (Results 1 – 2 of 2) sorted by relevance
31 for (int index = 0; index < fDrawColors.count(); index++) in ~SkDrawGradient()32 delete fDrawColors[index]; in ~SkDrawGradient()39 *fDrawColors.append() = color; in addChild()46 int count = fDrawColors.count(); in addPrelude()49 fColors[index] = fDrawColors[index]->color; in addPrelude()59 for (SkDrawColor** ptr = fDrawColors.begin(); ptr < fDrawColors.end(); ptr++) { in dumpRest()74 if (offsets.count() != fDrawColors.count()) { in onEndElement()
30 SkTDDrawColorArray fDrawColors; variable