Lines Matching refs:destination
161 SK_MEMBER(destination, Rect),
170 source(NULL), destination(NULL) { in SkRectToRect()
177 if (source == NULL || destination == NULL) in add()
180 temp.setRectToRect(source->fRect, destination->fRect, in add()
198 if (destination) { in dump()
201 destination->dump(maker); in dump()
214 SkASSERT(destination == NULL); in preferredChild()
223 SK_MEMBER(destination, Polygon),
231 SkPolyToPoly::SkPolyToPoly() : source(NULL), destination(NULL) { in SkPolyToPoly()
239 SkASSERT(destination); in add()
244 SkPath& destPath = destination->getPath(); in add()
266 if (destination) { in dump()
269 destination->dump(maker); in dump()
280 SkASSERT(destination); in onEndElement()
281 if (source->childHasID() || destination->childHasID()) in onEndElement()
289 SkASSERT(destination == NULL); in preferredChild()