Home
last modified time | relevance | path

Searched defs:v_max (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp1730 …(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const TYPE v_max, const char* … in DragBehaviorT()
1834 …ImGuiDataType data_type, void* v, float v_speed, const void* v_min, const void* v_max, const char*… in DragBehavior()
1861 …ImGuiDataType data_type, void* v, float v_speed, const void* v_min, const void* v_max, const char*… in DragScalar()
1937 …ta_type, void* v, int components, float v_speed, const void* v_min, const void* v_max, const char*… in DragScalarN()
1965 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1970 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1975 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1980 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
1985 …loat* v_current_min, float* v_current_max, float v_speed, float v_min, float v_max, const char* fo… in DragFloatRange2()
2010 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
[all …]
/third_party/ffmpeg/libavcodec/
Dmjpegdec.h107 int h_max, v_max; /* maximum h and v counts */ member
/third_party/ffmpeg/libpostproc/
Dpostprocess_altivec_template.c633 vector unsigned char v_max; in dering_altivec() local
/third_party/astc-encoder/Source/
Dstb_image.h3266 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local