Home
last modified time | relevance | path

Searched defs:glyphs (Results 1 – 25 of 75) sorted by relevance

123

/external/webkit/Source/WebCore/platform/graphics/cairo/
DFontCairo.cpp57 …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/
DGlyphPageTreeNodeSkia.cpp44 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/
DSVGGlyphMap.h38 Vector<SVGGlyphIdentifier> glyphs; member
77 void get(const String& string, Vector<SVGGlyphIdentifier>& glyphs) in get()
/external/harfbuzz_ng/contrib/python/scripts/
Dhbtestfont68 def __init__(self, fontname, bold, italic, size, glyphs) : argument
100 glyphs = [] variable
/external/webkit/Source/WebCore/platform/graphics/mac/
DGlyphPageTreeNodeMac.cpp60 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/
DGlyphMapAndroid.cpp47 static HB_Error substituteWithVerticalGlyphs(const FontPlatformData& platformData, uint16_t* glyphs in substituteWithVerticalGlyphs()
103 uint16_t* glyphs = glyphStorage.get(); in fill() local
DHarfbuzzSkia.cpp54 …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/
Drsurface.cpp16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun… in rs_drawGlyphs()
DSurface.cpp15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, c… in drawGlyphs()
DGnomeFontInstance.cpp41 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/
Dnon-kerned-drawing.cpp165 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/
DGlyphBuffer.h86 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/
Dtest-would-substitute.cc97 hb_codepoint_t glyphs[2]; in main() local
/external/harfbuzz_ng/test/api/
Dtest-buffer.c176 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/
Dharfbuzz-freetype.c18 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/
Dhelper-cairo.hh51 cairo_glyph_t *glyphs; member
Dhb-ot-shape-closure.cc105 hb_set_t *glyphs; member
/external/webkit/Source/WebCore/platform/graphics/pango/
DGlyphPageTreeNodePango.cpp55 PangoGlyphString* glyphs = pango_glyph_string_new(); in pango_font_get_glyph() local
/external/icu4c/layout/
DLEInsertionList.cpp20 LEGlyphID glyphs[ANY_NUMBER]; member
/external/icu4c/test/letest/
Dletest.h38 LEGlyphID *glyphs; member
/external/skia/legacy/src/ports/
DSkHarfBuzzFont.cpp26 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/
DSkHarfBuzzFont.cpp26 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/
DHarfbuzzSkia.cpp58 …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/
Dletest.h50 LEGlyphID *glyphs; member
/external/webkit/Source/WebCore/platform/graphics/win/
DUniscribeController.cpp226 Vector<WORD> glyphs; in shapeAndPlaceItem() local
380 Vector<WORD>& glyphs, Vector<WORD>& clusters, in shape()

123