Home | History | Annotate | Download | only in animator

Lines Matching refs:destination

169     SK_MEMBER(destination, Rect),
178 source(NULL), destination(NULL) {
185 if (source == NULL || destination == NULL)
188 temp.setRectToRect(source->fRect, destination->fRect,
206 if (destination) {
207 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
209 destination->dump(maker);
211 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
222 SkASSERT(destination == NULL);
223 return getMember("destination");
231 SK_MEMBER(destination, Polygon),
239 SkPolyToPoly::SkPolyToPoly() : source(NULL), destination(NULL) {
247 SkASSERT(destination);
252 SkPath& destPath = destination->getPath();
274 if (destination) {
275 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
277 destination->dump(maker);
279 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
288 SkASSERT(destination);
289 if (source->childHasID() || destination->childHasID())
297 SkASSERT(destination == NULL);
298 return getMember("destination");