Searched defs:WW8_DOGRID (Results 1 – 2 of 2) sorted by relevance
320 struct WW8_DOGRID struct322 short xaGrid; // x-coord of the upper left-hand corner of the grid323 short yaGrid; // y-coord of the upper left-hand corner of the grid324 short dxaGrid; // width of each grid square325 short dyaGrid; // height of each grid square337 short dyGridDisplay:7; // the number of grid squares (in the y direction)340 short fTurnItOff :1; // suppress display of gridlines341 short dxGridDisplay:7; // the number of grid squares (in the x direction)344 short fFollowMargins:1; // if true, the grid will start at the left and top
347 struct WW8_DOGRID struct349 short xaGrid; // x-coord of the upper left-hand corner of the grid350 short yaGrid; // y-coord of the upper left-hand corner of the grid351 short dxaGrid; // width of each grid square352 short dyaGrid; // height of each grid square364 short dyGridDisplay:7; // the number of grid squares (in the y direction)367 short fTurnItOff :1; // suppress display of gridlines368 short dxGridDisplay:7; // the number of grid squares (in the x direction)371 short fFollowMargins:1; // if true, the grid will start at the left and top
Completed in 29 milliseconds