Searched refs:orig_x (Results 1 - 6 of 6) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
H A D | screen_info.h | 11 __u8 orig_x; /* 0x00 */ member in struct:screen_info
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
H A D | fpdf_render_pattern.cpp | 1070 FX_FLOAT orig_x, orig_y; local 1071 orig_x = col * pPattern->m_XStep; 1073 mtPattern2Device.Transform(orig_x, orig_y); 1075 matrix.Translate(orig_x - mtPattern2Device.e, 1090 int orig_x = FXSYS_round(mtPattern2Device.e); local 1092 min_col = (clip_box.left - orig_x) / width; 1093 if (clip_box.left < orig_x) { 1096 max_col = (clip_box.right - orig_x) / width; 1097 if (clip_box.right <= orig_x) { 1147 FX_FLOAT orig_x local [all...] |
/external/freetype/src/psaux/ |
H A D | t1decode.c | 370 FT_Pos x, y, orig_x, orig_y; local 420 x = orig_x = builder->pos_x; 1147 orig_x = x = builder->pos_x + top[0]; 1466 top[0] += orig_x; 1477 FT_Pos dx = orig_x;
|
/external/pdfium/third_party/freetype/src/psaux/ |
H A D | t1decode.c | 370 FT_Pos x, y, orig_x, orig_y; local 420 x = orig_x = builder->pos_x; 1147 orig_x = x = builder->pos_x + top[0]; 1466 top[0] += orig_x; 1477 FT_Pos dx = orig_x;
|
/external/freetype/src/base/ |
H A D | ftobjs.c | 3135 FT_Pos orig_x = akerning->x; local 3143 akerning->x = FT_MulDiv( orig_x, 3154 FT_Pos orig_x_rounded = FT_PIX_ROUND( orig_x );
|
/external/pdfium/third_party/freetype/src/base/ |
H A D | ftobjs.c | 3088 FT_Pos orig_x = akerning->x; local 3096 akerning->x = FT_MulDiv( orig_x, 3107 FT_Pos orig_x_rounded = FT_PIX_ROUND( orig_x );
|
Completed in 257 milliseconds