Home
last modified time | relevance | path

Searched defs:char_width (Results 1 – 9 of 9) sorted by relevance

/external/rust/android-crates-io/crates/taffy/examples/common/
Dtext.rs4 pub char_width: f32, field
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp529 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local
538 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local
548 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local
650 for (const auto char_width : char_widths) { in AddWindowsFont() local
/external/pdfium/core/fxge/
Dfx_font.cpp48 int char_width = glyph.m_pGlyph->GetBitmap()->GetWidth(); in GetGlyphsBBox() local
/external/coreboot/payloads/coreinfo/
Dbootlog_module.c26 static u32 char_width(char c, u32 cursor, u32 screen_width) in char_width() function
Dtimestamps_module.c50 static u32 char_width(char c, u32 cursor, u32 screen_width) in char_width() function
/external/pdfium/core/fxcodec/gif/
Dcfx_gif.h95 uint8_t char_width; member
/external/mesa3d/src/imgui/
Dimgui_draw.cpp2596 … const float char_width = ((int)c < IndexAdvanceX.Size ? IndexAdvanceX.Data[c] : FallbackAdvanceX); in CalcWordWrapPositionA() local
2713 …const float char_width = ((int)c < IndexAdvanceX.Size ? IndexAdvanceX.Data[c] : FallbackAdvanceX) … in CalcTextSizeA() local
2859 float char_width = 0.0f; in RenderText() local
Dimgui_widgets.cpp2878 const float char_width = font->GetCharAdvance((ImWchar)c) * scale; in InputTextCalcTextSizeW() local
/external/freetype/src/base/
Dftobjs.c3528 FT_F26Dot6 char_width, in FT_Set_Char_Size()