Searched refs:orig_y (Results 1 – 6 of 6) sorted by relevance
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 715 align_buffer_16(orig_y, y_plane_size) in TEST_F() 727 memset(orig_y, 0, y_plane_size); in TEST_F() 743 orig_y[i * (yw + b * 2) + j] = random() & 0xff; in TEST_F() 764 I420Rotate(orig_y+y_off_0, y_st_0, in TEST_F() 792 if (orig_y[i] != ro0_y[i]) { in TEST_F() 806 free_aligned_buffer_16(orig_y) in TEST_F() 838 align_buffer_16(orig_y, y_plane_size) in TEST_F() 850 memset(orig_y, 0, y_plane_size); in TEST_F() 866 orig_y[i * (yw + b * 2) + j] = random() & 0xff; in TEST_F() 887 I420Rotate(orig_y+y_off_0, y_st_0, in TEST_F() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_pattern.cpp | 983 FX_FLOAT orig_x, orig_y; in DrawTilingPattern() local 985 orig_y = row * pPattern->m_YStep; in DrawTilingPattern() 986 mtPattern2Device.Transform(orig_x, orig_y); in DrawTilingPattern() 988 matrix.Translate(orig_x - mtPattern2Device.e, orig_y - mtPattern2Device.f); in DrawTilingPattern() 1004 int orig_y = FXSYS_round(mtPattern2Device.f); in DrawTilingPattern() local 1013 min_row = (clip_box.top - orig_y) / height; in DrawTilingPattern() 1014 if (clip_box.top < orig_y) { in DrawTilingPattern() 1017 max_row = (clip_box.bottom - orig_y) / height; in DrawTilingPattern() 1018 if (clip_box.bottom <= orig_y) { in DrawTilingPattern() 1056 FX_FLOAT orig_y = row * pPattern->m_YStep; in DrawTilingPattern() local [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | screen_info.h | 12 __u8 orig_y; /* 0x01 */ member
|
/external/libvncserver/x11vnc/ |
D | userinput.c | 100 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 3239 orig_y = y - dy; in try_copyrect() 3242 ty1 = nfix(orig_y, dpy_y); in try_copyrect() 3244 ty2 = nfix(orig_y+h, dpy_y+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 3809 orig_y -= np; in ncache_pre_portions() 3820 orig_y -= coff_y; in ncache_pre_portions() 3827 r2 = sraRgnCreateRect(orig_x, orig_y, orig_x + orig_w, orig_y + orig_h); in ncache_pre_portions() 3832 dy = bs_y - orig_y; in ncache_pre_portions() [all …]
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | t1decode.c | 370 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local 421 y = orig_y = builder->pos_y; in t1_decoder_parse_charstrings() 1146 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings() 1148 FT_UNUSED( orig_y ); in t1_decoder_parse_charstrings()
|
/external/freetype/src/psaux/ |
D | t1decode.c | 370 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local 421 y = orig_y = builder->pos_y; in t1_decoder_parse_charstrings() 1148 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings() 1150 FT_UNUSED( orig_y ); in t1_decoder_parse_charstrings()
|