Lines Matching defs:target
109 unsigned char* target = NULL;
128 (void**) &target,
151 target[0] = source[2];
152 target[1] = source[1];
153 target[2] = source[0];
154 target[3] = source[3];
155 target += 4;
1181 RECT source = {0}, target = {0};
1187 AdjustWindowRectExForDpi(&target, getWindowStyle(window),
1191 size->cx += (target.right - target.left) -
1193 size->cy += (target.bottom - target.top) -