/external/webkit/WebCore/platform/graphics/ |
D | GlyphWidthMap.h | 38 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()
|
D | GlyphPageTreeNode.h | 49 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];
|
D | SimpleFontData.h | 77 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()
|
D | GlyphBuffer.h | 47 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()
|
D | SimpleFontData.cpp | 115 Glyph digitZeroGlyph = glyphPageZero->glyphDataForCharacter(digitZeroChar).glyph; in initCharWidths() 156 Glyph zeroWidthSpaceGlyph = glyphPageZero->glyphDataForCharacter(0).glyph; in platformGlyphInit()
|
D | WidthIterator.cpp | 117 Glyph glyph = glyphData.glyph; in advance()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | GlyphPageTreeNodeChromiumWin.cpp | 53 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()
|
D | SimpleFontDataLinux.cpp | 115 const Glyph xGlyph = glyphPageZero->glyphDataForCharacter(x_char).glyph; in platformInit() 175 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
|
D | SimpleFontDataChromiumWin.cpp | 154 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | SimpleFontDataCGWin.cpp | 104 Glyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0; in platformInit() 129 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
|
D | GlyphPageTreeNodeCGWin.cpp | 48 Glyph glyph = localGlyphBuffer[i]; in fill()
|
D | GlyphPageTreeNodeCairoWin.cpp | 57 Glyph glyph = localGlyphBuffer[i]; in fill()
|
D | SimpleFontDataCairoWin.cpp | 99 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
|
D | SimpleFontDataWin.cpp | 182 float SimpleFontData::widthForGDIGlyph(Glyph glyph) const in widthForGDIGlyph()
|
D | UniscribeController.cpp | 297 Glyph glyph = glyphs[k]; in shapeAndPlaceItem()
|
D | FontCGWin.cpp | 50 static CGPathRef createPathForGlyph(HDC hdc, Glyph glyph) in createPathForGlyph()
|
/external/webkit/WebCore/platform/graphics/gtk/ |
D | GlyphPageTreeNodeGtk.cpp | 51 Glyph glyph = FcFreeTypeCharIndex(face, buffer[i]); in fill()
|
D | GlyphPageTreeNodePango.cpp | 86 …Glyph glyph = pango_font_get_glyph(fontData->platformData().m_font, fontData->platformData().m_con… in fill()
|
D | SimpleFontDataGtk.cpp | 119 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
|
D | SimpleFontDataPango.cpp | 122 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | SimpleFontDataWx.cpp | 97 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | GlyphPageTreeNodeMac.cpp | 76 Glyph glyph = glyphRecord->glyphID; in fill()
|
D | SimpleFontDataMac.mm | 294 Glyph glyph = glyphPageZero->glyphDataForCharacter((i < 26 ? i + 'a' : ' ')).glyph; 392 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const
|
/external/webkit/WebCore/platform/graphics/android/ |
D | FontDataAndroid.cpp | 118 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | SimpleFontDataWince.cpp | 134 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const in platformWidthForGlyph()
|