/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 180 def readArray(self, reader, font, tableDict, count): argument 208 def read(self, reader, font, tableDict): argument 212 def writeArray(self, writer, font, tableDict, values): argument 220 def write(self, writer, font, tableDict, value, repeatIndex=None): argument 224 def xmlRead(self, attrs, content, font): argument 228 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 251 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 255 def xmlRead(self, attrs, content, font): argument 262 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 268 def xmlRead(self, attrs, content, font): argument [all …]
|
D | otTables.py | 56 def compileActions(font, states): argument 105 def compile(self, writer, font, actionIndex): argument 118 def decompile(self, reader, font, actionReader): argument 128 def toXML(self, xmlWriter, font, attrs, name): argument 142 def fromXML(self, name, attrs, content, font): argument 169 def compile(self, writer, font, actionIndex): argument 181 def decompile(self, reader, font, actionReader): argument 191 def toXML(self, xmlWriter, font, attrs, name): argument 204 def fromXML(self, name, attrs, content, font): argument 252 def compile(self, writer, font, actionIndex): argument [all …]
|
/external/fonttools/Tests/ttLib/tables/ |
D | C_O_L_R_test.py | 71 def font(): function 78 def test_decompile_and_compile(self, font): argument 83 def test_decompile_and_dump_xml(self, font): argument 90 def test_load_from_xml_and_compile(self, font): argument 97 def test_round_trip_xml(self, font): argument 602 def test_decompile_and_compile(self, font): argument 607 def test_decompile_and_dump_xml(self, font): argument 614 def test_load_from_xml_and_compile(self, font): argument 620 def test_round_trip_xml(self, font): argument 652 def test_round_trip_xml(self, font): argument
|
D | _k_e_r_n_test.py | 141 def font(): function 159 def test_decompile_single_format_0(self, data, font, version): argument 184 def test_compile_single_format_0(self, font, version, expected): argument 204 def test_fromXML_single_format_0(self, xml, font, version): argument 228 def test_toXML_single_format_0(self, font, version, expected): argument 249 self, data, font, version, header_length, st_length argument 306 def test_fromXML_format_unknown(self, xml, font, version, st_length): argument 323 def test_toXML_format_unknown(self, font, version): argument 358 def test_decompileBadGlyphId(self, font): argument
|
D | S_V_G__test.py | 107 def font(): function 113 def test_decompile_and_compile(font): argument 119 def test_decompile_and_dump_ttx(font): argument 127 def test_load_from_ttx_and_compile(font): argument 134 def test_round_trip_ttx(font): argument
|
/external/harfbuzz_ng/src/ |
D | hb-font.cc | 85 hb_font_get_font_h_extents_default (hb_font_t *font, in hb_font_get_font_h_extents_default() 110 hb_font_get_font_v_extents_default (hb_font_t *font, in hb_font_get_font_v_extents_default() 136 hb_font_get_nominal_glyph_default (hb_font_t *font, in hb_font_get_nominal_glyph_default() 152 hb_font_get_nominal_glyphs_default (hb_font_t *font, in hb_font_get_nominal_glyphs_default() 192 hb_font_get_variation_glyph_default (hb_font_t *font, in hb_font_get_variation_glyph_default() 204 hb_font_get_glyph_h_advance_nil (hb_font_t *font, in hb_font_get_glyph_h_advance_nil() 213 hb_font_get_glyph_h_advance_default (hb_font_t *font, in hb_font_get_glyph_h_advance_default() 228 hb_font_get_glyph_v_advance_nil (hb_font_t *font, in hb_font_get_glyph_v_advance_nil() 238 hb_font_get_glyph_v_advance_default (hb_font_t *font, in hb_font_get_glyph_v_advance_default() 255 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 | 87 hb_ot_math_get_constant (hb_font_t *font, in hb_ot_math_get_constant() 106 hb_ot_math_get_glyph_italics_correction (hb_font_t *font, in hb_ot_math_get_glyph_italics_correction() 132 hb_ot_math_get_glyph_top_accent_attachment (hb_font_t *font, in hb_ot_math_get_glyph_top_accent_attachment() 176 hb_ot_math_get_glyph_kerning (hb_font_t *font, in hb_ot_math_get_glyph_kerning() 217 hb_ot_math_get_glyph_kernings (hb_font_t *font, in hb_ot_math_get_glyph_kernings() 256 hb_ot_math_get_glyph_variants (hb_font_t *font, in hb_ot_math_get_glyph_variants() 288 hb_ot_math_get_min_connector_overlap (hb_font_t *font, in hb_ot_math_get_min_connector_overlap() 320 hb_ot_math_get_glyph_assembly (hb_font_t *font, in hb_ot_math_get_glyph_assembly()
|
/external/fonttools/Lib/fontTools/mtiLib/ |
D | __init__.py | 245 def parseSingleSubst(lines, font, _lookupMap=None): argument 254 def parseMultiple(lines, font, _lookupMap=None): argument 262 def parseAlternate(lines, font, _lookupMap=None): argument 270 def parseLigature(lines, font, _lookupMap=None): argument 279 def parseSinglePos(lines, font, _lookupMap=None): argument 294 def parsePair(lines, font, _lookupMap=None): argument 390 def parseKernset(lines, font, _lookupMap=None): argument 411 def parseCursive(lines, font, _lookupMap=None): argument 479 def parseMarkToSomething(lines, font, c): argument 570 def parseMarkToBase(lines, font, _lookupMap=None): argument [all …]
|
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | FontNatives.java | 30 public static native long nGetMinikinFontPtr(long font); in nGetMinikinFontPtr() 32 public static native long nCloneFont(long font); in nCloneFont() 34 public static native ByteBuffer nNewByteBuffer(long font); in nNewByteBuffer() 36 public static native long nGetBufferAddress(long font); in nGetBufferAddress() 38 public static native int nGetSourceId(long font); in nGetSourceId() 42 public static native float nGetGlyphBounds(long font, int glyphId, long paint, RectF rect); in nGetGlyphBounds() 44 public static native float nGetFontMetrics(long font, long paint, Paint.FontMetrics metrics); in nGetFontMetrics()
|
/external/fonttools/Lib/fontTools/varLib/ |
D | __init__.py | 66 def _add_fvar(font, axes, instances: List[InstanceDescriptor]): argument 136 def _add_avar(font, axes, mappings, axisTags): argument 276 def _add_stat(font): argument 294 def _add_gvar(font, masterModel, master_ttfs, tolerance=0.5, optimize=True): argument 387 def _remove_TTHinting(font): argument 406 def _merge_TTHinting(font, masterModel, master_ttfs): argument 500 def _add_HVAR(font, masterModel, master_ttfs, axisTags): argument 504 def _add_VVAR(font, masterModel, master_ttfs, axisTags): argument 508 def _add_VHVAR(font, masterModel, master_ttfs, axisTags, tableFields): argument 556 font, argument [all …]
|
/external/cronet/tot/third_party/icu/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/cronet/stable/third_party/icu/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/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/cronet/stable/third_party/icu/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/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/cronet/tot/third_party/icu/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/fonttools/Snippets/ |
D | interpolate.py | 31 def AddFontVariations(font): argument 55 def AddName(font, name): argument 66 def AddGlyphVariations(font, thin, regular, black): argument 98 def GetCoordinates(font, glyphName): argument
|
/external/harfbuzz_ng/test/api/ |
D | test-ot-metrics-tt-var.c | 37 hb_font_t *font = hb_font_create (face); in test_extents_tt_var() local 69 hb_font_t *font = hb_font_create (face); in test_advance_tt_var_nohvar() local 105 hb_font_t *font = hb_font_create (face); in test_advance_tt_var_hvarvvar() local 141 hb_font_t *font = hb_font_create (face); in test_advance_tt_var_anchor() local 173 hb_font_t *font = hb_font_create (face); in test_extents_tt_var_comp() local 215 hb_font_t *font = hb_font_create (face); in test_advance_tt_var_comp_v() local 241 hb_font_t *font = hb_font_create (face); in test_advance_tt_var_gvar_infer() local
|
D | test-draw.c | 192 hb_font_t *font = hb_font_create (face); in test_hb_draw_glyf() local 253 hb_font_t *font = hb_font_create (face); in test_hb_draw_cff1() local 276 hb_font_t *font = hb_font_create (face); in test_hb_draw_cff1_rline() local 300 hb_font_t *font = hb_font_create (face); in test_hb_draw_cff2() local 346 hb_font_t *font = hb_font_create (face); in test_hb_draw_ttf_parser_tests() local 393 hb_font_t *font = hb_font_create (face); in test_hb_draw_ttf_parser_tests() local 410 hb_font_t *font = hb_font_create (face); in test_hb_draw_ttf_parser_tests() local 436 hb_font_t *font = hb_font_create (face); in test_hb_draw_font_kit_glyphs_tests() local 465 hb_font_t *font = hb_font_create (face); in test_hb_draw_font_kit_glyphs_tests() local 506 hb_font_t *font = hb_font_create (face); in test_hb_draw_font_kit_glyphs_tests() local [all …]
|
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 192 hb_font_t *font = hb_font_create (face); in test_extents_cff2_vsindex_named_instance() local
|
D | test-ot-glyphname.c | 31 test_one_glyph (hb_font_t *font, hb_codepoint_t gid, const char *name) in test_one_glyph() 48 hb_font_t *font = hb_font_create (face); in test_standard_names() local 61 hb_font_t *font = hb_font_create (face); in test_non_standard_names() local 74 hb_font_t *font = hb_font_create (face); in test_predef_charset_names() local
|
D | test-style.c | 49 hb_font_t *font = hb_font_create (face); in test_regular_face() local 65 hb_font_t *font = hb_font_create (face); in test_bold_face() local 82 hb_font_t *font = hb_font_create (face); in test_face_user_setting() local 171 hb_font_t *font = hb_font_create (face); in test_synthetic_slant() local
|
/external/skia/modules/canvaskit/ |
D | font.js | 4 CanvasKit.Canvas.prototype.drawText = function(str, x, y, paint, font) { argument 16 CanvasKit.Canvas.prototype.drawGlyphs = function(glyphs, positions, x, y, font, paint) { argument 194 CanvasKit.TextBlob.MakeOnPath = function(str, path, font, initialOffset) { argument 256 CanvasKit.TextBlob.MakeFromRSXform = function(str, rsxForms, font) { argument 278 CanvasKit.TextBlob.MakeFromRSXformGlyphs = function(glyphs, rsxForms, font) { argument 296 CanvasKit.TextBlob.MakeFromGlyphs = function(glyphs, font) { argument 309 CanvasKit.TextBlob.MakeFromText = function(str, font) { argument
|
/external/skia/gm/ |
D | stroketext.cpp | 45 static void draw_text_stroked(SkCanvas* canvas, const SkPaint& paint, const SkFont& font, in draw_text_stroked() 64 static void draw_text_set(SkCanvas* canvas, const SkPaint& paint, const SkFont& font) { in draw_text_set() 143 SkFont font(ttf, 100); variable 157 SkFont font(otf, 100); variable 166 SkFont font(overlap, 100); variable
|
/external/skia/src/core/ |
D | SkFontPriv.h | 49 static SkMatrix MakeTextMatrix(const SkFont& font) { in MakeTextMatrix() 78 static bool IsFinite(const SkFont& font) { in IsFinite() 90 static inline uint8_t Flags(const SkFont& font) { return font.fFlags; } in Flags() 95 SkAutoToGlyphs(const SkFont& font, const void* text, size_t length, SkTextEncoding encoding) { in SkAutoToGlyphs()
|