Home
last modified time | relevance | path

Searched refs:orig_x (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp983 FX_FLOAT orig_x, orig_y; in DrawTilingPattern() local
984 orig_x = col * pPattern->m_XStep; in DrawTilingPattern()
986 mtPattern2Device.Transform(orig_x, orig_y); in DrawTilingPattern()
988 matrix.Translate(orig_x - mtPattern2Device.e, orig_y - mtPattern2Device.f); in DrawTilingPattern()
1003 int orig_x = FXSYS_round(mtPattern2Device.e); in DrawTilingPattern() local
1005 min_col = (clip_box.left - orig_x) / width; in DrawTilingPattern()
1006 if (clip_box.left < orig_x) { in DrawTilingPattern()
1009 max_col = (clip_box.right - orig_x) / width; in DrawTilingPattern()
1010 if (clip_box.right <= orig_x) { in DrawTilingPattern()
1055 FX_FLOAT orig_x = col * pPattern->m_XStep; in DrawTilingPattern() local
[all …]
/external/kernel-headers/original/uapi/linux/
Dscreen_info.h11 __u8 orig_x; /* 0x00 */ member
/external/pdfium/third_party/freetype/src/psaux/
Dt1decode.c370 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local
420 x = orig_x = builder->pos_x; in t1_decoder_parse_charstrings()
1145 orig_x = x = builder->pos_x + top[0]; in t1_decoder_parse_charstrings()
1464 top[0] += orig_x; in t1_decoder_parse_charstrings()
1475 FT_Pos dx = orig_x; in t1_decoder_parse_charstrings()
/external/freetype/src/psaux/
Dt1decode.c370 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local
420 x = orig_x = builder->pos_x; in t1_decoder_parse_charstrings()
1147 orig_x = x = builder->pos_x + top[0]; in t1_decoder_parse_charstrings()
1466 top[0] += orig_x; in t1_decoder_parse_charstrings()
1477 FT_Pos dx = orig_x; in t1_decoder_parse_charstrings()
/external/libvncserver/x11vnc/
Duserinput.c100 int try_to_fix_resize_su(Window orig_frame, int orig_x, int orig_y, int orig_w, int orig_h,
3234 int orig_x, orig_y; in try_copyrect() local
3238 orig_x = x - dx; in try_copyrect()
3241 tx1 = nfix(orig_x, dpy_x); in try_copyrect()
3243 tx2 = nfix(orig_x+w, dpy_x+1); in try_copyrect()
3749 int orig_x, int orig_y, int orig_w, int orig_h, int x, int y, int w, int h, double ntim) { in ncache_pre_portions() argument
3808 orig_x -= np; in ncache_pre_portions()
3819 orig_x -= coff_x; in ncache_pre_portions()
3827 r2 = sraRgnCreateRect(orig_x, orig_y, orig_x + orig_w, orig_y + orig_h); in ncache_pre_portions()
3831 dx = bs_x - orig_x; in ncache_pre_portions()
[all …]