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()
44 SkScalar y = cmap.computeYFromX(x); in exercise_cubicmap()47 cmap.computeYFromX(x); in exercise_cubicmap()
31 float computeYFromX(float x) const;
165 float SkCubicMap::computeYFromX(float x) const { in computeYFromX() function in SkCubicMap
29 float computeYFromX(float x) const;
28 fCMap.computeYFromX(x); in onDraw()
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 ()()
55 float SkCubicMap::computeYFromX(float x) const { in computeYFromX() function in SkCubicMap
83 w = fCMs[mapper_index].computeYFromX(w); in compute_weight()
60 : SkTPin(fCubicMaps[rec.cmidx].computeYFromX(lt), 0.0f, 1.0f); in localT()
205 map_t = SkTPin(fMap.computeYFromX(rel_t), 0.0f, 1.0f); in onTick()
193 map_t = SkTPin(fMap.computeYFromX(rel_t), 0.0f, 1.0f); in onTick()