Home
last modified time | relevance | path

Searched refs:top_offset (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dwidget.c7673 top_offset, in XMenuWidget() local
7724 top_offset=title_height+menu_info.bevel_width-1; in XMenuWidget()
7725 windows->widget.height=top_offset+number_selections*height+4; in XMenuWidget()
7818 selection_info.y=(int) top_offset; in XMenuWidget()
7836 y=(int) (top_offset+selection_info.height*(number_selections-1)); in XMenuWidget()
7868 id=(event.xbutton.y-top_offset)/(int) selection_info.height; in XMenuWidget()
7875 selection_info.y=(int) (top_offset+id*selection_info.height); in XMenuWidget()
7921 id=((event.xcrossing.y-top_offset)/(int) selection_info.height); in XMenuWidget()
7931 (top_offset+selection_info.id*selection_info.height); in XMenuWidget()
7942 (top_offset+selection_info.id*selection_info.height); in XMenuWidget()
[all …]
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2282 FX_FLOAT top_offset = cell_bbox.bottom - mtPattern2Device.f; in DrawTilingPattern() local
2324 FXSYS_round(original.y + top_offset); in DrawTilingPattern()