Home
last modified time | relevance | path

Searched refs:orig_y (Results 1 – 6 of 6) sorted by relevance

/external/libyuv/files/unit_test/
Drotate_test.cc715 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/
Dfpdf_render_pattern.cpp1070 FX_FLOAT orig_x, orig_y; in DrawTilingPattern() local
1072 orig_y = row * pPattern->m_YStep; in DrawTilingPattern()
1073 mtPattern2Device.Transform(orig_x, orig_y); in DrawTilingPattern()
1076 orig_y - mtPattern2Device.f); in DrawTilingPattern()
1091 int orig_y = FXSYS_round(mtPattern2Device.f); in DrawTilingPattern() local
1100 min_row = (clip_box.top - orig_y) / height; in DrawTilingPattern()
1101 if (clip_box.top < orig_y) { in DrawTilingPattern()
1104 max_row = (clip_box.bottom - orig_y) / height; in DrawTilingPattern()
1105 if (clip_box.bottom <= orig_y) { in DrawTilingPattern()
1148 FX_FLOAT orig_y = row * pPattern->m_YStep; in DrawTilingPattern() local
[all …]
/external/kernel-headers/original/uapi/linux/
Dscreen_info.h12 __u8 orig_y; /* 0x01 */ member
/external/freetype/src/psaux/
Dt1decode.c370 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()
/external/pdfium/third_party/freetype/src/psaux/
Dt1decode.c370 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()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c3089 FT_Pos orig_y = akerning->y; in FT_Get_Kerning() local
3099 akerning->y = FT_MulDiv( orig_y, in FT_Get_Kerning()
3108 FT_Pos orig_y_rounded = FT_PIX_ROUND( orig_y ); in FT_Get_Kerning()