Searched refs:font_desc (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_list_pango.cc44 PangoFontDescription* font_desc = ::pango_font_face_describe(font_face); local
47 if (::pango_font_description_get_style(font_desc) == PANGO_STYLE_ITALIC)
50 ::pango_font_description_get_weight(font_desc));
52 ::pango_font_description_get_stretch(font_desc));
57 ::pango_font_description_free(font_desc);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_truetype_font_win.cc98 LOGFONT font_desc; local
99 if (!::GetObject(font_, sizeof(LOGFONT), &font_desc))
102 switch (font_desc.lfPitchAndFamily & 0xF0) { // Top 4 bits are family.
120 desc->style = font_desc.lfItalic ? PP_TRUETYPEFONTSTYLE_ITALIC :
122 desc->weight = static_cast<PP_TrueTypeFontWeight_Dev>(font_desc.lfWeight);
125 static_cast<PP_TrueTypeFontCharset_Dev>(font_desc.lfCharSet);
/external/chromium_org/ppapi/c/private/
H A Dppb_flash.h158 const struct PP_BrowserFont_Trusted_Description* font_desc,
245 const struct PP_BrowserFont_Trusted_Description* font_desc,
276 const struct PP_BrowserFont_Trusted_Description* font_desc,
310 const struct PP_BrowserFont_Trusted_Description* font_desc,
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_functions_api.h35 const PP_BrowserFont_Trusted_Description* font_desc,
H A Dppb_flash_thunk.cc32 const PP_BrowserFont_Trusted_Description* font_desc,
45 instance, pp_image_data, font_desc, color, position, clip, transformation,
30 DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const PP_Point* position, const PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const PP_Point glyph_advances[]) argument
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_renderer_host.cc207 if (static_cast<PP_BrowserFont_Trusted_Weight>(params.font_desc.weight) >=
210 if (params.font_desc.italic)
213 SkTypeface::CreateFromName(params.font_desc.face.c_str(),
265 paint.setTextSize(SkIntToScalar(params.font_desc.size));
/external/chromium_org/ppapi/cpp/private/
H A Dflash.h41 const BrowserFontDescription& font_desc,
H A Dflash.cc103 const BrowserFontDescription& font_desc,
117 &font_desc.pp_font_description(),
131 &font_desc.pp_font_description(),
101 DrawGlyphs(const InstanceHandle& instance, ImageData* image, const BrowserFontDescription& font_desc, uint32_t color, const Point& position, const Rect& clip, const float transformation[3][3], bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const PP_Point glyph_advances[]) argument
/external/chromium_org/ppapi/proxy/
H A Dflash_resource.h48 const PP_BrowserFont_Trusted_Description* font_desc,
H A Dserialized_structs.h110 SerializedFontDescription font_desc; member in struct:ppapi::proxy::PPBFlash_DrawGlyphs_Params
H A Dflash_resource.cc189 const PP_BrowserFont_Trusted_Description* font_desc,
208 params.font_desc.SetFromPPBrowserFontDescription(*font_desc);
186 DrawGlyphs( PP_Instance instance, PP_Resource pp_image_data, const PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const PP_Point* position, const PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const PP_Point glyph_advances[]) argument
H A Dserialized_structs.cc127 font_desc(),
H A Dppapi_param_traits.cc342 ParamTraits<ppapi::proxy::SerializedFontDescription>::Write(m, p.font_desc);
369 &r->font_desc) &&
/external/chromium_org/ppapi/api/private/
H A Dppb_flash.idl139 [in] PP_BrowserFont_Trusted_Description font_desc,
/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_viewer.cc625 PangoFontDescription* font_desc = pango_font_description_copy( local
626 gtk_widget_get_style(field_value_view)->font_desc);
627 pango_font_description_set_family(font_desc, kDetailsFontFamily);
628 gtk_widget_modify_font(field_value_view, font_desc);
629 pango_font_description_free(font_desc);
H A Dgtk_util.cc107 widget->style->font_desc, pango_context_get_language(context));
273 widget->style->font_desc, pango_context_get_language(context));
458 PangoFontDescription* font_desc = style->font_desc; local
461 pango_font_description_set_absolute_size(font_desc,
463 gtk_widget_modify_font(widget, font_desc);
H A Dlocation_bar_view_gtk.cc921 gtk_widget_get_style(security_info_label_)->font_desc,
/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_util.cc108 style->font_desc, pango_context_get_language(context));
350 style->font_desc, pango_context_get_language(context));
473 gfx::ScopedPangoFontDescription font_desc(pango_font_description_new());
476 pango_font_description_set_absolute_size(font_desc.get(),
478 gtk_widget_modify_font(widget, font_desc.get());
H A Dcertificate_viewer_gtk.cc639 gfx::ScopedPangoFontDescription font_desc(pango_font_description_copy(
640 gtk_widget_get_style(field_value_view)->font_desc));
641 pango_font_description_set_family(font_desc.get(), kDetailsFontFamily);
642 gtk_widget_modify_font(field_value_view, font_desc.get());
H A Dlocation_bar_view_gtk.cc1332 gtk_widget_get_style(security_info_label_)->font_desc,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-coretext.cc510 CTFontDescriptorRef font_desc = CTFontDescriptorCreateWithAttributes (attributes); local
513 range->font = CTFontCreateCopyWithAttributes (font_data->ct_font, 0.0, NULL, font_desc);
515 CFRelease (font_desc);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc1799 gfx::Font font((rc_style && rc_style->font_desc) ?
1800 rc_style->font_desc :
1801 widget->style->font_desc);
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.cc1708 (rc_style && rc_style->font_desc) ?
1709 rc_style->font_desc : gtk_style->font_desc);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2472 static PP_Bool Pnacl_M21_PPB_Flash_DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]) { argument
2474 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
2551 static PP_Bool Pnacl_M22_PPB_Flash_DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]) { argument
2553 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
2635 static PP_Bool Pnacl_M24_0_PPB_Flash_DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]) { argument
2637 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
2724 static PP_Bool Pnacl_M24_1_PPB_Flash_DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]) { argument
2726 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
4736 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M21_PPB_Flash_DrawGlyphs,
4754 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 483 milliseconds