Searched refs:itop (Results 1 – 11 of 11) sorted by relevance
8 int itop = (sk_InstanceID*313) % 17;9 int ibot = itop + 1 + ((sk_InstanceID*1901) % (17 - itop));14 float t = float(itop)/16.0 - outset;
8 int itop = (gl_InstanceID * 313) % 17;9 int ibot = (itop + 1) + (gl_InstanceID * 1901) % (17 - itop);14 float t = float(itop) / 16.0 - outset;
18 int itop = (sk_InstanceID * 313) % 17;19 int ibot = (itop + 1) + (sk_InstanceID * 1901) % (17 - itop);24 float t = float(itop) / 16.0 - outset;
16 OpName %itop "itop"71 %itop = OpVariable %_ptr_Function_int Function104 OpStore %itop %47105 %49 = OpLoad %int %itop109 %54 = OpLoad %int %itop146 %91 = OpLoad %int %itop
275 static int count_path_runtype_values(const SkPath& path, int* itop, int* ibot) { in count_path_runtype_values() argument309 *itop = SkScalarRoundToInt(top); in count_path_runtype_values()
254 int SkRegion::count_runtype_values(int* itop, int* ibot) const { in count_runtype_values() argument263 *itop = fBounds.fTop; in count_runtype_values()
253 int SkRegion::count_runtype_values(int* itop, int* ibot) const { in count_runtype_values() argument262 *itop = fBounds.fTop; in count_runtype_values()
343 indexed_type const & itop = indexed_operations[i]; in pretraverse() local344 buffer_turn_info_type const& turn = m_turns[itop.turn_index]; in pretraverse()372 last_traversable_operation = *itop.subject; in pretraverse()
646 int count_runtype_values(int* itop, int* ibot) const;
643 int count_runtype_values(int* itop, int* ibot) const;