/external/harfbuzz_ng/src/ |
D | hb-font.cc | 50 hb_font_get_glyph_nil (hb_font_t *font, in hb_font_get_glyph_nil() 65 hb_font_get_glyph_h_advance_nil (hb_font_t *font, in hb_font_get_glyph_h_advance_nil() 77 hb_font_get_glyph_v_advance_nil (hb_font_t *font, in hb_font_get_glyph_v_advance_nil() 89 hb_font_get_glyph_h_origin_nil (hb_font_t *font, in hb_font_get_glyph_h_origin_nil() 108 hb_font_get_glyph_v_origin_nil (hb_font_t *font, in hb_font_get_glyph_v_origin_nil() 127 hb_font_get_glyph_h_kerning_nil (hb_font_t *font, in hb_font_get_glyph_h_kerning_nil() 140 hb_font_get_glyph_v_kerning_nil (hb_font_t *font, in hb_font_get_glyph_v_kerning_nil() 153 hb_font_get_glyph_extents_nil (hb_font_t *font, in hb_font_get_glyph_extents_nil() 173 hb_font_get_glyph_contour_point_nil (hb_font_t *font, in hb_font_get_glyph_contour_point_nil() 193 hb_font_get_glyph_name_nil (hb_font_t *font, in hb_font_get_glyph_name_nil() [all …]
|
D | hb-old.cc | 87 hb_font_t *font = (hb_font_t *) old_font->userData; in hb_old_convertStringToGlyphIndices() local 115 hb_font_t *font = (hb_font_t *) old_font->userData; in hb_old_getGlyphAdvances() local 146 hb_font_t *font = (hb_font_t *) old_font->userData; in hb_old_getGlyphMetrics() local 164 hb_font_t *font = (hb_font_t *) old_font->userData; in hb_old_getFontMetric() local 188 table_func (void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length) in table_func() 222 _hb_old_shaper_font_data_create (hb_font_t *font) in _hb_old_shaper_font_data_create() 273 hb_font_t *font, in _hb_old_shape()
|
D | hb-ot-shape-fallback.cc | 194 hb_font_t *font, in position_mark() 286 hb_font_t *font, in position_around_base() 371 hb_font_t *font, in position_cluster() 397 hb_font_t *font, in _hb_ot_shape_fallback_position() 416 hb_font_t *font, in _hb_ot_shape_fallback_kern()
|
/external/icu4c/test/letest/ |
D | cfonts.cpp | 27 void le_fontClose(le_font *font) in le_fontClose() 34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encodin… in le_getNameString() 41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_… in le_getUnicodeNameString() 48 void le_deleteNameString(le_font *font, const char *name) in le_deleteNameString() 55 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name) in le_deleteUnicodeNameString() 62 le_uint32 le_getFontChecksum(le_font *font) in le_getFontChecksum()
|
D | cletest.c | 40 le_font *font = le_simpleFontOpen(12, &status); in ParamTest() local 189 le_font *font = le_simpleFontOpen(12, &status); in FactoryTest() local 212 le_font *font = le_simpleFontOpen(12, &status); in AccessTest() local 335 static void checkFontVersion(le_font *font, const char *testVersionString, in checkFontVersion() 397 le_font *font; in openFont() local 450 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID); in doTestCase() local 515 le_font *font; in GlyphToCharTest() local
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontPlatformData.h | 51 FontPlatformDataPrivate(const QFont& font) in FontPlatformDataPrivate() 62 QFont font; variable 74 FontPlatformData(const QFont& font) in FontPlatformData() 90 QFont font() const in font() function
|
/external/harfbuzz/contrib/ |
D | harfbuzz-freetype.c | 16 hb_freetype_string_to_glyphs(HB_Font font, 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() 53 hb_freetype_can_render(HB_Font font, const HB_UChar16 *chars, hb_uint32 len) { in hb_freetype_can_render() 67 hb_freetype_outline_point_get(HB_Font font, HB_Glyph glyph, int flags, in hb_freetype_outline_point_get() 95 hb_freetype_glyph_metrics_get(HB_Font font, HB_Glyph glyph, in hb_freetype_glyph_metrics_get() 116 hb_freetype_font_metric_get(HB_Font font, HB_FontMetric metric) { in hb_freetype_font_metric_get()
|
/external/chromium/chrome/browser/resources/options/ |
D | font_settings.js | 122 setUpFontSample_: function(el, size, font, showSize) { argument 175 FontSettings.setUpStandardFontSample = function(font, size) { argument 180 FontSettings.setUpSerifFontSample = function(font, size) { argument 185 FontSettings.setUpSansSerifFontSample = function(font, size) { argument 190 FontSettings.setUpFixedFontSample = function(font, size) { argument
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | HarfbuzzSkia.cpp | 56 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in stringToGlyphs() local 78 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in glyphsToAdvances() local 104 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in canRender() local 124 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getOutlinePoint() local 153 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getGlyphMetrics() local 177 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getFontMetric() local 204 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(voidface); in harfbuzzSkiaGetTable() local
|
/external/skia/legacy/src/ports/ |
D | SkHarfBuzzFont.cpp | 28 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in stringToGlyphs() local 51 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in glyphsToAdvances() local 74 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in canRender() local 85 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in getOutlinePoint() local 112 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in getGlyphMetrics() local 137 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in getFontMetric() local 168 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(voidface); in GetFontTableFunc() local
|
/external/skia/src/ports/ |
D | SkHarfBuzzFont.cpp | 28 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in stringToGlyphs() local 51 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in glyphsToAdvances() local 74 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in canRender() local 85 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in getOutlinePoint() local 112 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in getGlyphMetrics() local 137 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData); in getFontMetric() local 168 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(voidface); in GetFontTableFunc() local
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.cpp | 60 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in stringToGlyphs() local 91 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in glyphsToAdvances() local 117 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in canRender() local 141 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getOutlinePoint() local 170 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getGlyphMetrics() local 194 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getFontMetric() local 221 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(voidface); in harfbuzzSkiaGetTable() local
|
/external/harfbuzz_ng/test/api/ |
D | test-shape.c | 44 glyph_h_advance_func (hb_font_t *font, void *font_data, in glyph_h_advance_func() 57 glyph_func (hb_font_t *font, void *font_data, in glyph_func() 71 glyph_h_kerning_func (hb_font_t *font, void *font_data, in glyph_h_kerning_func() 89 hb_font_t *font; in test_shape() local
|
D | test-font.c | 113 _test_font_nil_funcs (hb_font_t *font) in _test_font_nil_funcs() 149 hb_font_t *font; in _test_fontfuncs_nil() local 203 contour_point_func1 (hb_font_t *font, void *font_data, in contour_point_func1() 223 contour_point_func2 (hb_font_t *font, void *font_data, in contour_point_func2() 239 glyph_h_advance_func1 (hb_font_t *font, void *font_data, in glyph_h_advance_func1() 366 hb_font_t *font; in test_font_properties() local
|
/external/proguard/src/proguard/gui/splash/ |
D | FontSprite.java | 32 private final VariableFont font; field in FontSprite 41 public FontSprite(VariableFont font, in FontSprite()
|
D | VariableSizeFont.java | 32 private final Font font; field in VariableSizeFont 44 public VariableSizeFont(Font font, VariableDouble size) in VariableSizeFont()
|
/external/webkit/Source/WebCore/platform/win/ |
D | WebCoreTextRenderer.cpp | 49 …raphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color&… in doDrawTextAtPoint() 80 …raphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color&… in WebCoreDrawTextAtPoint() 89 …raphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color&… in WebCoreDrawDoubledTextAtPoint() 102 float WebCoreTextFloatWidth(const String& text, const Font& font) in WebCoreTextFloatWidth()
|
/external/icu4c/samples/layout/ |
D | Surface.cpp | 5 void GDISurface::setFont(RenderingFontInstance *font) in setFont() 15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, c… in drawGlyphs()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | FontCairo.cpp | 46 static void prepareContextForGlyphDrawing(cairo_t* context, const SimpleFontData* font, const Float… in prepareContextForGlyphDrawing() 57 static void drawGlyphsToContext(cairo_t* context, const SimpleFontData* font, GlyphBufferGlyph* gly… in drawGlyphsToContext() 68 …dow(GraphicsContext* graphicsContext, const FloatPoint& point, const SimpleFontData* font, GlyphBu… in drawGlyphsShadow() 99 void Font::drawGlyphs(GraphicsContext* context, const SimpleFontData* font, const GlyphBuffer& glyp… in drawGlyphs()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | QtFallbackWebPopup.h | 55 void setFont(const QFont& font) { m_font = font; } in setFont() 56 QFont font() const { return m_font; } in font() function
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
D | fontprops.cpp | 43 wxFontProperties::wxFontProperties(wxFont* font): in wxFontProperties() 97 bool wxFontContainsCharacters(const wxFont& font, const UChar* characters, int length) in wxFontContainsCharacters() 102 void GetTextExtent( const wxFont& font, const wxString& str, wxCoord *width, wxCoord *height, in GetTextExtent()
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
D | FontCachePango.cpp | 38 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters… in getFontDataForCharacters() 43 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font) in getSimilarFontPlatformData()
|
/external/webkit/Source/WebCore/platform/wx/wxcode/win/ |
D | fontprops.cpp | 47 wxFontProperties::wxFontProperties(wxFont* font): in wxFontProperties() 69 bool wxFontContainsCharacters(void* font, const UChar* characters, int length) in wxFontContainsCharacters() 109 void GetTextExtent( const wxFont& font, const wxString& str, wxCoord *width, wxCoord *height, in GetTextExtent()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontPlatformData.h | 69 FontHolder(wxFont* font) in FontHolder() 73 wxFont* font() { return m_font; } in font() function 116 wxFont* font() const { in font() function
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
D | BitmapTextPage.java | 60 BitmapTextPage(BitmapFont font, boolean arrayBased, int page) { in BitmapTextPage() 102 BitmapTextPage(BitmapFont font, boolean arrayBased) { in BitmapTextPage() 106 BitmapTextPage(BitmapFont font) { in BitmapTextPage()
|