OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlyphBufferAdvance
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h
62
typedef CGSize
GlyphBufferAdvance
;
64
// There is no cross-platform code that uses the height of
GlyphBufferAdvance
,
66
typedef float
GlyphBufferAdvance
;
68
typedef FloatSize
GlyphBufferAdvance
;
87
GlyphBufferAdvance
* advances(int from) { return m_advances.data() + from; }
89
const
GlyphBufferAdvance
* advances(int from) const { return m_advances.data() + from; }
103
GlyphBufferAdvance
s = m_advances[index1];
176
void add(Glyph glyph, const SimpleFontData* font,
GlyphBufferAdvance
advance)
194
GlyphBufferAdvance
& lastAdvance = m_advances.last();
207
Vector<
GlyphBufferAdvance
, 2048> m_advances
[
all
...]
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
non-kerned-drawing.cpp
107
const
GlyphBufferAdvance
* advances = glyphBuffer.advances(from);
/external/webkit/Source/WebCore/platform/graphics/chromium/
FontLinux.cpp
95
const
GlyphBufferAdvance
* adv = glyphBuffer.advances(from);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp
211
const
GlyphBufferAdvance
* adv = glyphBuffer.advances(from);
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp
[
all
...]
Completed in 121 milliseconds