comparison tools/gfxconv.c @ 1916:34ba8e2d2dd7

Split dmC64GetOpSize() to dmC64GetSubjectSize() and dmC64GetOpSubjectSize().
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Jun 2018 18:36:03 +0300
parents 87245043a7ae
children 0b2a2da4c7e7
comparison
equal deleted inserted replaced
1915:788cfc7096f3 1916:34ba8e2d2dd7
1160 size_t size; 1160 size_t size;
1161 1161
1162 if (op->type == DO_LAST) 1162 if (op->type == DO_LAST)
1163 break; 1163 break;
1164 1164
1165 dmC64GetOpSize(op, dstFmt, &size); 1165 size = dmC64GetOpSubjectSize(op, dstFmt);
1166 switch (op->type) 1166 switch (op->type)
1167 { 1167 {
1168 case DO_COPY: 1168 case DO_COPY:
1169 case DO_SET_MEM: 1169 case DO_SET_MEM:
1170 case DO_SET_MEM_HI: 1170 case DO_SET_MEM_HI: