Home
last modified time | relevance | path

Searched refs:FXSYS_atan2 (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
Dagg_math_stroke.h54 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/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp341 return FXSYS_atan2(m_Matrix[2], m_Matrix[0]); in GetBaselineAngle()
346 FX_FLOAT shear_angle = FXSYS_atan2(m_Matrix[1], m_Matrix[3]); in GetShearAngle()
Dfpdf_page_func.cpp267 d1 = (FX_FLOAT)(FXSYS_atan2(d1, d2) * 180.0 / PI); in DoOperator()
/external/pdfium/core/include/fxcrt/
Dfx_system.h275 #define FXSYS_atan2(a, b) (FX_FLOAT)atan2(a, b) macro
/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp795 float a = FXSYS_atan2(dy, dx); in GetBaselineRotate()