Home
last modified time | relevance | path

Searched defs:Font (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/brotli/src/woff2/
Dfont.h31 struct Font { struct
54 bool ReadFont(const uint8_t* data, size_t len, Font* font); argument
/external/chromium_org/ui/gfx/
Dfont.cc15 Font::Font() : platform_font_(PlatformFont::CreateDefault()) { in Font() function in gfx::Font
18 Font::Font(const Font& other) : platform_font_(other.platform_font_) { in Font() function in gfx::Font
26 Font::Font(NativeFont native_font) in Font() function in gfx::Font
30 Font::Font(PlatformFont* platform_font) : platform_font_(platform_font) { in Font() function in gfx::Font
33 Font::Font(const std::string& font_name, int font_size) in Font() function in gfx::Font
Dplatform_font.h17 class Font; variable
Dfont_list_impl.h15 class Font; variable
Dpango_util.h22 class Font; variable
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusFont.h19 Font::Font(IN HDC hdc) in Font() function
34 Font::Font(IN HDC hdc, in Font() function
63 Font::Font(IN HDC hdc, in Font() function
85 Font::Font(IN HDC hdc, in Font() function
108 Font::Font( in Font() function
132 Font::Font( in Font() function
269 Font::Font(IN GpFont* font, in Font() function
278 Font::SetNativeFont(GpFont *Font) in SetNativeFont()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextControllerCoreText.mm50 - (id)initWithFont:(const WebCore::Font*)font character:(UChar32)character;
57 {
/external/chromium_org/ui/base/l10n/
Dl10n_font_util.h12 class Font; variable
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
Dstats.h25 class Font; variable
Dmerger.h24 class Font; variable
/external/sfntly/cpp/src/sample/subtly/
Dstats.h25 class Font; variable
Dmerger.h24 class Font; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngineSpacing.h27 class Font; variable
DSVGTextLayoutEngineBaseline.h28 class Font; variable
DSVGTextRunRenderingContext.h49 …virtual GlyphData glyphDataForCharacter(const Font&, const TextRun&, WidthIterator&, UChar32 chara… in glyphDataForCharacter()
51 …virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyph… in floatWidthUsingSVGFont()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DStringTruncator.h37 class Font; variable
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeFieldElement.h37 class Font; variable
DDateTimeFieldElement.cpp195 float DateTimeFieldElement::maximumWidth(const Font&) in maximumWidth()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DRenderTextInfo.h30 class Font; variable
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
Dtable.h30 class Font; variable
/external/sfntly/cpp/src/sfntly/table/
Dtable.h30 class Font; variable
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfResourceDictionary_autogen.cpp71 SkPdfDictionary* SkPdfResourceDictionary::Font(SkPdfNativeDoc* doc) { in Font() function in SkPdfResourceDictionary
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfResourceDictionary_autogen.cpp71 SkPdfDictionary* SkPdfResourceDictionary::Font(SkPdfNativeDoc* doc) { in Font() function in SkPdfResourceDictionary
/external/chromium_org/third_party/WebKit/Source/core/css/
DFontFaceSet.h54 class Font; variable
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontFallbackList.h120 friend class Font; variable

12