/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/pixman/test/ |
D | alphamap.c | 55 get_alpha (pixman_image_t *image, int x, int y, int orig_x, int orig_y) in get_alpha() argument 63 y - orig_y >= 0 && y - orig_y < HEIGHT) in get_alpha() 68 y -= orig_y; in get_alpha() 106 get_red (pixman_image_t *image, int x, int y, int orig_x, int orig_y) in get_red() argument
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_pattern.cpp | 956 FX_FLOAT orig_x, orig_y; in DrawTilingPattern() local 958 orig_y = row * pPattern->m_YStep; in DrawTilingPattern() 959 mtPattern2Device.Transform(orig_x, orig_y); in DrawTilingPattern() 961 matrix.Translate(orig_x - mtPattern2Device.e, orig_y - mtPattern2Device.f); in DrawTilingPattern() 977 int orig_y = FXSYS_round(mtPattern2Device.f); in DrawTilingPattern() local 986 min_row = (clip_box.top - orig_y) / height; in DrawTilingPattern() 987 if (clip_box.top < orig_y) { in DrawTilingPattern() 990 max_row = (clip_box.bottom - orig_y) / height; in DrawTilingPattern() 991 if (clip_box.bottom <= orig_y) { in DrawTilingPattern() 1029 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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() 1144 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings() 1146 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() 1144 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings() 1146 FT_UNUSED( orig_y ); in t1_decoder_parse_charstrings()
|
/external/chromium_org/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() 1144 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings() 1146 FT_UNUSED( orig_y ); in t1_decoder_parse_charstrings()
|
/external/chromium_org/third_party/libyuv/unit_test/ |
D | planar_test.cc | 1315 align_buffer_64(orig_y, y_plane_size); in TEST_F() 1319 memset(orig_y, 0, y_plane_size); in TEST_F() 1326 orig_y[i * (yw + b * 2) + j] = random() & 0xff; in TEST_F() 1346 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh); in TEST_F() 1354 CopyPlane(orig_y + y_off, y_st, dst_opt + y_off, stride, yw, yh); in TEST_F() 1363 free_aligned_buffer_64(orig_y); in TEST_F()
|