Home
last modified time | relevance | path

Searched refs:top_margin (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.cc49 float top_margin) { in SetYAxis() argument
52 yaxis_max_ = max_value + top_margin * (max_value - min_value); in SetYAxis()
60 float top_margin) { in SetSuggestedYAxis() argument
67 SetYAxis(min_value, max_value, label, bottom_margin, top_margin); in SetSuggestedYAxis()
Dplot_base.h136 float top_margin = 0); in RTC_POP_IGNORING_WUNDEF()
146 float top_margin = 0); in RTC_POP_IGNORING_WUNDEF()
/external/libcups/ppdc/
Dppdc-driver.cxx69 top_margin = d->top_margin; in ppdcDriver()
110 top_margin = 0; in ppdcDriver()
921 _cupsStrFormatd(top, top + sizeof(top), top_margin, loc); in write_ppd_file()
Dppdc-import.cxx128 driver->top_margin = ppd->custom_margins[3]; in import_ppd()
Dppdc.h383 top_margin, variable
Dppdc-source.cxx2987 d->top_margin = get_measurement(fp); in scan_file()
3117 d->top_margin); in scan_file()
3781 fabs(top - d->top_margin) > 0.1) in write_file()
3785 d->top_margin); in write_file()
/external/ImageMagick/coders/
Ddng.c430 image->page.y=raw_info->sizes.top_margin; in ReadDNGImage()