/external/harfbuzz_ng/src/ |
D | hb-font.cc | 48 hb_font_get_glyph_nil (hb_font_t *font, in hb_font_get_glyph_nil() 63 hb_font_get_glyph_h_advance_nil (hb_font_t *font, in hb_font_get_glyph_h_advance_nil() 75 hb_font_get_glyph_v_advance_nil (hb_font_t *font, in hb_font_get_glyph_v_advance_nil() 87 hb_font_get_glyph_h_origin_nil (hb_font_t *font, in hb_font_get_glyph_h_origin_nil() 106 hb_font_get_glyph_v_origin_nil (hb_font_t *font, in hb_font_get_glyph_v_origin_nil() 125 hb_font_get_glyph_h_kerning_nil (hb_font_t *font, in hb_font_get_glyph_h_kerning_nil() 138 hb_font_get_glyph_v_kerning_nil (hb_font_t *font, in hb_font_get_glyph_v_kerning_nil() 151 hb_font_get_glyph_extents_nil (hb_font_t *font, in hb_font_get_glyph_extents_nil() 171 hb_font_get_glyph_contour_point_nil (hb_font_t *font, in hb_font_get_glyph_contour_point_nil() 191 hb_font_get_glyph_name_nil (hb_font_t *font, in hb_font_get_glyph_name_nil() [all …]
|
D | hb-ot-shape-complex-arabic-fallback.hh | 49 hb_font_t *font, in arabic_fallback_synthesize_lookup_single() 102 hb_font_t *font) in arabic_fallback_synthesize_lookup_ligature() 185 hb_font_t *font, in arabic_fallback_synthesize_lookup() 227 hb_font_t *font) in arabic_fallback_plan_init_win1256() 272 hb_font_t *font) in arabic_fallback_plan_init_unicode() 298 hb_font_t *font) in arabic_fallback_plan_create() 340 hb_font_t *font, in arabic_fallback_plan_shape()
|
D | hb-ot-shape-fallback.cc | 196 hb_font_t *font, in position_mark() 302 hb_font_t *font, in position_around_base() 388 hb_font_t *font, in position_cluster() 415 hb_font_t *font, in _hb_ot_shape_fallback_position() 436 hb_font_t *font, in _hb_ot_shape_fallback_kern()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 19 def compile(self, writer, font): argument 23 def toXML(self, xmlWriter, font, attrs=None, name=None): argument 39 def postRead(self, rawTable, font): argument 79 def preWrite(self, font): argument 124 def toXML2(self, xmlWriter, font): argument 129 def fromXML(self, name, attrs, content, font): argument 144 def postRead(self, rawTable, font): argument 165 def preWrite(self, font): argument 204 def toXML2(self, xmlWriter, font): argument 211 def fromXML(self, name, attrs, content, font): argument [all …]
|
D | otConverters.py | 67 def read(self, reader, font, tableDict): argument 71 def write(self, writer, font, tableDict, value, repeatIndex=None): argument 75 def xmlRead(self, attrs, content, font): argument 79 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 85 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 88 def xmlRead(self, attrs, content, font): argument 92 def xmlRead(self, attrs, content, font): argument 96 def read(self, reader, font, tableDict): argument 98 def write(self, writer, font, tableDict, value, repeatIndex=None): argument 102 def read(self, reader, font, tableDict): argument [all …]
|
D | otBase.py | 32 def decompile(self, data, font): argument 55 def compile(self, font): argument 107 def toXML(self, writer, font): argument 110 def fromXML(self, name, attrs, content, font): argument 541 def decompile(self, reader, font): argument 584 def compile(self, writer, font): argument 637 def postRead(self, table, font): argument 640 def preWrite(self, font): argument 643 def toXML(self, xmlWriter, font, attrs=None, name=None): argument 655 def toXML2(self, xmlWriter, font): argument [all …]
|
/external/icu/icu4c/source/test/letest/ |
D | cfonts.cpp | 29 void le_fontClose(le_font *font) in le_fontClose() 36 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encodin… in le_getNameString() 43 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_… in le_getUnicodeNameString() 50 void le_deleteNameString(le_font *font, const char *name) in le_deleteNameString() 57 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name) in le_deleteUnicodeNameString() 64 le_uint32 le_getFontChecksum(le_font *font) in le_getFontChecksum()
|
D | cletest.c | 42 le_font *font = le_simpleFontOpen(12, &status); in ParamTest() local 191 le_font *font = le_simpleFontOpen(12, &status); in FactoryTest() local 214 le_font *font = le_simpleFontOpen(12, &status); in AccessTest() local 337 static void checkFontVersion(le_font *font, const char *testVersionString, in checkFontVersion() 399 le_font *font; in openFont() local 452 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID); in doTestCase() local 518 le_font *font; in GlyphToCharTest() local
|
/external/icu/icu4c/source/test/perf/leperf/ |
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 | leperf.cpp | 18 LEFontInstance *font; member in Params 35 LEFontInstance *font = params->font; in iterate() local 98 PortableFontInstance *font; in main() local
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | text.c | 48 static VGboolean del_glyph(struct vg_font *font, in del_glyph() 61 static void add_glyph(struct vg_font *font, in add_glyph() 82 static struct vg_glyph *get_glyph(struct vg_font *font, in get_glyph() 135 struct vg_font *font; in font_create() local 146 void font_destroy(struct vg_font *font) in font_destroy() 164 void font_set_glyph_to_path(struct vg_font *font, in font_set_glyph_to_path() 175 void font_set_glyph_to_image(struct vg_font *font, in font_set_glyph_to_image() 185 void font_clear_glyph(struct vg_font *font, in font_clear_glyph() 194 void font_draw_glyph(struct vg_font *font, in font_draw_glyph() 212 void font_draw_glyphs(struct vg_font *font, in font_draw_glyphs() [all …]
|
D | api_text.c | 52 struct vg_font *font = handle_to_font(f); in vegaDestroyFont() local 67 void vegaSetGlyphToPath(VGFont font, in vegaSetGlyphToPath() 101 void vegaSetGlyphToImage(VGFont font, in vegaSetGlyphToImage() 133 void vegaClearGlyph(VGFont font, in vegaClearGlyph() 149 void vegaDrawGlyph(VGFont font, in vegaDrawGlyph() 170 void vegaDrawGlyphs(VGFont font, in vegaDrawGlyphs()
|
/external/fio/ |
D | cairo_text_helpers.c | 5 static void draw_aligned_text(cairo_t *cr, const char *font, double x, double y, in draw_aligned_text() 41 void draw_centered_text(cairo_t *cr, const char *font, double x, double y, in draw_centered_text() 47 void draw_right_justified_text(cairo_t *cr, const char *font, in draw_right_justified_text() 54 void draw_left_justified_text(cairo_t *cr, const char *font, in draw_left_justified_text() 61 void draw_vertical_centered_text(cairo_t *cr, const char *font, double x, in draw_vertical_centered_text()
|
/external/libvncserver/libvncserver/ |
D | font.c | 3 int rfbDrawChar(rfbScreenInfoPtr rfbScreen,rfbFontDataPtr font, in rfbDrawChar() 37 void rfbDrawString(rfbScreenInfoPtr rfbScreen,rfbFontDataPtr font, in rfbDrawString() 48 int rfbDrawCharWithClip(rfbScreenInfoPtr rfbScreen,rfbFontDataPtr font, in rfbDrawCharWithClip() 104 void rfbDrawStringWithClip(rfbScreenInfoPtr rfbScreen,rfbFontDataPtr font, in rfbDrawStringWithClip() 116 int rfbWidthOfString(rfbFontDataPtr font,const char* string) in rfbWidthOfString() 126 int rfbWidthOfChar(rfbFontDataPtr font,unsigned char c) in rfbWidthOfChar() 131 void rfbFontBBox(rfbFontDataPtr font,unsigned char c,int* x1,int* y1,int* x2,int* y2) in rfbFontBBox() 143 void rfbWholeFontBBox(rfbFontDataPtr font, in rfbWholeFontBBox()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | stats.cc | 27 int32_t TotalFontSize(Font* font) { in TotalFontSize() 37 double TableSizePercent(Font* font, int32_t tag) { in TableSizePercent() 42 void PrintComparison(FILE* out, Font* font, Font* new_font) { in PrintComparison() 70 void PrintStats(FILE* out, Font* font) { in PrintStats()
|
D | merger_main.cc | 36 void CheckLoading(const char* font_path, Font* font) { in CheckLoading() 51 Ptr<Font> font; in main() 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() 148 hb_font_t *font; in _test_fontfuncs_nil() local 202 contour_point_func1 (hb_font_t *font, void *font_data, in contour_point_func1() 222 contour_point_func2 (hb_font_t *font, void *font_data, in contour_point_func2() 238 glyph_h_advance_func1 (hb_font_t *font, void *font_data, in glyph_h_advance_func1() 365 hb_font_t *font; in test_font_properties() local
|
/external/clang/test/SemaObjC/ |
D | arc-unavailable-for-weakref.m | 59 @property (weak) NSFont *font; // expected-error {{synthesizing __weak instance variable of type 'N… property 68 @property (weak) NSFont *font; // expected-error {{synthesizing __weak instance variable of type 'N… property 79 @property (weak) NSFont *font; // expected-error {{synthesizing __weak instance variable of type '… property
|
/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/icu/icu4c/source/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/sfntly/cpp/src/sfntly/ |
D | font_factory.cc | 48 FontPtr font; in LoadFonts() local 62 FontPtr font; in LoadFonts() local 98 void FontFactory::SerializeFont(Font* font, OutputStream* os) { in SerializeFont() 129 FontPtr font; in LoadCollection() local 142 FontPtr font; in LoadCollection() local
|
/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()
|
/external/skia/src/core/ |
D | SkTextBlob.cpp | 109 RunRecord(uint32_t count, const SkPoint& offset, const SkPaint& font, GlyphPositioning pos) in RunRecord() 125 const RunFont& font() const { in font() function in SkTextBlob::RunRecord 264 SkPaint font; in CreateFromBuffer() local 464 bool SkTextBlobBuilder::mergeRun(const SkPaint &font, SkTextBlob::GlyphPositioning positioning, in mergeRun() 514 void SkTextBlobBuilder::allocInternal(const SkPaint &font, in allocInternal() 552 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRun(const SkPaint& font, int count, in allocRun() 560 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunPosH(const SkPaint& font, int count, in allocRunPosH() 569 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunPos(const SkPaint& font, int count, in allocRunPos()
|