HomeSort by relevance Sort by last modified time
    Searched defs:FontBuilder (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.h 40 class FontBuilder {
41 WTF_MAKE_NONCOPYABLE(FontBuilder); WTF_MAKE_FAST_ALLOCATED;
43 FontBuilder();
84 // FontBuilder calls at the callsite.
117 // any notion of RenderStyle from here, allowing FontBuilder to build Font objects
123 // Fontbuilder is responsbile for creating the Font()
126 // is changed, FontBuilder tracks the need to update
FontBuilder.cpp 24 #include "core/css/resolver/FontBuilder.h"
43 FontDescriptionChangeScope(FontBuilder* fontBuilder)
44 : m_fontBuilder(fontBuilder)
45 , m_fontDescription(fontBuilder->m_style->fontDescription())
59 FontBuilder* m_fontBuilder;
63 FontBuilder::FontBuilder()
71 void FontBuilder::initForStyleResolve(const Document& document, RenderStyle* style)
94 void FontBuilder::setInitial(float effectiveZoom
    [all...]

Completed in 2318 milliseconds