Searched refs:font_size (Results 51 - 64 of 64) sorted by relevance

123

/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp64 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)) {
H A Dfx_win32_print.cpp421 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
424 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pCache, pObject2Device, font_size, color, alpha_flag, pIccTransform);
420 DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, int alpha_flag, void* pIccTransform) argument
H A Dfx_win32_gdipext.cpp579 FX_BOOL CGdiplusExt::GdipCreateFontFromFamily(void* pFamily, FX_FLOAT font_size, int fontstyle, int flag, void** pFont) argument
582 GpStatus status = CallFunc(GdipCreateFont)((GpFontFamily*)pFamily, font_size, fontstyle, Unit(flag), (GpFont**)pFont);
630 void* CGdiplusExt::GdipCreateFontFromCollection(void* pFontCollection, FX_FLOAT font_size, int fontstyle) argument
644 status = CallFunc(GdipCreateFont)(family_list[0], font_size, fontstyle, UnitPixel, &pFont);
/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc162 double font_size = FPDFText_GetFontSize(GetTextPage(), char_index); local
169 node->SetDouble(kTextBoxFontSize, font_size);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDistilledPagePrefsView.java104 mFontScaleSeekBar = (SeekBar) findViewById(R.id.font_size);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc1514 int font_size; local
1515 if (ExtractIntegerValue(args, &font_size)) {
1516 if (font_size > 0) {
1518 pref_service->SetInteger(prefs::kWebKitDefaultFontSize, font_size);
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc621 size_t font_size) {
623 mis.Attach(original_font, font_size);
619 LoadFont(const char* font_name, const unsigned char* original_font, size_t font_size) argument
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_ps.cpp606 FX_FLOAT font_size, FX_DWORD color,
632 buf << FX_BSTRC("/X") << ps_fontnum << FX_BSTRC(" Ff ") << font_size
604 DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, int alpha_flag, void* pIccTransform) argument
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc621 size_t font_size) {
623 mis.Attach(original_font, font_size);
619 LoadFont(const char* font_name, const unsigned char* original_font, size_t font_size) argument
/external/chromium_org/ui/gfx/
H A Drender_text_unittest.cc1503 const Size font_size(render_text->GetContentWidth(),
1505 Rect display_rect(font_size);
1552 const Size font_size(render_text->GetContentWidth() + kEnlargement,
1554 Rect display_rect(font_size);
1566 const Size font_size(render_text->GetContentWidth(),
1573 Rect display_rect(font_size);
1600 display_rect = Rect(font_size);
/external/harfbuzz_ng/util/
H A Doptions.cc267 {"font-size", 0, 0, G_OPTION_ARG_DOUBLE, &this->font_size, "Font size (default: " G_STRINGIFY(DEFAULT_FONT_SIZE) ")","size"},
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h141 CPDF_Font* pFont, FX_FLOAT font_size,
/external/chromium_org/extensions/renderer/
H A Ddispatcher.cc904 const std::string& font_size) {
906 system_font_size_ = font_size;
903 OnSetSystemFont(const std::string& font_family, const std::string& font_size) argument
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_driver.cpp225 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
224 DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, int alpha_flag, void* pIccTransform) argument

Completed in 214 milliseconds

123