Home | History | Annotate | Download | only in images

Lines Matching refs:top

561 	int		top;
650 // start_y - Top pixel position of the display area in the device coordination
698 // start_y - Top pixel position of the display area in the device coordination
798 // start_y - Top pixel position of the display area in the device coordination
817 // is at left-top corner of the window. You must make sure the start_x, start_y, size_x,
822 // page coordinations, left is always smaller than right, bottom is smaller than top.
837 // start_y - Top pixel position of the display area in the device coordination
850 // device coordinations, left is always smaller than right, top is smaller than bottom.
1016 // Maybe an empty box (left == right or top == bottom).
1120 // DIB data are organized in scanlines, from top down.
1152 // dest_top - Top position in the destination DIB
1305 // left = 0, right = 1000, bottom = -220, top = 780.
1325 // top - Receiving the top offset, from the character origin, of the
1344 // for each pixel, from top scanline to bottom scanline, within each scan line,
1356 double font_width, double font_height, int* left, int* top,
1465 // FPDFEMB_ZOOM_NONE: left, top
1466 // FPDFEMB_ZOOM_FACTOR: left, top
1468 // FPDFEMB_ZOOM_FITWIDTH: top
1470 // FPDFEMB_ZOOM_FITRECT: left, top, bottom, right
1472 // FPDFEMB_ZOOM_FITCONTENTW: top
1552 // Get first child of a bookmark item, or first top level bookmark item
1556 // Can be NULL if you want to get the first top level item.
1557 // bookmark - Receiving handle to the first child or top level bookmark item.