Searched defs:p_last (Results 1 - 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | aflatin.c | 681 FT_Int p_last = 0; in af_latin_metrics_init_blues() local
|
| /third_party/python/Modules/ |
| H A D | mathmodule.c | 529 double x2, a, da, p, p_last, q, q_last, b, result; in m_erfc_contfrac() local
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui.cpp | 1215 ImVec2 p_last = p1; in ImBezierCubicClosestPoint() local 1235 static void ImBezierCubicClosestPointCasteljauStep(const ImVec2& p, ImVec2& p_closest, ImVec2& p_last, float& p_closest_dist2, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float tess_tol, int level) in ImBezierCubicClosestPointCasteljauStep() argument 1273 ImVec2 p_last = p1; in ImBezierCubicClosestPointCasteljau() local [all...] |
Completed in 19 milliseconds