Home
last modified time | relevance | path

Searched defs:font (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/external/harfbuzz_ng/src/
Dhb-font.cc64 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 …]
Dhb-ot-math.cc87 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()
211 hb_ot_math_get_glyph_variants (hb_font_t *font, in hb_ot_math_get_glyph_variants()
243 hb_ot_math_get_min_connector_overlap (hb_font_t *font, in hb_ot_math_get_min_connector_overlap()
275 hb_ot_math_get_glyph_assembly (hb_font_t *font, in hb_ot_math_get_glyph_assembly()
Dhb-ot-metrics.cc51 _hb_ot_metrics_get_position_common (hb_font_t *font, in _hb_ot_metrics_get_position_common()
123 hb_ot_metrics_get_position (hb_font_t *font, in hb_ot_metrics_get_position()
195 hb_ot_metrics_get_variation (hb_font_t *font, hb_ot_metrics_tag_t metrics_tag) in hb_ot_metrics_get_variation()
210 hb_ot_metrics_get_x_variation (hb_font_t *font, hb_ot_metrics_tag_t metrics_tag) in hb_ot_metrics_get_x_variation()
225 hb_ot_metrics_get_y_variation (hb_font_t *font, hb_ot_metrics_tag_t metrics_tag) in hb_ot_metrics_get_y_variation()
Dhb-ot-font.cc102 hb_ot_get_glyph_h_advances (hb_font_t* font, void* font_data, in hb_ot_get_glyph_h_advances()
122 hb_ot_get_glyph_v_advances (hb_font_t* font, void* font_data, in hb_ot_get_glyph_v_advances()
142 hb_ot_get_glyph_v_origin (hb_font_t *font, in hb_ot_get_glyph_v_origin()
179 hb_ot_get_glyph_extents (hb_font_t *font, in hb_ot_get_glyph_extents()
228 hb_ot_get_font_h_extents (hb_font_t *font, in hb_ot_get_font_h_extents()
239 hb_ot_get_font_v_extents (hb_font_t *font, in hb_ot_get_font_v_extents()
306 hb_ot_font_set_funcs (hb_font_t *font) in hb_ot_font_set_funcs()
316 _glyf_get_side_bearing_var (hb_font_t *font, hb_codepoint_t glyph, bool is_vertical) in _glyf_get_side_bearing_var()
322 _glyf_get_advance_var (hb_font_t *font, hb_codepoint_t glyph, bool is_vertical) in _glyf_get_advance_var()
/external/fonttools/Tests/ttLib/tables/
DC_O_L_R_test.py64 def font(): function
71 def test_decompile_and_compile(self, font): argument
76 def test_decompile_and_dump_xml(self, font): argument
83 def test_load_from_xml_and_compile(self, font): argument
90 def test_round_trip_xml(self, font): argument
486 def test_decompile_and_compile(self, font): argument
491 def test_decompile_and_dump_xml(self, font): argument
498 def test_load_from_xml_and_compile(self, font): argument
504 def test_round_trip_xml(self, font): argument
D_k_e_r_n_test.py140 def font(): function
159 def test_decompile_single_format_0(self, data, font, version): argument
188 def test_compile_single_format_0(self, font, version, expected): argument
212 def test_fromXML_single_format_0(self, xml, font, version): argument
240 def test_toXML_single_format_0(self, font, version, expected): argument
265 self, data, font, version, header_length, st_length): argument
321 def test_fromXML_format_unknown(self, xml, font, version, st_length): argument
339 def test_toXML_format_unknown(self, font, version): argument
375 def test_decompileBadGlyphId(self, font): argument
DT_S_I__1_test.py31 def font(indextable): function
54 def test_decompile(font): argument
71 def test_decompile_utf8(font): argument
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py163 def readArray(self, reader, font, tableDict, count): argument
190 def read(self, reader, font, tableDict): argument
194 def writeArray(self, writer, font, tableDict, values): argument
198 def write(self, writer, font, tableDict, value, repeatIndex=None): argument
202 def xmlRead(self, attrs, content, font): argument
206 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
218 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
221 def xmlRead(self, attrs, content, font): argument
231 def read(self, reader, font, tableDict): argument
233 def write(self, writer, font, tableDict, value, repeatIndex=None): argument
[all …]
DotTables.py42 def compileActions(font, states): argument
93 def compile(self, writer, font, actionIndex): argument
103 def decompile(self, reader, font, actionReader): argument
113 def toXML(self, xmlWriter, font, attrs, name): argument
127 def fromXML(self, name, attrs, content, font): argument
154 def compile(self, writer, font, actionIndex): argument
164 def decompile(self, reader, font, actionReader): argument
174 def toXML(self, xmlWriter, font, attrs, name): argument
188 def fromXML(self, name, attrs, content, font): argument
236 def compile(self, writer, font, actionIndex): argument
[all …]
/external/fonttools/Lib/fontTools/varLib/
D__init__.py56 def _add_fvar(font, axes, instances): argument
114 def _add_avar(font, axes): argument
201 def _add_stat(font, axes): argument
216 def _add_gvar(font, masterModel, master_ttfs, tolerance=0.5, optimize=True): argument
298 def _remove_TTHinting(font): argument
308 def _merge_TTHinting(font, masterModel, master_ttfs): argument
390 def _add_HVAR(font, masterModel, master_ttfs, axisTags): argument
393 def _add_VVAR(font, masterModel, master_ttfs, axisTags): argument
396 def _add_VHVAR(font, masterModel, master_ttfs, axisTags, tableFields): argument
437 def _get_advance_metrics(font, masterModel, master_ttfs, argument
[all …]
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py208 def parseSingleSubst(lines, font, _lookupMap=None): argument
216 def parseMultiple(lines, font, _lookupMap=None): argument
223 def parseAlternate(lines, font, _lookupMap=None): argument
230 def parseLigature(lines, font, _lookupMap=None): argument
238 def parseSinglePos(lines, font, _lookupMap=None): argument
252 def parsePair(lines, font, _lookupMap=None): argument
340 def parseKernset(lines, font, _lookupMap=None): argument
357 def parseCursive(lines, font, _lookupMap=None): argument
417 def parseMarkToSomething(lines, font, c): argument
499 def parseMarkToBase(lines, font, _lookupMap=None): argument
[all …]
/external/icu/icu4c/source/test/perf/leperf/
Dcfonts.cpp30 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/letest/
Dcfonts.cpp31 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/fonttools/Snippets/
Dinterpolate.py31 def AddFontVariations(font): argument
54 def AddName(font, name): argument
65 def AddGlyphVariations(font, thin, regular, black): argument
95 def GetCoordinates(font, glyphName): argument
/external/harfbuzz_ng/test/api/
Dtest-ot-extents-cff.c37 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
Dtest-ot-metrics-tt-var.c37 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
/external/skia/modules/canvaskit/
Dfont.js4 CanvasKit.Canvas.prototype.drawText = function(str, x, y, paint, font) { argument
138 CanvasKit.TextBlob.MakeOnPath = function(str, path, font, initialOffset) { argument
201 CanvasKit.TextBlob.MakeFromRSXform = function(str, rsxBuilderOrArray, font) { argument
228 CanvasKit.TextBlob.MakeFromRSXformGlyphs = function(glyphs, rsxBuilderOrArray, font) { argument
251 CanvasKit.TextBlob.MakeFromGlyphs = function(glyphs, font) { argument
264 CanvasKit.TextBlob.MakeFromText = function(str, font) { argument
/external/skia/src/core/
DSkFontPriv.h48 static SkMatrix MakeTextMatrix(const SkFont& font) { in MakeTextMatrix()
67 static bool IsFinite(const SkFont& font) { in IsFinite()
81 static inline uint8_t Flags(const SkFont& font) { return font.fFlags; } in Flags()
86 SkAutoToGlyphs(const SkFont& font, const void* text, size_t length, SkTextEncoding encoding) { in SkAutoToGlyphs()
DSkStrikeSpec.cpp22 SkStrikeSpec SkStrikeSpec::MakeMask(const SkFont& font, const SkPaint& paint, in MakeMask()
30 SkStrikeSpec SkStrikeSpec::MakePath(const SkFont& font, const SkPaint& paint, in MakePath()
50 const SkFont& font, in MakeSourceFallback()
80 SkStrikeSpec SkStrikeSpec::MakeCanonicalized(const SkFont& font, const SkPaint* paint) { in MakeCanonicalized()
100 SkStrikeSpec SkStrikeSpec::MakeWithNoDevice(const SkFont& font, const SkPaint* paint) { in MakeWithNoDevice()
116 const SkPaint& paint, const SkFont& font, const SkMatrix& viewMatrix) { in ShouldDrawAsPath()
148 SkFont font; in MakePDFVector() local
168 SkStrikeSpec::MakeSDFT(const SkFont& font, const SkPaint& paint, in MakeSDFT()
194 SkStrikeSpec::SkStrikeSpec(const SkFont& font, const SkPaint& paint, in SkStrikeSpec()
/external/skia/gm/
Dstroketext.cpp41 static void draw_text_stroked(SkCanvas* canvas, const SkPaint& paint, const SkFont& font, in draw_text_stroked()
60 static void draw_text_set(SkCanvas* canvas, const SkPaint& paint, const SkFont& font) { in draw_text_set()
125 SkFont font(ttf, 100); variable
139 SkFont font(otf, 100); variable
/external/sfntly/cpp/src/sample/subtly/
Dstats.cc27 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/
DSkGlyphRun.cpp22 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()
DSkFontPriv.h51 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()
/external/fonttools/Lib/fontTools/subset/
D__init__.py351 def _log_glyphs(self, glyphs, font=None): argument
545 def prune_post_subset(self, font, options): argument
588 def prune_post_subset(self, font, options): argument
614 def prune_post_subset(self, font, options): argument
644 def prune_post_subset(self, font, options): argument
679 def prune_post_subset(self, font, options): argument
714 def prune_post_subset(self, font, options): argument
763 def prune_post_subset(self, font, options): argument
1148 def prune_post_subset(self, font, options): argument
1196 def prune_post_subset(self, font, options): argument
[all …]
/external/skia/modules/canvaskit/tests/
Dfont.spec.js41 const font = new CanvasKit.Font(null, 24); constant
74 const font = new CanvasKit.Font(notoSerif, 24); constant
107 const font = new CanvasKit.Font(bungee, 24); constant
134 const font = new CanvasKit.Font(notoSerif, 24); constant
249 const font = new CanvasKit.Font(typeface, 24); constant
289 const font = new CanvasKit.Font(typeface, fontSizes[idx]); constant

12345678910>>...33