Searched defs:uv_min (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| H A D | lm93.c | 345 const long uv_min = lm93_vin_val_min[nr] * 1000; in LM93_IN_FROM_REG() local 367 const long uv_min = lm93_vin_val_min[nr] * 1000; in LM93_IN_TO_REG() local
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| H A D | lm93.c | 345 const long uv_min = lm93_vin_val_min[nr] * 1000; in LM93_IN_FROM_REG() local 367 const long uv_min = lm93_vin_val_min[nr] * 1000; in LM93_IN_TO_REG() local
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_demo.cpp | 981 ImVec2 uv_min = ImVec2(0.0f, 0.0f); // Top-left in ShowDemoWindowWidgets() local
|
| H A D | imgui_draw.cpp | 1605 void ImDrawList::AddImage(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col) in AddImage() argument 1637 void ImDrawList::AddImageRounded(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col, float rounding, ImDrawFlags flags) in AddImageRounded() argument
|
Completed in 29 milliseconds