Searched refs:map_t (Results 1 – 2 of 2) sorted by relevance
186 map_t = SkTPin(fMap.computeYFromX(rel_t), 0.0f, 1.0f); in onTick() local190 m[i] = fM0[i] + map_t * (fM1[i] - fM0[i]); in onTick()196 const auto shadeOpacity = fOpacity0 + map_t * (fOpacity1 - fOpacity0); in onTick()
3843 typedef __gnu_cxx::hash_map<int, int> map_t;3845 typedef std::map<int, int> map_t; typedef3847 map_t MAP;3855 map_t tmp; in Worker1()6251 typedef __gnu_cxx::hash_map<int, int> map_t;6253 typedef std::map<int, int> map_t; typedef6255 map_t map;6269 map_t tmp; in Swapper()