Searched refs:v1_idx (Results 1 – 2 of 2) sorted by relevance
/external/skqp/modules/skottie/src/ |
D | SkottieAnimator.cpp | 91 const auto v1_idx = this->parseValue((*jframe)["e"], abuilder); in parseKeyFrames() local 92 if (v1_idx < 0) { in parseKeyFrames() 113 fRecs.push_back({t0, t0, v0_idx, v1_idx, cm_idx }); in parseKeyFrames()
|
/external/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 5328 const int v1_idx = (int)(t0 * item_count + 0.5f); in PlotEx() local 5329 IM_ASSERT(v1_idx >= 0 && v1_idx < values_count); in PlotEx() 5330 const float v1 = values_getter(data, (v1_idx + values_offset + 1) % values_count); in PlotEx() 5338 window->DrawList->AddLine(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base); in PlotEx() 5344 … window->DrawList->AddRectFilled(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base); in PlotEx()
|