Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_font.cpp45 int char_width = glyph.m_pGlyph->GetBitmap()->GetWidth(); in GetGlyphsBBox() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp475 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local
483 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local
492 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local
/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/python/cpython2/Tools/gdb/
Dlibpython.py1101 def char_width(self): member in PyUnicodeObjectPtr
/external/python/cpython3/Tools/gdb/
Dlibpython.py1176 def char_width(self): member in PyUnicodeObjectPtr
/external/freetype/src/base/
Dftobjs.c3332 FT_F26Dot6 char_width, in FT_Set_Char_Size()