HomeSort by relevance Sort by last modified time
    Searched refs:font_size (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
font_subsetter.cc 23 size_t font_size,
28 original_font == NULL || font_size == 0 ||
34 if (!subsetter.LoadFont(font_name, original_font, font_size)) {
font_subsetter.h 38 // |font_size| Size of |original_font| in bytes.
45 size_t font_size,
subsetter_impl.h 59 size_t font_size);
  /external/sfntly/cpp/src/sample/chromium/
font_subsetter.cc 23 size_t font_size,
28 original_font == NULL || font_size == 0 ||
34 if (!subsetter.LoadFont(font_name, original_font, font_size)) {
font_subsetter.h 38 // |font_size| Size of |original_font| in bytes.
45 size_t font_size,
subsetter_impl.h 59 size_t font_size);
  /external/chromium_org/ui/gfx/
platform_font_ozone.cc 21 int font_size) {
platform_font_ios.h 17 int font_size);
32 PlatformFontIOS(const std::string& font_name, int font_size, int style);
37 int font_size,
platform_font_android.cc 25 int font_size) {
platform_font_mac.h 19 int font_size);
34 PlatformFontMac(const std::string& font_name, int font_size, int font_style);
platform_font_win.cc 87 int font_size) {
88 InitWithFontNameAndSize(font_name, font_size);
102 int font_size = font.GetFontSize(); local
103 while (font_height > height && font_size != min_font_size) {
105 if (font_height == font.GetHeight() && font_size == font.GetFontSize())
108 font_size = font.GetFontSize();
185 return font_ref_->font_size();
203 int font_size) {
204 HFONT hf = ::CreateFont(-font_size, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
243 const int font_size local
    [all...]
platform_font_win.h 21 PlatformFontWin(const std::string& font_name, int font_size);
84 int font_size,
99 int font_size() const { return font_size_; } function in class:gfx::PlatformFontWin::HFontRef
136 int font_size);
platform_font_pango.h 25 PlatformFontPango(const std::string& font_name, int font_size);
74 void InitWithNameAndSize(const std::string& font_name, int font_size);
78 int font_size,
font_list_impl.cc 17 // Parses font description into |font_names|, |font_style| and |font_size|.
21 int* font_size) {
29 base::StringToInt(styles_size.back(), font_size);
30 DCHECK_GT(*font_size, 0);
50 std::string FontStyleAndSizeToString(int font_style, int font_size) {
56 result += base::IntToString(font_size);
61 // Returns font description from |font_names|, |font_style|, and |font_size|.
64 int font_size) {
66 description += "," + FontStyleAndSizeToString(font_style, font_size);
87 int font_size)
    [all...]
platform_font.h 25 // (encoded in UTF-8) and |font_size| in pixels.
27 int font_size);
font.cc 33 Font::Font(const std::string& font_name, int font_size)
35 font_size)) {
platform_font_pango.cc 112 int font_size) {
113 InitWithNameAndSize(font_name, font_size);
268 int font_size) {
269 DCHECK_GT(font_size, 0);
288 font_size,
295 int font_size,
299 font_size_pixels_ = font_size;
395 int font_size) {
396 return new PlatformFontPango(font_name, font_size);
font.h 55 Font(const std::string& font_name, int font_size);
font_list.h 47 int font_size);
font_list_impl.h 38 int font_size);
  /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/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 47 FX_FLOAT font_size,
56 FX_BOOL bNegSize = font_size < 0;
58 font_size = -font_size;
95 font_size,
108 FX_FLOAT font_size,
157 FX_BOOL ret = _CGDrawGlyphRun(ctx, nChars, pCharPos, pFont, pCache, pObject2Device, font_size, argb, alpha_flag, pIccTransform);
  /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/harfbuzz_ng/util/
helper-cairo.hh 37 double font_size);
  /external/pdfium/core/src/fxge/win32/
dwrite_int.h 46 void *font, FX_FLOAT font_size, FX_ARGB text_color,

Completed in 824 milliseconds

1 2 3