Home
last modified time | relevance | path

Searched refs:Glyph (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/WebCore/platform/graphics/
DGlyphWidthMap.h38 typedef unsigned short Glyph; typedef
47 float widthForGlyph(Glyph glyph) in widthForGlyph()
52 void setWidthForGlyph(Glyph glyph, float width) in setWidthForGlyph()
62 float widthForGlyph(Glyph glyph) const { return m_widths[glyph % size]; } in widthForGlyph()
63 void setWidthForGlyph(Glyph glyph, float width) in setWidthForGlyph()
DGlyphPageTreeNode.h49 typedef unsigned short Glyph; typedef
54 GlyphData(Glyph g = 0, const SimpleFontData* f = 0)
59 Glyph glyph;
93 Glyph glyphAt(unsigned index) const in glyphAt()
104 void setGlyphDataForCharacter(UChar32 c, Glyph g, const SimpleFontData* f) in setGlyphDataForCharacter()
108 void setGlyphDataForIndex(unsigned index, Glyph g, const SimpleFontData* f) in setGlyphDataForIndex()
143 Glyph m_glyphs[size];
DSimpleFontData.h77 float widthForGlyph(Glyph) const;
78 float platformWidthForGlyph(Glyph) const;
87 Glyph spaceGlyph() const { return m_spaceGlyph; } in spaceGlyph()
165 float widthForGDIGlyph(Glyph glyph) const;
190 Glyph m_spaceGlyph;
234 ALWAYS_INLINE float SimpleFontData::widthForGlyph(Glyph glyph) const in widthForGlyph()
DGlyphBuffer.h47 typedef unsigned short Glyph; typedef
56 typedef Glyph GlyphBufferGlyph;
114 Glyph glyphAt(int index) const in glyphAt()
144 void add(Glyph glyph, const SimpleFontData* font, float width, const FloatSize* offset = 0)
176 void add(Glyph glyph, const SimpleFontData* font, GlyphBufferAdvance advance) in add()
DSimpleFontData.cpp115 Glyph digitZeroGlyph = glyphPageZero->glyphDataForCharacter(digitZeroChar).glyph; in initCharWidths()
156 Glyph zeroWidthSpaceGlyph = glyphPageZero->glyphDataForCharacter(0).glyph; in platformGlyphInit()
DWidthIterator.cpp117 Glyph glyph = glyphData.glyph; in advance()
/external/webkit/WebCore/platform/graphics/chromium/
DGlyphPageTreeNodeChromiumWin.cpp53 static Glyph initSpaceGlyph(HDC dc, Glyph* spaceGlyph) in initSpaceGlyph()
140 Glyph spaceGlyph = 0; // Glyph for a space. Lazily filled. in fillBMPGlyphs()
144 Glyph glyph = localGlyphBuffer[i]; in fillBMPGlyphs()
DSimpleFontDataLinux.cpp115 const Glyph xGlyph = glyphPageZero->glyphDataForCharacter(x_char).glyph; in platformInit()
175 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
DSimpleFontDataChromiumWin.cpp154 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
/external/webkit/WebCore/platform/graphics/win/
DSimpleFontDataCGWin.cpp104 Glyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0; in platformInit()
129 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
DGlyphPageTreeNodeCGWin.cpp48 Glyph glyph = localGlyphBuffer[i]; in fill()
DGlyphPageTreeNodeCairoWin.cpp57 Glyph glyph = localGlyphBuffer[i]; in fill()
DSimpleFontDataCairoWin.cpp99 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
DSimpleFontDataWin.cpp182 float SimpleFontData::widthForGDIGlyph(Glyph glyph) const in widthForGDIGlyph()
DUniscribeController.cpp297 Glyph glyph = glyphs[k]; in shapeAndPlaceItem()
DFontCGWin.cpp50 static CGPathRef createPathForGlyph(HDC hdc, Glyph glyph) in createPathForGlyph()
/external/webkit/WebCore/platform/graphics/gtk/
DGlyphPageTreeNodeGtk.cpp51 Glyph glyph = FcFreeTypeCharIndex(face, buffer[i]); in fill()
DGlyphPageTreeNodePango.cpp86Glyph glyph = pango_font_get_glyph(fontData->platformData().m_font, fontData->platformData().m_con… in fill()
DSimpleFontDataGtk.cpp119 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
DSimpleFontDataPango.cpp122 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
/external/webkit/WebCore/platform/graphics/wx/
DSimpleFontDataWx.cpp97 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
/external/webkit/WebCore/platform/graphics/mac/
DGlyphPageTreeNodeMac.cpp76 Glyph glyph = glyphRecord->glyphID; in fill()
DSimpleFontDataMac.mm294 Glyph glyph = glyphPageZero->glyphDataForCharacter((i < 26 ? i + 'a' : ' ')).glyph;
392 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const
/external/webkit/WebCore/platform/graphics/android/
DFontDataAndroid.cpp118 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
/external/webkit/WebCore/platform/graphics/wince/
DSimpleFontDataWince.cpp134 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()

12