Home
last modified time | relevance | path

Searched defs:descent (Results 26 - 29 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DOS2Table.java1046 public void setUsWinDescent(int descent) { in setUsWinDescent() argument
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp2011 const float descent = ImFloor(unscaled_descent * font_scale + ((unscaled_descent > 0.0f) ? +1 : -1)); in ImFontAtlasBuildWithStbTruetype() local
2053 void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent) in ImFontAtlasBuildSetupFont() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp2565 const float descent = ImFloor(unscaled_descent * font_scale + ((unscaled_descent > 0.0f) ? +1 : -1)); in ImFontAtlasBuildWithStbTruetype() local
2598 void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent) in ImFontAtlasBuildSetupFont() argument
/third_party/glfw/deps/
H A Dnuklear.h3940 float ascent, descent; member
11557 nk_tt_GetFontVMetrics(const struct nk_tt_fontinfo *info, int *ascent, int *descent, int *lineGap) nk_tt_GetFontVMetrics() argument

Completed in 58 milliseconds

12