OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_glyphs
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h
79
m_glyphs
.clear();
86
GlyphBufferGlyph* glyphs(int from) { return
m_glyphs
.data() + from; }
88
const GlyphBufferGlyph* glyphs(int from) const { return
m_glyphs
.data() + from; }
99
GlyphBufferGlyph g =
m_glyphs
[index1];
100
m_glyphs
[index1] =
m_glyphs
[index2];
101
m_glyphs
[index2] = g;
117
return
m_glyphs
[index].index;
119
return
m_glyphs
[index];
151
m_glyphs
.append(cairoGlyph)
206
Vector<GlyphBufferGlyph, 2048>
m_glyphs
;
member in class:WebCore::GlyphBuffer
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h
241
return static_cast<int>(
m_glyphs
.size());
272
Vector<WORD, UNISCRIBE_HELPER_STACK_CHARS>
m_glyphs
;
member in struct:WebCore::UniscribeHelper::Shaping
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h
96
const CGGlyph* glyphs() const { return
m_glyphs
; }
134
const CGGlyph*
m_glyphs
;
member in class:WebCore::ComplexTextController::ComplexTextRun
Completed in 2190 milliseconds