HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_atan2 (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
agg_math_stroke.h 54 FX_FLOAT a1 = FXSYS_atan2(dy1, dx1);
55 FX_FLOAT a2 = FXSYS_atan2(dy2, dx2);
169 FX_FLOAT a1 = FXSYS_atan2(dy1, -dx1);
  /external/pdfium/core/include/fxcrt/
fx_system.h 243 #define FXSYS_atan2(a, b) (FX_FLOAT)atan2(a, b)
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 339 return FXSYS_atan2(m_Matrix[2], m_Matrix[0]);
344 FX_FLOAT shear_angle = FXSYS_atan2(m_Matrix[1], m_Matrix[3]);
fpdf_page_func.cpp 265 d1 = (FX_FLOAT)(FXSYS_atan2(d1, d2) * 180.0 / PI);
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 760 float a = FXSYS_atan2(dy, dx);
    [all...]

Completed in 183 milliseconds