HomeSort by relevance Sort by last modified time
    Searched defs:font_size (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/extensions/browser/
renderer_startup_helper.cc 48 std::string font_family, font_size; local
50 fonts->GetString("fontsize", &font_size);
52 font_family, font_size));
  /external/chromium_org/ui/gfx/
font_list_unittest.cc 49 int font_size = 11; local
50 FontList font_list = FontList(font_names, font_style, font_size);
platform_font_win.h 21 PlatformFontWin(const std::string& font_name, int font_size);
85 int font_size,
100 int font_size() const { return font_size_; } function in class:gfx::PlatformFontWin::HFontRef
137 int font_size);
render_text_harfbuzz.h 65 int font_size; member in struct:gfx::internal::TextRunHarfBuzz
platform_font_win.cc 95 int font_size) {
96 InitWithFontNameAndSize(font_name, font_size);
110 int font_size = font.GetFontSize(); local
111 while (font_height > height && font_size != min_font_size) {
113 if (font_height == font.GetHeight() && font_size == font.GetFontSize())
116 font_size = font.GetFontSize();
193 return font_ref_->font_size();
217 int font_size) {
218 HFONT hf = ::CreateFont(-font_size, 0, 0, 0, FW_DONTCARE, FALSE, FALSE, FALSE,
267 const int font_size local
    [all...]
render_text_win.cc 41 // Changes |font| to have the specified |font_size| (or |font_height| on Windows
44 void DeriveFontIfNecessary(int font_size,
52 // |font_size| to match GDI behavior.
62 if (current_style != target_style || current_size != font_size)
63 *font = font->Derive(font_size - current_size, target_style);
1184 const int font_size = run->font.GetFontSize(); local
    [all...]
  /external/chromium_org/ash/sticky_keys/
sticky_keys_overlay.cc 132 int font_size = font.GetFontSize(); local
137 int horizontal_spacing = font_size / 2;
138 int vertical_spacing = font_size / 2 - font_padding;
139 int child_spacing = font_size - 2 * font_padding;
  /external/chromium_org/chrome/browser/extensions/
bookmark_app_helper.cc 60 const size_t font_size = output_size_ * 7 / 16; variable
84 gfx::FontList(gfx::Font(font_name, font_size)),
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
svghelper.c 175 double font_size; local
187 font_size = 1.0 * (time2pixels(end)-time2pixels(start));
189 if (font_size > 3)
190 font_size = 3;
192 font_size = round_text_size(font_size);
197 if (font_size > MIN_TEXT_SIZE)
199 font_size, text);
  /external/chromium_org/pdf/pdfium/
pdfium_page.cc 162 double font_size = FPDFText_GetFontSize(GetTextPage(), char_index); local
169 node->SetDouble(kTextBoxFontSize, font_size);
  /external/harfbuzz_ng/util/
options.hh 156 font_size = DEFAULT_FONT_SIZE;
170 double font_size; member in struct:view_options_t
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 254 FX_FLOAT font_size = textobj->m_TextState.GetFontSize(); local
256 DrawTextPathWithPattern(textobj, pObj2Device, pFont, font_size, &text_matrix, bFill, bStroke);
264 if (font_size * text_matrix.GetXUnit() * pObj2Device->GetXUnit() < 6) {
296 return CPDF_TextRenderer::DrawTextPath(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size,
300 return CPDF_TextRenderer::DrawNormalText(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size,
385 FX_FLOAT font_size = textobj->m_TextState.GetFontSize(); local
386 char_matrix.Scale(font_size, font_size);
524 void Load(int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos, CPDF_Font* pFont, FX_FLOAT font_size);
594 CPDF_Font* pFont, FX_FLOAT font_size,
611 FX_FLOAT font_size = (FX_FLOAT)height * 1000.0f \/ (FX_FLOAT)(font_bbox.top - font_bbox.bottom); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc 1514 int font_size; local
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 1228 FX_DWORD font_size = m_pFontInfo->GetFontData(hFont, 0, NULL, 0); local
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 64 FX_DWORD font_size = GetFontData(hFont, 0, NULL, 0); local
65 if (font_size != GDI_ERROR && font_size >= sizeof(FX_DWORD)) {
85 FX_DWORD font_size = GetFontData(hFont, 0, NULL, 0); local
86 if (font_size != GDI_ERROR && font_size >= sizeof(FX_DWORD)) {
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 347 RIL_CDMA_SMS_UdhFontSize font_size ; /*bit 3 and bit 2*/ member in struct:__anon21720

Completed in 887 milliseconds