Searched defs:Font (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebCore/platform/haiku/
H A DFileChooserHaiku.cpp31 String FileChooser::basenameForWidth(const Font&, int width) const argument
/external/webkit/WebCore/platform/wx/
H A DFileChooserWx.cpp33 String FileChooser::basenameForWidth(const Font&, int width) const argument
/external/webkit/WebCore/platform/
H A DTheme.cpp31 LengthBox Theme::controlBorder(ControlPart part, const Font&, const LengthBox& zoomedBox, float) const argument
45 LengthBox Theme::controlPadding(ControlPart part, const Font&, const LengthBox& zoomedBox, float) const argument
H A DTheme.h30 #include "Font.h"
73 virtual Font systemFont(ThemeFont, FontDescription&) const { return Font(); }
84 virtual FontDescription controlFont(ControlPart, const Font& font, float /*zoomFactor*/) const { return font.fontDescription(); }
87 virtual LengthSize controlSize(ControlPart, const Font&, const LengthSize& zoomedSize, float /*zoomFactor*/) const { return zoomedSize; } argument
90 virtual LengthSize minimumControlSize(ControlPart, const Font&, float /*zoomFactor*/) const { return LengthSize(Length(0, Fixed), Length(0, Fixed)); } argument
93 virtual LengthBox controlPadding(ControlPart, const Font&, const LengthBox& zoomedBox, float zoomFactor) const;
94 virtual LengthBox controlBorder(ControlPart, const Font&, const LengthBox& zoomedBox, float zoomFactor) const;
/external/webkit/WebCore/rendering/
H A DRenderBR.h43 virtual unsigned width(unsigned /*from*/, unsigned /*len*/, const Font&, int /*xpos*/) const { return 0; } argument
/external/webkit/WebCore/platform/graphics/qt/
H A DFontCacheQt.cpp30 #include "Font.h"
47 const SimpleFontData* FontCache::getFontDataForCharacters(const Font&, const UChar*, int) argument
52 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
/external/webkit/WebCore/platform/graphics/
H A DFont.cpp25 #include "Font.h"
42 const uint8_t Font::gRoundingHackCharacterTable[256] = {
53 Font::CodePath Font::s_codePath = Auto;
57 // Font Implementation (Cross-Platform Portion)
60 Font::Font() function in class:WebCore::Font
67 Font::Font(const FontDescription& fd, short letterSpacing, short wordSpacing) function in class:WebCore::Font
75 Font function in class:WebCore::Font
85 Font::Font(const Font& other) function in class:WebCore::Font
[all...]
H A DFont.h59 class Font { class in namespace:WebCore
61 Font();
62 Font(const FontDescription&, short letterSpacing, short wordSpacing);
64 Font(const FontPlatformData&, bool isPrinting);
65 ~Font();
67 Font(const Font&);
68 Font& operator=(const Font&);
70 bool operator==(const Font
[all...]
/external/webkit/WebCore/inspector/
H A DInspectorResource.h64 Font, enumerator in enum:WebCore::InspectorResource::Type
/external/webkit/WebCore/inspector/front-end/
H A DResource.js102 Font: 3,
122 case this.Font:
394 case WebInspector.Resource.Type.Font:

Completed in 88 milliseconds