Home
last modified time | relevance | path

Searched refs:yshift (Results 1 - 4 of 4) sorted by relevance

/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.cc15 static std::string debug_box(const PageRect &box,float xshift,float yshift) // {{{ in debug_box() argument
18 QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.bottom+yshift)+" m "+ in debug_box()
19 QUtil::double_to_string(box.right+xshift)+" "+QUtil::double_to_string(box.top+yshift)+" l "+"S \n "+ in debug_box()
21 QUtil::double_to_string(box.right+xshift)+" "+QUtil::double_to_string(box.bottom+yshift)+" m "+ in debug_box()
22 QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.top+yshift)+" l "+"S \n "+ in debug_box()
24 QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.bottom+yshift)+" "+ in debug_box()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c1042 FT_Int xshift, yshift; in FT_EXPORT_DEF() local
1072 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14; in FT_EXPORT_DEF()
1073 yshift = FT_MAX( yshift, 0 ); in FT_EXPORT_DEF()
1084 v_prev.y = points[last].y >> yshift; in FT_EXPORT_DEF()
1089 v_cur.y = points[n].y >> yshift; in FT_EXPORT_DEF()
/third_party/backends/backend/
H A Drts8891.c1400 SANE_Int yshift; in compute_parameters() local
1574 yshift = 0; in compute_parameters()
1577 yshift = 33; in compute_parameters()
1580 yshift = 0; in compute_parameters()
1582 dev->ystart += yshift; in compute_parameters()
/third_party/python/Lib/
H A D_pydecimal.py5779 yshift = _rshift_nearest(y, R)
5782 w = _div_nearest(M, k) - _div_nearest(yshift*w, M)

Completed in 16 milliseconds