Lines Matching defs:off
1393 was intended this will, at worst, make it .03125 off, which is unlikely to be a problem. */
1608 uint32_t off=0;
1654 if(off>=length)return(0); //normally should exit from while after EMREOF sets OK to false.
1658 if (!U_emf_record_sizeok(contents + off, blimit, &nSize, &iType, 1) ||
1659 !U_emf_record_safe(contents + off)){
1671 lpEMFR = (PU_ENHMETARECORD)(contents + off);
1676 std::cout << "record type: " << iType << " name " << U_emr_names(iType) << " length: " << nSize << " offset: " << off <<std::endl;
1678 off += nSize;
2239 U_POINTL off = pEmr->ptlOffset;
2242 double ox = pix_to_x_point(d, off.x, off.y) - pix_to_x_point(d, 0, 0); // take into account all active transforms
2243 double oy = pix_to_y_point(d, off.x, off.y) - pix_to_y_point(d, 0, 0);