/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-fvar-table.hh | 148 unsigned int *axes_count /* IN/OUT */, in get_axes_deprecated() 151 if (axes_count) in get_axes_deprecated() 160 count = hb_min (count, *axes_count); in get_axes_deprecated() 161 *axes_count = count; in get_axes_deprecated() 171 unsigned int *axes_count /* IN/OUT */, in get_axis_infos() 174 if (axes_count) in get_axis_infos() 183 count = hb_min (count, *axes_count); in get_axis_infos() 184 *axes_count = count; in get_axis_infos()
|
D | hb-ot-var.cc | 88 unsigned int *axes_count /* IN/OUT */, in hb_ot_var_get_axes() argument 91 return face->table.fvar->get_axes_deprecated (start_offset, axes_count, axes_array); in hb_ot_var_get_axes() 118 unsigned int *axes_count /* IN/OUT */, in hb_ot_var_get_axis_infos() argument 121 return face->table.fvar->get_axis_infos (start_offset, axes_count, axes_array); in hb_ot_var_get_axis_infos()
|
D | hb-ot-deprecated.h | 97 unsigned int *axes_count /* IN/OUT */,
|
D | hb-ot-var.h | 95 unsigned int *axes_count /* IN/OUT */,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var.cc | 103 unsigned int *axes_count /* IN/OUT */, in hb_ot_var_get_axes() argument 106 return face->table.fvar->get_axes_deprecated (start_offset, axes_count, axes_array); in hb_ot_var_get_axes() 150 unsigned int *axes_count /* IN/OUT */, in hb_ot_var_get_axis_infos() argument 153 return face->table.fvar->get_axis_infos (start_offset, axes_count, axes_array); in hb_ot_var_get_axis_infos()
|
D | hb-ot-var-fvar-table.hh | 182 unsigned int *axes_count /* IN/OUT */, in get_axes_deprecated() 185 if (axes_count) in get_axes_deprecated() 187 hb_array_t<const AxisRecord> arr = get_axes ().sub_array (start_offset, axes_count); in get_axes_deprecated() 196 unsigned int *axes_count /* IN/OUT */, in get_axis_infos() 199 if (axes_count) in get_axis_infos() 201 hb_array_t<const AxisRecord> arr = get_axes ().sub_array (start_offset, axes_count); in get_axis_infos()
|
D | hb-ot-deprecated.h | 112 unsigned int *axes_count /* IN/OUT */,
|
D | hb-ot-var.h | 140 unsigned int *axes_count /* IN/OUT */,
|
/third_party/harfbuzz/src/ |
D | hb-ot-var.cc | 103 unsigned int *axes_count /* IN/OUT */, in hb_ot_var_get_axes() argument 106 return face->table.fvar->get_axes_deprecated (start_offset, axes_count, axes_array); in hb_ot_var_get_axes() 150 unsigned int *axes_count /* IN/OUT */, in hb_ot_var_get_axis_infos() argument 153 return face->table.fvar->get_axis_infos (start_offset, axes_count, axes_array); in hb_ot_var_get_axis_infos()
|
D | hb-ot-var-fvar-table.hh | 180 unsigned int *axes_count /* IN/OUT */, in get_axes_deprecated() 183 if (axes_count) in get_axes_deprecated() 185 hb_array_t<const AxisRecord> arr = get_axes ().sub_array (start_offset, axes_count); in get_axes_deprecated() 194 unsigned int *axes_count /* IN/OUT */, in get_axis_infos() 197 if (axes_count) in get_axis_infos() 199 hb_array_t<const AxisRecord> arr = get_axes ().sub_array (start_offset, axes_count); in get_axis_infos()
|
D | hb-ot-deprecated.h | 112 unsigned int *axes_count /* IN/OUT */,
|
D | hb-ot-var.h | 140 unsigned int *axes_count /* IN/OUT */,
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_glfw.cpp | 295 …#define MAP_ANALOG(NAV_NO, AXIS_NO, V0, V1) { float v = (axes_count > AXIS_NO) ? axes[AXIS_NO] : V… in ImGui_ImplGlfw_NewFrame() 296 int axes_count = 0, buttons_count = 0; in ImGui_ImplGlfw_NewFrame() local 297 const float* axes = glfwGetJoystickAxes(GLFW_JOYSTICK_1, &axes_count); in ImGui_ImplGlfw_NewFrame() 317 if (axes_count > 0 && buttons_count > 0) in ImGui_ImplGlfw_NewFrame()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_glfw.cpp | 401 …#define MAP_ANALOG(NAV_NO, AXIS_NO, V0, V1) { float v = (axes_count > AXIS_NO) ? axes[AXIS_NO] : V… in ImGui_ImplGlfw_UpdateGamepads() 402 int axes_count = 0, buttons_count = 0; in ImGui_ImplGlfw_UpdateGamepads() local 403 const float* axes = glfwGetJoystickAxes(GLFW_JOYSTICK_1, &axes_count); in ImGui_ImplGlfw_UpdateGamepads() 423 if (axes_count > 0 && buttons_count > 0) in ImGui_ImplGlfw_UpdateGamepads()
|