/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | FontCairo.cpp | 57 …awGlyphsToContext(cairo_t* context, const SimpleFontData* font, GlyphBufferGlyph* glyphs, int numG… in drawGlyphsToContext() 68 …csContext, const FloatPoint& point, const SimpleFontData* font, GlyphBufferGlyph* glyphs, int numG… in drawGlyphsShadow() 102 GlyphBufferGlyph* glyphs = (GlyphBufferGlyph*)glyphBuffer.glyphs(from); in drawGlyphs() local
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GlyphPageTreeNodeSkia.cpp | 44 static int substituteWithVerticalGlyphs(const SimpleFontData* fontData, uint16_t* glyphs, unsigned … in substituteWithVerticalGlyphs() 86 uint16_t* glyphs = glyphStorage.get(); in fill() local
|
/external/webkit/Source/WebCore/svg/ |
D | SVGGlyphMap.h | 38 Vector<SVGGlyphIdentifier> glyphs; member 77 void get(const String& string, Vector<SVGGlyphIdentifier>& glyphs) in get()
|
/external/harfbuzz_ng/contrib/python/scripts/ |
D | hbtestfont | 68 def __init__(self, fontname, bold, italic, size, glyphs) : argument 100 glyphs = [] variable
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | GlyphPageTreeNodeMac.cpp | 60 Vector<CGGlyph, 512> glyphs(bufferLength); in fill() local 104 const CGGlyph* glyphs = CTRunGetGlyphsPtr(ctRun); in fill() local
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | GlyphMapAndroid.cpp | 47 static HB_Error substituteWithVerticalGlyphs(const FontPlatformData& platformData, uint16_t* glyphs… in substituteWithVerticalGlyphs() 103 uint16_t* glyphs = glyphStorage.get(); in fill() local
|
D | HarfbuzzSkia.cpp | 54 …phs(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length, HB_Glyph* glyphs, hb_uint32* g… in stringToGlyphs() 76 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, hb_uint32 numGlyphs, HB_Fixed*… in glyphsToAdvances()
|
/external/icu4c/samples/layout/ |
D | rsurface.cpp | 16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun… in rs_drawGlyphs()
|
D | Surface.cpp | 15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, c… in drawGlyphs()
|
D | GnomeFontInstance.cpp | 41 void GnomeSurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, in drawGlyphs() 178 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCoun… in rasterizeGlyphs()
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
D | non-kerned-drawing.cpp | 165 PangoGlyphString* glyphs = pango_glyph_string_new(); in pango_font_get_glyph() local 201 cairo_glyph_t* glyphs = NULL; in drawTextWithSpacing() local
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GlyphBuffer.h | 86 GlyphBufferGlyph* glyphs(int from) { return m_glyphs.data() + from; } in glyphs() function 88 const GlyphBufferGlyph* glyphs(int from) const { return m_glyphs.data() + from; } in glyphs() function
|
/external/harfbuzz_ng/src/ |
D | test-would-substitute.cc | 97 hb_codepoint_t glyphs[2]; in main() local
|
/external/harfbuzz_ng/test/api/ |
D | test-buffer.c | 176 hb_glyph_info_t *glyphs; in test_buffer_contents() local 373 hb_glyph_info_t *glyphs; in test_buffer_utf8_conversion() local 665 hb_glyph_info_t *glyphs; in test_buffer_utf8_validity() local 722 hb_glyph_info_t *glyphs; in test_buffer_utf16_conversion() local
|
/external/harfbuzz/contrib/ |
D | harfbuzz-freetype.c | 18 HB_Glyph *glyphs, hb_uint32 *numGlyphs, in hb_freetype_string_to_glyphs() 36 hb_freetype_advances_get(HB_Font font, const HB_Glyph *glyphs, hb_uint32 len, in hb_freetype_advances_get()
|
/external/harfbuzz_ng/util/ |
D | helper-cairo.hh | 51 cairo_glyph_t *glyphs; member
|
D | hb-ot-shape-closure.cc | 105 hb_set_t *glyphs; member
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
D | GlyphPageTreeNodePango.cpp | 55 PangoGlyphString* glyphs = pango_glyph_string_new(); in pango_font_get_glyph() local
|
/external/icu4c/layout/ |
D | LEInsertionList.cpp | 20 LEGlyphID glyphs[ANY_NUMBER]; member
|
/external/icu4c/test/letest/ |
D | letest.h | 38 LEGlyphID *glyphs; member
|
/external/skia/legacy/src/ports/ |
D | SkHarfBuzzFont.cpp | 26 hb_uint32 length, HB_Glyph* glyphs, in stringToGlyphs() 49 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, in glyphsToAdvances()
|
/external/skia/src/ports/ |
D | SkHarfBuzzFont.cpp | 26 hb_uint32 length, HB_Glyph* glyphs, in stringToGlyphs() 49 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, in glyphsToAdvances()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.cpp | 58 …phs(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length, HB_Glyph* glyphs, hb_uint32* g… in stringToGlyphs() 89 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, hb_uint32 numGlyphs, HB_Fixed*… in glyphsToAdvances()
|
/external/harfbuzz_ng/src/hb-icu-le/ |
D | letest.h | 50 LEGlyphID *glyphs; member
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | UniscribeController.cpp | 226 Vector<WORD> glyphs; in shapeAndPlaceItem() local 380 Vector<WORD>& glyphs, Vector<WORD>& clusters, in shape()
|