OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smallcaps
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebFontDescription.cpp
47
smallCaps
= desc.
smallCaps
();
65
desc.setSmallCaps(
smallCaps
);
/external/chromium_org/third_party/WebKit/public/web/
WebFontDescription.h
78
,
smallCaps
(false)
90
bool
smallCaps
;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.cpp
197
if (!m_derivedFontData->
smallCaps
)
198
m_derivedFontData->
smallCaps
= createScaledFontData(fontDescription, smallCapsFontSizeMultiplier);
200
return m_derivedFontData->
smallCaps
;
246
if (
smallCaps
)
247
GlyphPageTreeNode::pruneTreeCustomFontData(
smallCaps
.get());
SimpleFontData.h
226
RefPtr<SimpleFontData>
smallCaps
;
Font.h
114
bool isSmallCaps() const { return m_fontDescription.
smallCaps
(); }
FontDescription.h
113
FontSmallCaps
smallCaps
() const { return static_cast<FontSmallCaps>(m_smallCaps); }
FontFastPath.cpp
169
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/platform/fonts/mac/
SimpleFontDataMac.mm
294
if (m_derivedFontData->
smallCaps
)
295
FontCache::fontCache()->releaseFontData(m_derivedFontData->
smallCaps
.get());
/external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h
517
((
SmallCaps
, 5))
/external/skia/src/sfnt/
SkPanose.h
517
((
SmallCaps
, 5))
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
455
void FontBuilder::setSmallCaps(FontSmallCaps
smallCaps
)
459
scope.fontDescription().setSmallCaps(
smallCaps
);
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StyleBuilderFunctions.cpp.tmpl
464
{{ apply_font("CSSPropertyFontVariant", "
SmallCaps
", "FontSmallCapsOff", "FontSmallCaps") }}
/external/e2fsprogs/doc/
texinfo.tex
[
all
...]
/external/grub/docs/
texinfo.tex
[
all
...]
/external/libffi/
texinfo.tex
[
all
...]
/ndk/sources/host-tools/make-3.81/config/
texinfo.tex
[
all
...]
/external/bison/build-aux/
texinfo.tex
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex
[
all
...]
/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 1649 milliseconds