OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPartOfLigature
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h
55
:
isPartOfLigature
(false)
77
return
isPartOfLigature
== other.
isPartOfLigature
90
bool
isPartOfLigature
: 1;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp
118
ASSERT(!svgGlyph.
isPartOfLigature
);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp
87
newGlyphPart.
isPartOfLigature
= true;
SVGFontData.cpp
224
if (svgGlyph.
isPartOfLigature
)
Completed in 978 milliseconds