Searched refs:FXSYS_atan2 (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_math_stroke.h | 54 FX_FLOAT a1 = FXSYS_atan2(dy1, dx1); in stroke_calc_arc() 55 FX_FLOAT a2 = FXSYS_atan2(dy2, dx2); in stroke_calc_arc() 169 FX_FLOAT a1 = FXSYS_atan2(dy1, -dx1); in stroke_calc_cap()
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_geobject.cpp | 81 FXSYS_atan2(rx * FXSYS_sin(startAngle), ry * FXSYS_cos(startAngle)); in ArcTo() 83 FXSYS_atan2(rx * FXSYS_sin(endAngle), ry * FXSYS_cos(endAngle)); in ArcTo()
|
D | fde_gedevice.cpp | 542 FX_FLOAT fTheta = FXSYS_atan2(fDiagonal.y, fDiagonal.x); in FillLinearGradientPath()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 329 return FXSYS_atan2(m_Matrix[2], m_Matrix[0]); in GetBaselineAngle() 333 FX_FLOAT shear_angle = FXSYS_atan2(m_Matrix[1], m_Matrix[3]); in GetShearAngle()
|
D | fpdf_page_func.cpp | 293 d1 = (FX_FLOAT)(FXSYS_atan2(d1, d2) * 180.0 / PI); in DoOperator()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_system.h | 246 #define FXSYS_atan2(a, b) (FX_FLOAT) atan2(a, b) macro
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_int.cpp | 631 float a = FXSYS_atan2(dy, dx); in GetBaselineRotate()
|