HomeSort by relevance Sort by last modified time
    Searched full:basefont (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 274 CFX_ByteString basefont; local
276 basefont = _FPDF_GetPSNameFromTT(hDC);
278 if (basefont.IsEmpty()) {
279 basefont = pLogFont->lfFaceName;
290 basefont.Replace(" ", "");
330 basefont += ",BoldItalic";
332 basefont += ",Bold";
334 basefont += ",Italic";
337 pBaseDict->SetAtName("BaseFont", basefont);
609 CFX_ByteString basefont; local
878 CFX_ByteString basefont = pFont->GetFamilyName(); local
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType0FontDictionary_autogen.cpp 35 SkString SkPdfType0FontDictionary::BaseFont(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("BaseFont", "");
44 return get("BaseFont", "") != NULL;
SkPdfType0FontDictionary_autogen.h 39 SkString BaseFont(SkPdfNativeDoc* doc);
SkPdfType1FontDictionary_autogen.h 32 SkString BaseFont(SkPdfNativeDoc* doc);
SkPdfCIDFontDictionary_autogen.cpp 35 SkString SkPdfCIDFontDictionary::BaseFont(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("BaseFont", "");
44 return get("BaseFont", "") != NULL;
SkPdfType1FontDictionary_autogen.cpp 47 SkString SkPdfType1FontDictionary::BaseFont(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("BaseFont", "");
56 return get("BaseFont", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType0FontDictionary_autogen.cpp 35 SkString SkPdfType0FontDictionary::BaseFont(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("BaseFont", "");
44 return get("BaseFont", "") != NULL;
SkPdfType0FontDictionary_autogen.h 39 SkString BaseFont(SkPdfNativeDoc* doc);
SkPdfType1FontDictionary_autogen.h 32 SkString BaseFont(SkPdfNativeDoc* doc);
SkPdfCIDFontDictionary_autogen.cpp 35 SkString SkPdfCIDFontDictionary::BaseFont(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("BaseFont", "");
44 return get("BaseFont", "") != NULL;
SkPdfType1FontDictionary_autogen.cpp 47 SkString SkPdfType1FontDictionary::BaseFont(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("BaseFont", "");
56 return get("BaseFont", "") != NULL;
  /external/chromium_org/chrome/browser/ui/
chrome_style.h 33 ui::ResourceBundle::BaseFont;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 371 public static Font getBoldFont(Font baseFont) {
372 FontData[] boldData = getModifiedFontData(baseFont, SWT.BOLD);
379 public static Font getBoldItalicFont(Font baseFont) {
380 FontData[] boldData = getModifiedFontData(baseFont, SWT.BOLD | SWT.ITALIC);
387 public static Font getItalicFont(Font baseFont) {
388 FontData[] boldData = getModifiedFontData(baseFont, SWT.ITALIC);
395 private static FontData[] getModifiedFontData(Font baseFont, int style) {
396 FontData[] baseData = baseFont.getFontData();
  /frameworks/minikin/include/minikin/
FontCollection.h 45 MinikinFont* baseFont(FontStyle style);
  /external/owasp/sanitizer/empiricism/
canned-data.js 16 "basefont": true,
146 "basefont",
261 "basefont",
376 "basefont",
491 "basefont",
606 "basefont",
722 "basefont",
837 "basefont",
952 "basefont",
1067 "basefont",
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlTextEscapingMode.java 132 // EMPTY per http://www.w3.org/TR/REC-html32#basefont
133 .put("basefont", VOID)
  /external/chromium_org/chrome/browser/resources/chromeos/
network_menu.js 303 var baseFont = attrs.font.replace(/bold/, '').replace(/italic/, '');
304 this.status_.style.font = baseFont;
305 this.action_.style.font = baseFont;
  /external/chromium_org/ppapi/examples/printing/
printing.cc 20 "2 0 obj<</Type/Font/Subtype/TrueType/Encoding/UniCNS-UTF16-H/BaseFont/Verdana/Name/Verdana/FontDescriptor 1 0 R/FirstChar 72/LastChar 114/Widths[ 750 420 454 692 556 843 748 787 602 787 695 684 616 731 684 989 685 614 685 454 454 454 818 635 635 600 623 521 623 595 351 623 633 274 343 591 274 972 633 607 623 623 426]>>\r"
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTagNames.in 17 basefont interfaceName=HTMLElement
  /external/chromium_org/ui/views/widget/
tooltip_manager_aura.cc 40 ui::ResourceBundle::BaseFont);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfFont.h 306 fBaseFont = fontFromName(doc, dict, dict->BaseFont(doc).c_str());
387 fBaseFont = fontFromName(parsed, dict, dict->BaseFont(parsed).c_str());
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 167 title_->SetFontList(rb.GetFontList(ui::ResourceBundle::BaseFont));
175 title_->SetFontList(rb.GetFontList(ui::ResourceBundle::BaseFont));
  /external/skia/experimental/PdfViewer/
SkPdfFont.h 306 fBaseFont = fontFromName(doc, dict, dict->BaseFont(doc).c_str());
387 fBaseFont = fontFromName(parsed, dict, dict->BaseFont(parsed).c_str());
  /external/chromium_org/chrome/common/
badge_util.cc 83 const gfx::Font& base_font = rb.GetFont(ResourceBundle::BaseFont);
  /external/chromium_org/ui/base/webui/
web_ui_util.cc 146 ui::ResourceBundle::BaseFont).GetFontName() + ", " + font_family;

Completed in 783 milliseconds

1 2 3 4