OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smallCaps
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebFontDescription.h
78
,
smallCaps
(false)
90
bool
smallCaps
;
/external/chromium_org/third_party/WebKit/Source/web/
WebFontDescription.cpp
47
smallCaps
= desc.
smallCaps
();
65
desc.setSmallCaps(
smallCaps
);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SimpleFontData.cpp
202
if (!m_derivedFontData->
smallCaps
)
203
m_derivedFontData->
smallCaps
= createScaledFontData(fontDescription, smallCapsFontSizeMultiplier);
205
return m_derivedFontData->
smallCaps
;
251
if (
smallCaps
)
252
GlyphPageTreeNode::pruneTreeCustomFontData(
smallCaps
.get());
FontDescription.h
111
FontSmallCaps
smallCaps
() const { return static_cast<FontSmallCaps>(m_smallCaps); }
SimpleFontData.h
243
RefPtr<SimpleFontData>
smallCaps
;
Font.h
114
bool isSmallCaps() const { return m_fontDescription.
smallCaps
(); }
FontFastPath.cpp
168
if (m_fontDescription.
smallCaps
() && !primaryFont()->isSVGFont()) {
/external/chromium_org/content/child/
browser_font_resource_trusted.cc
217
result.
smallCaps
= font.small_caps != PP_FALSE;
283
description->small_caps = web_desc.
smallCaps
? PP_TRUE : PP_FALSE;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
SimpleFontDataMac.mm
295
if (m_derivedFontData->
smallCaps
)
296
fontCache()->releaseFontData(m_derivedFontData->
smallCaps
.get());
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
461
void FontBuilder::setSmallCaps(FontSmallCaps
smallCaps
)
465
scope.fontDescription().setSmallCaps(
smallCaps
);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h
[
all
...]
CSSComputedStyleDeclaration.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp
[
all
...]
Completed in 314 milliseconds