Lines Matching defs:off
1174 was intended this will, at worst, make it .03125 off, which is unlikely to be a problem. */
1497 uint32_t off=0;
1570 but it has to be set to something, and nothing horrible happens if the drawing goes off the page. */
1575 off = 0;
1597 int hold_nSize = off = nSize;
1601 nSize = U_WMRRECSAFE_get(contents + off, blimit);
1603 iType = *(uint8_t *)(contents + off + offsetof(U_METARECORD, iType ) );
1606 (void) U_WMRSETWINDOWEXT_get(contents + off, &Dst);
1617 off += nSize;
1624 off=0;
1685 if (off>=length) {
1689 off += nSize; // offset from beginning of buffer to the start of the next record
1709 std::cout << "record type: " << iType << " name " << U_wmr_names(iType) << " length: " << nSize << " offset: " << off <<std::endl;
2259 U_POINT16 off;
2260 nSize = U_WMROFFSETCLIPRGN_get(contents,&off);
2264 double ox = pix_to_x_point(d, off.x, off.y) - pix_to_x_point(d, 0, 0); // take into account all active transforms
2265 double oy = pix_to_y_point(d, off.x, off.y) - pix_to_y_point(d, 0, 0);