Home
last modified time | relevance | path

Searched defs:to_fixed (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/skcms/src/
DTransform_inl.h135 SI U16 to_fixed(F f) { return cast<U16>(f + 0.5f); } in to_fixed() function
137 SI U32 to_fixed(F f) { return (U32)cast<I32>(f + 0.5f); } in to_fixed() function
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh226 int32_t to_fixed () const { return value * 65536.0; } in to_fixed() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh227 int32_t to_fixed () const { return value * 65536.0; } in to_fixed() function
/third_party/skia/m133/modules/skcms/src/
DTransform_inl.h134 SI U32 to_fixed(F f) { return (U32)cast<I32>(f + 0.5f); } in to_fixed() function
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dpsaux.h391 (*to_fixed)( PS_Parser parser, member