| 81 | } |
| 82 | |
| 83 | void PiuImageDictionary(xsMachine* the, void* it) |
| 84 | { |
| 85 | PiuImage* self = it; |
| 86 | if (xsFindResult(xsArg(1), xsID_archive)) |
| 87 | (*self)->archive = xsToReference(xsResult); |
| 88 | if (xsFindResult(xsArg(1), xsID_path)) { |
| 89 | xsSlot* path = PiuString(xsResult); |
| 90 | (*self)->path = path; |
| 91 | } |
| 92 | } |
| 93 | |
| 94 | void PiuImageDraw(void* it, PiuView* view, PiuRectangle area) |
| 95 | { |