Searched defs:char_width (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dplatform_font_pango.cc182 double char_width = const_cast<PlatformFontPango*>(this)->GetAverageWidth(); local
183 return round(static_cast<float>(length) * char_width);
H A Drender_text_win.cc142 int char_width = 0; local
144 char_width += run.advance_widths[j];
146 *width += char_width;
147 word_width += char_width;
154 } else if (char_width < *width) {
156 *width -= char_width;
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp899 int char_width = pFont->GetGlyphWidth(glyph_index); local
900 pWidths->AddInteger(char_width);
912 int char_width = pFont->GetGlyphWidth(glyph_index); local
913 pWidths->AddInteger(char_width);
936 int char_width = pFont->GetGlyphWidth(glyph_index); local
937 pWidths->AddInteger(char_width);
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibpython.py1167 def char_width(self): member in class:PyUnicodeObjectPtr
1180 if self.char_width() > 2:
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp26 int char_width = (int)(pGlyph->m_Bitmap.GetWidth() / retinaScaleX); local
28 char_width /= 3;
30 int char_right = char_left + char_width;

Completed in 3987 milliseconds