OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_styleGroup
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm
86
if (wkGetATSStyleGroup(fontStyle, &fontData->
m_styleGroup
) != noErr) {
149
m_styleGroup
= 0;
362
if (
m_styleGroup
)
363
wkReleaseStyleGroup(
m_styleGroup
);
GlyphPageTreeNodeMac.cpp
140
wkConvertCharToGlyphs(fontData->
m_styleGroup
, buffer, bufferLength, &glyphVector);
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
261
void*
m_styleGroup
;
Completed in 105 milliseconds