/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 135 def readArray(self, reader, font, tableDict, count): argument 162 def read(self, reader, font, tableDict): argument 166 def writeArray(self, writer, font, tableDict, values): argument 170 def write(self, writer, font, tableDict, value, repeatIndex=None): argument 174 def xmlRead(self, attrs, content, font): argument 178 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 184 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 187 def xmlRead(self, attrs, content, font): argument 191 def xmlRead(self, attrs, content, font): argument 196 def read(self, reader, font, tableDict): argument [all …]
|
D | otTables.py | 35 def compileActions(font, states): argument 86 def compile(self, writer, font, actionIndex): argument 96 def decompile(self, reader, font, actionReader): argument 106 def toXML(self, xmlWriter, font, attrs, name): argument 120 def fromXML(self, name, attrs, content, font): argument 147 def compile(self, writer, font, actionIndex): argument 157 def decompile(self, reader, font, actionReader): argument 167 def toXML(self, xmlWriter, font, attrs, name): argument 181 def fromXML(self, name, attrs, content, font): argument 229 def compile(self, writer, font, actionIndex): argument [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-font.cc | 64 hb_font_get_font_h_extents_default (hb_font_t *font, in hb_font_get_font_h_extents_default() 88 hb_font_get_font_v_extents_default (hb_font_t *font, in hb_font_get_font_v_extents_default() 113 hb_font_get_nominal_glyph_default (hb_font_t *font, in hb_font_get_nominal_glyph_default() 128 hb_font_get_nominal_glyphs_default (hb_font_t *font, in hb_font_get_nominal_glyphs_default() 167 hb_font_get_variation_glyph_default (hb_font_t *font, in hb_font_get_variation_glyph_default() 179 hb_font_get_glyph_h_advance_nil (hb_font_t *font, in hb_font_get_glyph_h_advance_nil() 187 hb_font_get_glyph_h_advance_default (hb_font_t *font, in hb_font_get_glyph_h_advance_default() 202 hb_font_get_glyph_v_advance_nil (hb_font_t *font, in hb_font_get_glyph_v_advance_nil() 211 hb_font_get_glyph_v_advance_default (hb_font_t *font, in hb_font_get_glyph_v_advance_default() 227 hb_font_get_glyph_h_advances_default (hb_font_t* font, in hb_font_get_glyph_h_advances_default() [all …]
|
D | hb-ot-math.cc | 80 hb_ot_math_get_constant (hb_font_t *font, in hb_ot_math_get_constant() 96 hb_ot_math_get_glyph_italics_correction (hb_font_t *font, in hb_ot_math_get_glyph_italics_correction() 112 hb_ot_math_get_glyph_top_accent_attachment (hb_font_t *font, in hb_ot_math_get_glyph_top_accent_attachment() 152 hb_ot_math_get_glyph_kerning (hb_font_t *font, in hb_ot_math_get_glyph_kerning() 183 hb_ot_math_get_glyph_variants (hb_font_t *font, in hb_ot_math_get_glyph_variants() 211 hb_ot_math_get_min_connector_overlap (hb_font_t *font, in hb_ot_math_get_min_connector_overlap() 238 hb_ot_math_get_glyph_assembly (hb_font_t *font, in hb_ot_math_get_glyph_assembly()
|
D | hb-ot-shape-fallback.cc | 196 hb_font_t *font, in position_mark() 303 hb_font_t *font, in position_around_base() 394 hb_font_t *font, in position_cluster() 421 hb_font_t *font, in _hb_ot_shape_fallback_mark_position() 453 hb_font_t *font; member 460 hb_font_t *font, in _hb_ot_shape_fallback_kern() 485 hb_font_t *font, in _hb_ot_shape_fallback_spaces()
|
/external/fonttools/Lib/fontTools/varLib/ |
D | __init__.py | 56 def _add_fvar(font, axes, instances): argument 109 def _add_avar(font, axes): argument 178 def _add_stat(font, axes): argument 213 def _get_phantom_points(font, glyphName, defaultVerticalOrigin=None): argument 245 def _GetCoordinates(font, glyphName, defaultVerticalOrigin=None): argument 270 def _SetCoordinates(font, glyphName, coord): argument 309 def _add_gvar(font, masterModel, master_ttfs, tolerance=0.5, optimize=True): argument 384 def _remove_TTHinting(font): argument 394 def _merge_TTHinting(font, masterModel, master_ttfs, tolerance=0.5): argument 466 def _add_HVAR(font, masterModel, master_ttfs, axisTags): argument [all …]
|
D | merger.py | 19 def __init__(self, font=None): argument 103 def mergeTables(self, font, master_ttfs, tableTags): argument 149 def _merge_GlyphOrders(font, lst, values_lst=None, default=None): argument 384 def _ClassDef_calculate_Format(self, font): argument 396 def _PairPosFormat2_align_matrices(self, lst, font, transparent=False): argument 636 def _PairSet_flatten(lst, font): argument 659 def _Lookup_PairPosFormat1_subtables_flatten(lst, font): argument 680 def _Lookup_PairPosFormat2_subtables_flatten(lst, font): argument 709 def _Lookup_PairPos_subtables_canonicalize(lst, font): argument 784 def __init__(self, font, model, location): argument [all …]
|
/external/fonttools/Snippets/ |
D | interpolate.py | 33 def AddFontVariations(font): argument 56 def AddName(font, name): argument 67 def AddGlyphVariations(font, thin, regular, black): argument 97 def GetCoordinates(font, glyphName): argument
|
D | layout-features.py | 14 font = TTFont() variable 17 font = TTFont(fontfile) variable
|
/external/fonttools/Lib/fontTools/mtiLib/ |
D | __init__.py | 211 def parseSingleSubst(lines, font, _lookupMap=None): argument 219 def parseMultiple(lines, font, _lookupMap=None): argument 226 def parseAlternate(lines, font, _lookupMap=None): argument 233 def parseLigature(lines, font, _lookupMap=None): argument 241 def parseSinglePos(lines, font, _lookupMap=None): argument 255 def parsePair(lines, font, _lookupMap=None): argument 343 def parseKernset(lines, font, _lookupMap=None): argument 360 def parseCursive(lines, font, _lookupMap=None): argument 420 def parseMarkToSomething(lines, font, c): argument 502 def parseMarkToBase(lines, font, _lookupMap=None): argument [all …]
|
/external/fonttools/Tests/ttLib/tables/ |
D | _k_e_r_n_test.py | 142 def font(): function 161 def test_decompile_single_format_0(self, data, font, version): argument 190 def test_compile_single_format_0(self, font, version, expected): argument 214 def test_fromXML_single_format_0(self, xml, font, version): argument 242 def test_toXML_single_format_0(self, font, version, expected): argument 267 self, data, font, version, header_length, st_length): argument 323 def test_fromXML_format_unknown(self, xml, font, version, st_length): argument 341 def test_toXML_format_unknown(self, font, version): argument 377 def test_decompileBadGlyphId(self, font): argument
|
D | T_S_I__1_test.py | 34 def font(indextable): function 57 def test_decompile(font): argument 74 def test_decompile_utf8(font): argument
|
/external/icu/icu4c/source/test/letest/ |
D | cfonts.cpp | 31 void le_fontClose(le_font *font) in le_fontClose() 38 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encodin… in le_getNameString() 45 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_… in le_getUnicodeNameString() 52 void le_deleteNameString(le_font *font, const char *name) in le_deleteNameString() 59 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name) in le_deleteUnicodeNameString() 66 le_uint32 le_getFontChecksum(le_font *font) in le_getFontChecksum()
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | cfonts.cpp | 30 void le_fontClose(le_font *font) in le_fontClose() 37 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encodin… in le_getNameString() 44 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_… in le_getUnicodeNameString() 51 void le_deleteNameString(le_font *font, const char *name) in le_deleteNameString() 58 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name) in le_deleteUnicodeNameString() 65 le_uint32 le_getFontChecksum(le_font *font) in le_getFontChecksum()
|
/external/harfbuzz_ng/test/api/ |
D | test-ot-extents-cff.c | 37 hb_font_t *font = hb_font_create (face); in test_extents_cff1() local 76 hb_font_t *font = hb_font_create (face); in test_extents_cff1_flex() local 98 hb_font_t *font = hb_font_create (face); in test_extents_cff1_seac() local 128 hb_font_t *font = hb_font_create (face); in test_extents_cff2() local 160 hb_font_t *font = hb_font_create (face); in test_extents_cff2_vsindex() local
|
/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()
|
/external/skqp/src/core/ |
D | SkFontPriv.h | 51 static SkMatrix MakeTextMatrix(const SkFont& font) { in MakeTextMatrix() 73 static bool IsFinite(const SkFont& font) { in IsFinite() 90 SkAutoToGlyphs(const SkFont& font, const void* text, size_t length, SkTextEncoding encoding) { in SkAutoToGlyphs()
|
D | SkGlyphRun.cpp | 22 SkGlyphRun::SkGlyphRun(const SkFont& font, in SkGlyphRun() 33 SkGlyphRun::SkGlyphRun(const SkGlyphRun& that, const SkFont& font) in SkGlyphRun() 163 void SkGlyphRunBuilder::drawTextUTF8(const SkPaint& paint, const SkFont& font, const void* bytes, in drawTextUTF8() 236 void SkGlyphRunBuilder::drawGlyphsWithPositions(const SkPaint& paint, const SkFont& font, in drawGlyphsWithPositions() 260 const SkFont& font, const void* bytes, size_t byteLength, SkTextEncoding encoding) { in textToGlyphIDs() 276 const SkFont& font, in makeGlyphRun() 302 const SkFont& font, SkSpan<const SkGlyphID> glyphIDs, in simplifyDrawText() 333 const SkFont& font, SkSpan<const SkGlyphID> glyphIDs, in simplifyDrawPosTextH() 346 const SkFont& font, SkSpan<const SkGlyphID> glyphIDs, in simplifyDrawPosText()
|
/external/skia/src/core/ |
D | SkFontPriv.h | 51 static SkMatrix MakeTextMatrix(const SkFont& font) { in MakeTextMatrix() 70 static bool IsFinite(const SkFont& font) { in IsFinite() 87 SkAutoToGlyphs(const SkFont& font, const void* text, size_t length, SkTextEncoding encoding) { in SkAutoToGlyphs()
|
D | SkGlyphRun.cpp | 22 SkGlyphRun::SkGlyphRun(const SkFont& font, in SkGlyphRun() 33 SkGlyphRun::SkGlyphRun(const SkGlyphRun& that, const SkFont& font) in SkGlyphRun() 163 void SkGlyphRunBuilder::drawTextUTF8(const SkPaint& paint, const SkFont& font, const void* bytes, in drawTextUTF8() 236 void SkGlyphRunBuilder::drawGlyphsWithPositions(const SkPaint& paint, const SkFont& font, in drawGlyphsWithPositions() 260 const SkFont& font, const void* bytes, size_t byteLength, SkTextEncoding encoding) { in textToGlyphIDs() 276 const SkFont& font, in makeGlyphRun() 302 const SkFont& font, SkSpan<const SkGlyphID> glyphIDs, in simplifyDrawText() 333 const SkFont& font, SkSpan<const SkGlyphID> glyphIDs, in simplifyDrawPosTextH() 346 const SkFont& font, SkSpan<const SkGlyphID> glyphIDs, in simplifyDrawPosText()
|
/external/harfbuzz_ng/util/ |
D | hb-fc.cc | 33 hb_fc_get_glyph (hb_font_t *font /*HB_UNUSED*/, in hb_fc_get_glyph() 102 hb_font_t *font; in hb_fc_font_create() local 122 hb_fc_can_render (hb_font_t *font, const char *text) in hb_fc_can_render()
|
/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/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 349 def _log_glyphs(self, glyphs, font=None): argument 539 def prune_post_subset(self, font, options): argument 576 def prune_post_subset(self, font, options): argument 602 def prune_post_subset(self, font, options): argument 632 def prune_post_subset(self, font, options): argument 667 def prune_post_subset(self, font, options): argument 702 def prune_post_subset(self, font, options): argument 751 def prune_post_subset(self, font, options): argument 1133 def prune_post_subset(self, font, options): argument 1181 def prune_post_subset(self, font, options): argument [all …]
|