OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontBuilder
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.h
39
class
FontBuilder
{
40
WTF_MAKE_NONCOPYABLE(
FontBuilder
); WTF_MAKE_FAST_ALLOCATED;
42
FontBuilder
();
84
//
FontBuilder
calls at the callsite.
107
// any notion of RenderStyle from here, allowing
FontBuilder
to build Font objects
113
//
Fontbuilder
is responsbile for creating the Font()
116
// is changed,
FontBuilder
tracks the need to update
FontBuilder.cpp
24
#include "core/css/resolver/
FontBuilder
.h"
41
FontDescriptionChangeScope(
FontBuilder
*
fontBuilder
)
42
: m_fontBuilder(
fontBuilder
)
43
, m_fontDescription(
fontBuilder
->m_style->fontDescription())
57
FontBuilder
* m_fontBuilder;
61
FontBuilder
::
FontBuilder
()
68
void
FontBuilder
::initForStyleResolve(const Document* document, RenderStyle* style, bool useSVGZoomRules)
80
void
FontBuilder
::clear(
[
all
...]
Completed in 408 milliseconds