Searched refs: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 727 p_last = first; in af_latin_metrics_init_blues() 732 p_last = -1; in af_latin_metrics_init_blues() 762 p_last = last; in af_latin_metrics_init_blues() 794 p_last = last; in af_latin_metrics_init_blues() 799 p_last = last; in af_latin_metrics_init_blues() 812 best_on_point_last = p_last; in af_latin_metrics_init_blues()
|
/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 538 p = 1.0; p_last = 0.0; in m_erfc_contfrac() 545 temp = p; p = b*p - a*p_last; p_last = temp; in m_erfc_contfrac()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 1215 ImVec2 p_last = p1; in ImBezierCubicClosestPoint() local 1222 ImVec2 p_line = ImLineClosestPoint(p_last, p_current, p); in ImBezierCubicClosestPoint() 1229 p_last = p_current; in ImBezierCubicClosestPoint() 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 1246 ImVec2 p_line = ImLineClosestPoint(p_last, p_current, p); in ImBezierCubicClosestPointCasteljauStep() 1253 p_last = p_current; in ImBezierCubicClosestPointCasteljauStep() 1263 ImBezierCubicClosestPointCasteljauStep(p, p_closest, p_last, p_closest_dist2, x1, y1, x12, y12, x123, y123, x1234, y1234, tess_tol, level + 1); in ImBezierCubicClosestPointCasteljauStep() 1264 ImBezierCubicClosestPointCasteljauStep(p, p_closest, p_last, p_closest_dist2, x1234, y1234, x234, y234, x34, y34, x4, y4, tess_tol, level + 1); in ImBezierCubicClosestPointCasteljauStep() 1273 ImVec2 p_last = p1; in ImBezierCubicClosestPointCasteljau() local 1276 ImBezierCubicClosestPointCasteljauStep(p, p_closest, p_last, p_closest_dist in ImBezierCubicClosestPointCasteljau() [all...] |
Completed in 26 milliseconds