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

1 2

  /external/chromium_org/third_party/skia/include/ports/
SkTypeface_win.h 15 * corresponding typeface for the specified logfont. The caller is responsible
18 SK_API SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
21 * Copy the LOGFONT associated with this typeface into the lf parameter. Note
24 * typeface may be NULL, in which case we return the logfont for the default font.
26 SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface, LOGFONT* lf);
29 * Set an optional callback to ensure that the data behind a LOGFONT is loaded.
34 SK_API void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*)(const LOGFONT&));
  /external/skia/include/ports/
SkTypeface_win.h 15 * corresponding typeface for the specified logfont. The caller is responsible
18 SK_API SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
21 * Copy the LOGFONT associated with this typeface into the lf parameter. Note
24 * typeface may be NULL, in which case we return the logfont for the default font.
26 SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface, LOGFONT* lf);
29 * Set an optional callback to ensure that the data behind a LOGFONT is loaded.
34 SK_API void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*)(const LOGFONT&));
  /external/chromium_org/content/public/utility/
utility_thread.h 33 virtual void PreCacheFont(const LOGFONT& log_font) = 0;
  /external/chromium_org/ui/base/l10n/
l10n_util_win.h 47 // If the default UI font stored in |logfont| is not suitable, its family
51 UI_BASE_EXPORT void AdjustUIFont(LOGFONT* logfont);
53 // If the default UI font stored in |logfont| is not suitable, its family
59 UI_BASE_EXPORT void AdjustUIFontForDIP(float dpi_scale, LOGFONT* logfont);
l10n_util_win_unittest.cc 20 LOGFONT lf = metrics.lfMessageFont;
l10n_util_win.cc 27 LOGFONT* logfont) {
34 logfont->lfHeight = static_cast<long>(font_size_scaler *
35 static_cast<double>(abs(logfont->lfHeight)) + 0.5) *
36 (logfont->lfHeight > 0 ? 1 : -1);
43 memcpy(logfont->lfFaceName, font_family.data(), name_len * sizeof(WORD));
44 logfont->lfFaceName[name_len] = 0;
155 void AdjustUIFont(LOGFONT* logfont) {
161 AdjustUIFontForDIP(dpi_scale, logfont);
177 LOGFONT logfont; local
    [all...]
  /external/chromium_org/content/common/
font_cache_dispatcher_win.h 35 void OnPreCacheFont(const LOGFONT& font);
font_cache_dispatcher_win.cc 25 void PreCacheFont(const LOGFONT& font, FontCacheDispatcher* dispatcher) {
171 void FontCacheDispatcher::OnPreCacheFont(const LOGFONT& font) {
child_process_messages.h 158 LOGFONT /* font data */)
  /external/chromium_org/content/utility/
utility_thread_impl.h 37 virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE;
utility_thread_impl.cc 76 void UtilityThreadImpl::PreCacheFont(const LOGFONT& log_font) {
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_win.cc 40 void SkiaPreCacheFont(const LOGFONT& logfont) {
43 render_thread->PreCacheFont(logfont);
47 void SkiaPreCacheFontCharacters(const LOGFONT& logfont,
53 logfont,
  /external/chromium_org/ui/gfx/
platform_font_win.cc 57 void SetLogFontStyle(int font_style, LOGFONT* font_info) {
113 LOGFONT font_info;
114 GetObject(GetNativeFont(), sizeof(LOGFONT), &font_info);
126 LOGFONT font_info;
127 GetObject(GetNativeFont(), sizeof(LOGFONT), &font_info);
197 LOGFONT font_info;
198 GetObject(hfont, sizeof(LOGFONT), &font_info);
281 LOGFONT font_info;
282 GetObject(hfont_, sizeof(LOGFONT), &font_info);
platform_font_win.h 37 // Callback that adjusts a LOGFONT to meet suitability requirements of the
41 typedef void (*AdjustFontCallback)(LOGFONT* lf);
  /external/chromium_org/third_party/skia/samplecode/
SampleTextBox.cpp 34 extern SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
49 LOGFONT lf;
  /external/skia/samplecode/
SampleTextBox.cpp 34 extern SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
49 LOGFONT lf;
  /external/chromium_org/content/public/renderer/
render_thread.h 134 virtual void PreCacheFont(const LOGFONT& log_font) = 0;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 38 static void (*gEnsureLOGFONTAccessibleProc)(const LOGFONT&);
40 void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*proc)(const LOGFONT&)) {
44 static void call_ensure_accessible(const LOGFONT& lf) {
102 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) {
122 static void make_canonical(LOGFONT* lf) {
129 static SkTypeface::Style get_style(const LOGFONT& lf) {
140 static void setStyle(LOGFONT* lf, SkTypeface::Style style) {
160 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) {
196 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) {
220 LogFontTypeface(SkTypeface::Style style, SkFontID fontID, const LOGFONT& lf, bool serializeAsStream = false)
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 38 static void (*gEnsureLOGFONTAccessibleProc)(const LOGFONT&);
40 void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*proc)(const LOGFONT&)) {
44 static void call_ensure_accessible(const LOGFONT& lf) {
102 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) {
122 static void make_canonical(LOGFONT* lf) {
129 static SkTypeface::Style get_style(const LOGFONT& lf) {
140 static void setStyle(LOGFONT* lf, SkTypeface::Style style) {
160 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) {
196 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) {
220 LogFontTypeface(SkTypeface::Style style, SkFontID fontID, const LOGFONT& lf, bool serializeAsStream = false)
    [all...]
  /external/chromium_org/content/ppapi_plugin/
ppapi_plugin_main.cc 56 void SkiaPreCacheFont(const LOGFONT& logfont) {
58 reinterpret_cast<const void*>(&logfont));
ppapi_webkitplatformsupport_impl.cc 76 LOGFONT logfont; local
77 GetObject(font, sizeof(LOGFONT), &logfont);
82 new ChildProcessHostMsg_PreCacheFont(logfont));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCache.h 100 PassRefPtr<SimpleFontData> fontDataFromDescriptionAndLogFont(const FontDescription&, ShouldRetain, const LOGFONT&, wchar_t* outFontFamilyName);
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_win.cc 96 LOGFONT font_desc;
97 if (!::GetObject(font_, sizeof(LOGFONT), &font_desc))
125 // doesn't fill in the name field of the LOGFONT structure.
149 LOGFONTW logfont; local
150 if (!::GetObject(font_, sizeof(LOGFONTW), &logfont))
155 render_thread->PreCacheFont(logfont);
  /external/chromium_org/ipc/
ipc_message_utils.cc 783 void ParamTraits<LOGFONT>::Write(Message* m, const param_type& p) {
784 m->WriteData(reinterpret_cast<const char*>(&p), sizeof(LOGFONT));
787 bool ParamTraits<LOGFONT>::Read(const Message* m, PickleIterator* iter,
791 if (m->ReadData(iter, &data, &data_size) && data_size == sizeof(LOGFONT)) {
792 const LOGFONT *font = reinterpret_cast<LOGFONT*>(const_cast<char*>(data));
794 memcpy(r, data, sizeof(LOGFONT));
803 void ParamTraits<LOGFONT>::Log(const param_type& p, std::string* l) {
804 l->append(base::StringPrintf("<LOGFONT>"));
  /external/chromium_org/content/public/test/
mock_render_thread.h 71 virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE;

Completed in 628 milliseconds

1 2