Home
last modified time | relevance | path

Searched refs:set_real (Results 1 – 7 of 7) sorted by relevance

/third_party/harfbuzz/src/
Dhb-cff2-interp-cs.hh52 void set_real (double v) { reset_blends (); number_t::set_real (v); } in set_real() function
178 arg.set_real (v); in blend_arg()
Dhb-cff-interp-common.hh220 void init () { set_real (0.0); } in init()
229 void set_real (double v) { value = v; } in set_real() function
242 set_real (to_real () + n.to_real ()); in operator +=()
483 n.set_real (v); in push_real()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff2-interp-cs.hh52 void set_real (double v) { reset_blends (); number_t::set_real (v); } in set_real() function
178 arg.set_real (v); in blend_arg()
Dhb-cff-interp-common.hh220 void init () { set_real (0.0); } in init()
229 void set_real (double v) { value = v; } in set_real() function
242 set_real (to_real () + n.to_real ()); in operator +=()
483 n.set_real (v); in push_real()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff2-interp-cs.hh52 void set_real (double v) { reset_blends (); number_t::set_real (v); } in set_real() function
177 arg.set_real (v); in blend_arg()
Dhb-cff-interp-common.hh220 void init () { set_real (0.0); } in init()
229 void set_real (double v) { value = v; } in set_real() function
252 set_real (to_real () + n.to_real ()); in operator +=()
507 n.set_real (v); in push_real()
/third_party/chromium/patch/
D0001-cve.patch30240 - void init () { set_real (0.0); }
30342 void set_real (double v) { reset_blends (); number_t::set_real (v); }