Home | History | Annotate | Download | only in animator

Lines Matching refs:destination

161     SK_MEMBER(destination, Rect),
170 source(NULL), destination(NULL) {
177 if (source == NULL || destination == NULL)
180 temp.setRectToRect(source->fRect, destination->fRect,
198 if (destination) {
199 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
201 destination->dump(maker);
203 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
214 SkASSERT(destination == NULL);
215 return getMember("destination");
223 SK_MEMBER(destination, Polygon),
231 SkPolyToPoly::SkPolyToPoly() : source(NULL), destination(NULL) {
239 SkASSERT(destination);
244 SkPath& destPath = destination->getPath();
266 if (destination) {
267 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
269 destination->dump(maker);
271 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
280 SkASSERT(destination);
281 if (source->childHasID() || destination->childHasID())
289 SkASSERT(destination == NULL);
290 return getMember("destination");