Searched refs:orig_x (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_pattern.cpp | 1070 FX_FLOAT orig_x, orig_y; in DrawTilingPattern() local 1071 orig_x = col * pPattern->m_XStep; in DrawTilingPattern() 1073 mtPattern2Device.Transform(orig_x, orig_y); in DrawTilingPattern() 1075 matrix.Translate(orig_x - mtPattern2Device.e, in DrawTilingPattern() 1090 int orig_x = FXSYS_round(mtPattern2Device.e); in DrawTilingPattern() local 1092 min_col = (clip_box.left - orig_x) / width; in DrawTilingPattern() 1093 if (clip_box.left < orig_x) { in DrawTilingPattern() 1096 max_col = (clip_box.right - orig_x) / width; in DrawTilingPattern() 1097 if (clip_box.right <= orig_x) { in DrawTilingPattern() 1147 FX_FLOAT orig_x = col * pPattern->m_XStep; in DrawTilingPattern() local [all …]
|
/external/freetype/src/psaux/ |
D | t1decode.c | 370 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/pdfium/third_party/freetype/src/psaux/ |
D | t1decode.c | 370 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/kernel-headers/original/uapi/linux/ |
D | screen_info.h | 11 __u8 orig_x; /* 0x00 */ member
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftobjs.c | 3088 FT_Pos orig_x = akerning->x; in FT_Get_Kerning() local 3096 akerning->x = FT_MulDiv( orig_x, in FT_Get_Kerning() 3107 FT_Pos orig_x_rounded = FT_PIX_ROUND( orig_x ); in FT_Get_Kerning()
|