/external/webkit/Source/WebCore/platform/graphics/ |
D | Font.cpp | 42 Font::CodePath Font::s_codePath = Auto; 48 Font::Font() in Font() function in WebCore::Font 56 Font::Font(const FontDescription& fd, short letterSpacing, short wordSpacing) in Font() function in WebCore::Font 65 Font::Font(const FontPlatformData& fontData, bool isPrinterFont, FontSmoothingMode fontSmoothingMod… in Font() function in WebCore::Font 77 Font::Font(const Font& other) in Font() function in WebCore::Font 87 Font& Font::operator=(const Font& other) in operator =() 98 bool Font::operator==(const Font& other) const in operator ==() 115 void Font::update(PassRefPtr<FontSelector> fontSelector) const in update() 127 void Font::drawText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from… in drawText() 148 void Font::drawEmphasisMarks(GraphicsContext* context, const TextRun& run, const AtomicString& mark… in drawEmphasisMarks() [all …]
|
D | Font.h | 76 class Font { 78 Font(); 79 Font(const FontDescription&, short letterSpacing, short wordSpacing); 81 Font(const FontPlatformData&, bool isPrinting, FontSmoothingMode = AutoSmoothing); 82 ~Font(); 84 Font(const Font&); 85 Font& operator=(const Font&); 87 bool operator==(const Font& other) const; 88 bool operator!=(const Font& other) const { return !(*this == other); } 244 inline Font::~Font() in ~Font() [all …]
|
D | FontFallbackList.h | 30 class Font; variable 47 …bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_… in isFixedPitch() 48 void determinePitch(const Font*) const; 58 const SimpleFontData* primarySimpleFontData(const Font* f) in primarySimpleFontData() 66 const FontData* primaryFontData(const Font* f) const { return fontDataAt(f, 0); } in primaryFontData() 67 const FontData* fontDataAt(const Font*, unsigned index) const; 83 friend class Font; variable
|
D | StringTruncator.h | 36 class Font; variable 40 static String centerTruncate(const String&, float maxWidth, const Font&); 41 static String rightTruncate(const String&, float maxWidth, const Font&); 42 static float width(const String&, const Font&);
|
/external/webkit/Source/WebCore/platform/graphics/efl/ |
D | FontEfl.cpp | 38 void Font::drawComplexText(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) c… in drawComplexText() 43 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */… in drawEmphasisMarksForComplexText() 48 bool Font::canReturnFallbackFontsForComplexText() in canReturnFallbackFontsForComplexText() 53 bool Font::canExpandAroundIdeographsInComplexText() in canExpandAroundIdeographsInComplexText() 58 float Font::floatWidthForComplexText(const TextRun&, HashSet<const SimpleFontData*>*, GlyphOverflow… in floatWidthForComplexText() 64 int Font::offsetForPositionForComplexText(const TextRun&, float, bool) const in offsetForPositionForComplexText() 70 FloatRect Font::selectionRectForComplexText(const TextRun&, const FloatPoint&, int, int, int) const in selectionRectForComplexText()
|
/external/junit/src/junit/swingui/ |
D | StatusLine.java | 5 import java.awt.Font; 15 public static final Font PLAIN_FONT= new Font("dialog", Font.PLAIN, 12); 16 public static final Font BOLD_FONT= new Font("dialog", Font.BOLD, 12);
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | FontHaiku.cpp | 63 bool Font::canReturnFallbackFontsForComplexText() in canReturnFallbackFontsForComplexText() 68 bool Font::canExpandAroundIdeographsInComplexText() in canExpandAroundIdeographsInComplexText() 73 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font, in drawGlyphs() 95 void Font::drawComplexText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, in drawComplexText() 101 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */… in drawEmphasisMarksForComplexText() 106 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFo… in floatWidthForComplexText() 112 FloatRect Font::selectionRectForComplexText(const TextRun&, const FloatPoint&, int, int, int) const in selectionRectForComplexText() 118 int Font::offsetForPositionForComplexText(const TextRun&, float, bool) const in offsetForPositionForComplexText()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontQt.cpp | 110 String sanitized = Font::normalizeSpaces(run.characters(), run.length()); in drawTextCommon() 238 void Font::drawSimpleText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int fr… in drawSimpleText() 243 void Font::drawComplexText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int f… in drawComplexText() 248 int Font::emphasisMarkAscent(const AtomicString&) const in emphasisMarkAscent() 254 int Font::emphasisMarkDescent(const AtomicString&) const in emphasisMarkDescent() 260 int Font::emphasisMarkHeight(const AtomicString&) const in emphasisMarkHeight() 266 void Font::drawEmphasisMarksForSimpleText(GraphicsContext* /* context */, const TextRun& /* run */,… in drawEmphasisMarksForSimpleText() 271 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */… in drawEmphasisMarksForComplexText() 276 float Font::floatWidthForSimpleText(const TextRun& run, GlyphBuffer* glyphBuffer, HashSet<const Sim… in floatWidthForSimpleText() 284 String sanitized = Font::normalizeSpaces(run.characters(), run.length()); in floatWidthForSimpleText() [all …]
|
/external/webkit/Source/WebCore/platform/win/ |
D | WebCoreTextRenderer.cpp | 49 …raphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color&… in doDrawTextAtPoint() 80 …raphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color&… in WebCoreDrawTextAtPoint() 89 …raphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color&… in WebCoreDrawDoubledTextAtPoint() 102 float WebCoreTextFloatWidth(const String& text, const Font& font) in WebCoreTextFloatWidth() 119 Font::setCodePath(complex ? Font::Complex : Font::Auto); in WebCoreSetAlwaysUsesComplexTextCodePath() 124 return Font::codePath() == Font::Complex; in WebCoreAlwaysUsesComplexTextCodePath()
|
D | WebCoreTextRenderer.h | 34 class Font; variable 38 …void WebCoreDrawTextAtPoint(GraphicsContext&, const String&, const IntPoint&, const Font&, const C… 39 …void WebCoreDrawDoubledTextAtPoint(GraphicsContext&, const String&, const IntPoint&, const Font&, … 40 float WebCoreTextFloatWidth(const String&, const Font&);
|
D | DragImageWin.cpp | 107 static Font dragLabelFont(int size, bool bold, FontRenderingMode renderingMode) in dragLabelFont() 122 Font result = Font(description, 0, 0); in dragLabelFont() 131 const Font* labelFont; in createDragImageForLink() 132 const Font* urlFont; in createDragImageForLink() 135 …static const Font alternateRenderingModeLabelFont = dragLabelFont(DragLinkLabelFontsize, true, Alt… in createDragImageForLink() 136 …static const Font alternateRenderingModeURLFont = dragLabelFont(DragLinkUrlFontSize, false, Altern… in createDragImageForLink() 140 …static const Font normalRenderingModeLabelFont = dragLabelFont(DragLinkLabelFontsize, true, Normal… in createDragImageForLink() 141 …static const Font normalRenderingModeURLFont = dragLabelFont(DragLinkUrlFontSize, false, NormalRen… in createDragImageForLink()
|
/external/webkit/Source/WebCore/platform/ |
D | Theme.h | 73 virtual Font systemFont(ThemeFont, FontDescription&) const { return Font(); } in systemFont() 84 …virtual FontDescription controlFont(ControlPart, const Font& font, float /*zoomFactor*/) const { r… in controlFont() 87 …virtual LengthSize controlSize(ControlPart, const Font&, const LengthSize& zoomedSize, float /*zoo… in controlSize() argument 90 …virtual LengthSize minimumControlSize(ControlPart, const Font&, float /*zoomFactor*/) const { retu… in minimumControlSize() argument 93 …virtual LengthBox controlPadding(ControlPart, const Font&, const LengthBox& zoomedBox, float zoomF… 94 …virtual LengthBox controlBorder(ControlPart, const Font&, const LengthBox& zoomedBox, float zoomFa…
|
/external/lohit-fonts/ |
D | NOTICE | 3 with Reserved Font Name Lohit. 5 This Font Software is licensed under the SIL Open Font License, Version 1.1. 15 The goals of the Open Font License (OFL) are to stimulate worldwide 31 "Font Software" refers to the set of files released by the Copyright 35 "Reserved Font Name" refers to any names specified as such after the 38 "Original Version" refers to the collection of Font Software components as 43 Original Version, by changing formats or by porting the Font Software to a 47 writer or other person who contributed to the Font Software. 51 a copy of the Font Software, to use, study, copy, merge, embed, modify, 52 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/external/lohit-fonts/lohit-bengali-ttf/ |
D | OFL.txt | 3 with Reserved Font Name Lohit. 5 This Font Software is licensed under the SIL Open Font License, Version 1.1. 15 The goals of the Open Font License (OFL) are to stimulate worldwide 31 "Font Software" refers to the set of files released by the Copyright 35 "Reserved Font Name" refers to any names specified as such after the 38 "Original Version" refers to the collection of Font Software components as 43 Original Version, by changing formats or by porting the Font Software to a 47 writer or other person who contributed to the Font Software. 51 a copy of the Font Software, to use, study, copy, merge, embed, modify, 52 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/external/lohit-fonts/lohit-tamil-ttf/ |
D | OFL.txt | 3 with Reserved Font Name Lohit. 5 This Font Software is licensed under the SIL Open Font License, Version 1.1. 15 The goals of the Open Font License (OFL) are to stimulate worldwide 31 "Font Software" refers to the set of files released by the Copyright 35 "Reserved Font Name" refers to any names specified as such after the 38 "Original Version" refers to the collection of Font Software components as 43 Original Version, by changing formats or by porting the Font Software to a 47 writer or other person who contributed to the Font Software. 51 a copy of the Font Software, to use, study, copy, merge, embed, modify, 52 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/external/lohit-fonts/lohit-devanagari-ttf/ |
D | OFL.txt | 3 with Reserved Font Name Lohit. 5 This Font Software is licensed under the SIL Open Font License, Version 1.1. 15 The goals of the Open Font License (OFL) are to stimulate worldwide 31 "Font Software" refers to the set of files released by the Copyright 35 "Reserved Font Name" refers to any names specified as such after the 38 "Original Version" refers to the collection of Font Software components as 43 Original Version, by changing formats or by porting the Font Software to a 47 writer or other person who contributed to the Font Software. 51 a copy of the Font Software, to use, study, copy, merge, embed, modify, 52 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontWinCE.cpp | 65 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* fontData, const Glyph… in drawGlyphs() 74 …TextRunComponent(const UChar *start, int length, const TextRun& parentTextRun, const Font &font, i… 75 TextRunComponent(int spaces, const Font &font, int offset); 87 …RunComponent(const UChar *start, int length, const TextRun& parentTextRun, const Font &font, int o) in TextRunComponent() 100 TextRunComponent::TextRunComponent(int s, const Font &font, int o) in TextRunComponent() 110 static int generateComponents(TextRunComponents* components, const Font &font, const TextRun &run) in generateComponents() 118 if (Font::treatAsSpace(run[i])) in generateComponents() 126 if (Font::treatAsSpace(run[0])) { in generateComponents() 143 if (Font::treatAsSpace(run[i])) { in generateComponents() 178 if (Font::treatAsSpace(run[i])) { in generateComponents() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontWx.cpp | 52 bool Font::canReturnFallbackFontsForComplexText() in canReturnFallbackFontsForComplexText() 61 bool Font::canExpandAroundIdeographsInComplexText() in canExpandAroundIdeographsInComplexText() 70 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font, const GlyphBuff… in drawGlyphs() 83 FloatRect Font::selectionRectForComplexText(const TextRun& run, const FloatPoint& point, int h, int… in selectionRectForComplexText() 111 float Font::getGlyphsAndAdvancesForComplexText(const TextRun& /* run */, int /* from */, int /* to … in getGlyphsAndAdvancesForComplexText() 119 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, i… in drawComplexText() 157 void Font::drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const Atom… in drawEmphasisMarksForComplexText() 168 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFo… in floatWidthForComplexText() 184 int Font::offsetForPositionForComplexText(const TextRun& run, float x, bool includePartialGlyphs) c… in offsetForPositionForComplexText()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | FontWin.cpp | 43 bool Font::canReturnFallbackFontsForComplexText() in canReturnFallbackFontsForComplexText() 48 bool Font::canExpandAroundIdeographsInComplexText() in canExpandAroundIdeographsInComplexText() 53 FloatRect Font::selectionRectForComplexText(const TextRun& run, const FloatPoint& point, int h, in selectionRectForComplexText() 72 float Font::getGlyphsAndAdvancesForComplexText(const TextRun& run, int from, int to, GlyphBuffer& g… in getGlyphsAndAdvancesForComplexText() 97 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, in drawComplexText() 114 void Font::drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const Atom… in drawEmphasisMarksForComplexText() 125 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFo… in floatWidthForComplexText() 138 int Font::offsetForPositionForComplexText(const TextRun& run, float xFloat, bool includePartialGlyp… in offsetForPositionForComplexText()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | ThemeChromiumMac.h | 44 virtual FontDescription controlFont(ControlPart, const Font&, float zoomFactor) const; 46 …virtual LengthSize controlSize(ControlPart, const Font&, const LengthSize&, float zoomFactor) cons… 47 virtual LengthSize minimumControlSize(ControlPart, const Font&, float zoomFactor) const; 49 …virtual LengthBox controlPadding(ControlPart, const Font&, const LengthBox& zoomedBox, float zoomF… 50 …virtual LengthBox controlBorder(ControlPart, const Font&, const LengthBox& zoomedBox, float zoomFa…
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ThemeMac.h | 40 virtual FontDescription controlFont(ControlPart, const Font&, float zoomFactor) const; 42 …virtual LengthSize controlSize(ControlPart, const Font&, const LengthSize&, float zoomFactor) cons… 43 virtual LengthSize minimumControlSize(ControlPart, const Font&, float zoomFactor) const; 45 …virtual LengthBox controlPadding(ControlPart, const Font&, const LengthBox& zoomedBox, float zoomF… 46 …virtual LengthBox controlBorder(ControlPart, const Font&, const LengthBox& zoomedBox, float zoomFa…
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
D | touch_autocomplete_popup_contents_view.h | 29 const gfx::Font& font, 30 const gfx::Font& bold_font); 47 TouchAutocompletePopupContentsView(const gfx::Font& font, 65 const gfx::Font& font, 66 const gfx::Font& bold_font);
|
/external/chromium/chrome/browser/chromeos/ |
D | wm_overview_title.cc | 26 using gfx::Font; 44 Font FindFontThisHigh(int pixels, Font base) { in FindFontThisHigh() 45 Font font(base.GetFontName(), 1); in FindFontThisHigh() 46 Font last_font = font; in FindFontThisHigh() 49 font = font.DeriveFont(1, Font::BOLD); in FindFontThisHigh()
|
/external/proguard/src/proguard/gui/splash/ |
D | VariableSizeFont.java | 32 private final Font font; 36 private Font cachedFont; 44 public VariableSizeFont(Font font, VariableDouble size) in VariableSizeFont() 53 public Font getFont(long time) in getFont()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontComplexTextMac.cpp | 41 FloatRect Font::selectionRectForComplexText(const TextRun& run, const FloatPoint& point, int h, in selectionRectForComplexText() 59 float Font::getGlyphsAndAdvancesForComplexText(const TextRun& run, int from, int to, GlyphBuffer& g… in getGlyphsAndAdvancesForComplexText() 83 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, i… in drawComplexText() 99 void Font::drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const Atom… in drawEmphasisMarksForComplexText() 110 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFo… in floatWidthForComplexText() 122 int Font::offsetForPositionForComplexText(const TextRun& run, float x, bool includePartialGlyphs) c… in offsetForPositionForComplexText()
|