Home
last modified time | relevance | path

Searched refs:o_pos (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skottie/src/layers/shapelayer/
DGradient.cpp153 o_pos = std::max(os.t, current_stop.fPosition), in onSync() local
155 o_pos_rel = o_pos - current_stop.fPosition, in onSync()
162 std::min(c_pos, o_pos), in onSync()
173 if (c_pos <= o_pos) { in onSync()
176 if (o_pos <= c_pos) { in onSync()
/external/llvm-project/polly/lib/External/isl/
Disl_map.c1891 unsigned i_pos, unsigned o_pos) in add_constraints() argument
1908 o_out = isl_basic_map_offset(bmap1, isl_dim_out) - 1 + o_pos; in add_constraints()