Searched refs:computeYFromX (Results 1 – 19 of 19) sorted by relevance
47 SkScalar y = cmap.computeYFromX(x); in exercise_cubicmap()50 cmap.computeYFromX(x); in exercise_cubicmap()
29 float computeYFromX(float x) const;
29 fCMap.computeYFromX(x); in onDraw()
92 return cachedMap.computeYFromX(X);
82 CubicMap.prototype.computeYFromX = function(x) {}; method in CubicMap
636 .function("computeYFromX", &SkCubicMap::computeYFromX) in EMSCRIPTEN_BINDINGS()
623 .function("computeYFromX", &SkCubicMap::computeYFromX) in EMSCRIPTEN_BINDINGS()
218 return ease_mapper.computeYFromX(shape_mapper.computeYFromX(t)); in operator ()()
54 float SkCubicMap::computeYFromX(float x) const { in computeYFromX() function in SkCubicMap
55 float SkCubicMap::computeYFromX(float x) const { in computeYFromX() function in SkCubicMap
82 w = fCMs[mapper_index].computeYFromX(w); in compute_weight()
61 : fCubicMaps[rec.cmidx].computeYFromX(lt); in localT()
194 map_t = SkTPin(fMap.computeYFromX(rel_t), 0.0f, 1.0f); in onTick()
205 map_t = SkTPin(fMap.computeYFromX(rel_t), 0.0f, 1.0f); in onTick()