Home
last modified time | relevance | path

Searched defs:glyph (Results 1 - 25 of 147) sorted by relevance

123456

/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrgload.h32 pfr_glyph_done( PFR_Glyph glyph ); variable
H A Dpfrobjs.h54 PFR_GlyphRec glyph; member
/third_party/skia/src/core/
H A DSkStrikeForGPU.cpp14 bool SkStrikeForGPU::CanDrawAsMask(const SkGlyph& glyph) { in CanDrawAsMask() argument
18 bool SkStrikeForGPU::CanDrawAsSDFT(const SkGlyph& glyph) { in CanDrawAsSDFT() argument
22 bool SkStrikeForGPU::CanDrawAsPath(const SkGlyph& glyph) { in CanDrawAsPath() argument
27 FitsInAtlas(const SkGlyph& glyph) FitsInAtlas() argument
[all...]
H A DSkTypeface_remote.cpp22 bool SkScalerContextProxy::generateAdvance(SkGlyph* glyph) { in generateAdvance() argument
26 void SkScalerContextProxy::generateMetrics(SkGlyph* glyph) { in generateMetrics() argument
38 void SkScalerContextProxy::generateImage(const SkGlyph& glyph) { in generateImage() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color.h108 hb_codepoint_t glyph; member
H A Dhb-ot-color.cc222 hb_ot_color_glyph_get_layers(hb_face_t *face, hb_codepoint_t glyph, unsigned int start_offset, unsigned int *layer_count, hb_ot_color_layer_t *layers ) hb_ot_color_glyph_get_layers() argument
264 hb_ot_color_glyph_reference_svg(hb_face_t *face, hb_codepoint_t glyph) hb_ot_color_glyph_reference_svg() argument
304 hb_ot_color_glyph_reference_png(hb_font_t *font, hb_codepoint_t glyph) hb_ot_color_glyph_reference_png() argument
[all...]
H A Dhb-ot-math.cc106 hb_ot_math_get_glyph_italics_correction(hb_font_t *font, hb_codepoint_t glyph) hb_ot_math_get_glyph_italics_correction() argument
132 hb_ot_math_get_glyph_top_accent_attachment(hb_font_t *font, hb_codepoint_t glyph) hb_ot_math_get_glyph_top_accent_attachment() argument
150 hb_ot_math_is_glyph_extended_shape(hb_face_t *face, hb_codepoint_t glyph) hb_ot_math_is_glyph_extended_shape() argument
176 hb_ot_math_get_glyph_kerning(hb_font_t *font, hb_codepoint_t glyph, hb_ot_math_kern_t kern, hb_position_t correction_height) hb_ot_math_get_glyph_kerning() argument
211 hb_ot_math_get_glyph_variants(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, unsigned int start_offset, unsigned int *variants_count, hb_ot_math_glyph_variant_t *variants ) hb_ot_math_get_glyph_variants() argument
275 hb_ot_math_get_glyph_assembly(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, unsigned int start_offset, unsigned int *parts_count, hb_ot_math_glyph_part_t *parts, hb_position_t *italics_correction ) hb_ot_math_get_glyph_assembly() argument
[all...]
H A Dhb-ot-vorg-table.hh51 HBGlyphID16 glyph; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsimple_bitmap_glyph.cc41 Ptr<SimpleBitmapGlyph> glyph = new SimpleBitmapGlyph(data, format()); in SubBuildTable() local
H A Dbitmap_glyph.cc30 BitmapGlyphPtr glyph; in CreateGlyph() local
/third_party/skia/src/gpu/text/
H A DGrStrikeCache.cpp53 const SkPackedGlyphID& GrTextStrike::HashTraits::GetKey(const GrGlyph* glyph) { in GetKey() argument
/third_party/skia/src/utils/
H A DSkCharToGlyphCache.h47 void addCharAndGlyph(SkUnichar unichar, SkGlyphID glyph) { in addCharAndGlyph() argument
H A DSkCharToGlyphCache.cpp110 void SkCharToGlyphCache::insertCharAndGlyph(int index, SkUnichar unichar, SkGlyphID glyph) { in insertCharAndGlyph() argument
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdfdrivr.h42 FT_UShort glyph; member
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmort4.c43 gxv_mort_subtable_type4_lookupval_validate( FT_UShort glyph, in gxv_mort_subtable_type4_lookupval_validate() argument
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-glyphname.c34 hb_codepoint_t glyph; in test_one_glyph() local
/third_party/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.cpp60 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRuleSegment.java19 RuleSegment(int glyph) { in RuleSegment() argument
31 boolean add(int glyph) { in add() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DGlyphRenumberer.java64 public static ReadableFontData renumberGlyph(ReadableFontData glyph, in renumberGlyph() argument
78 isCompositeGlyph(ReadableFontData glyph) isCompositeGlyph() argument
82 renumberCompositeGlyph(ReadableFontData glyph, Map<Integer, Integer> mapping) renumberCompositeGlyph() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcimage.c112 FT_Glyph glyph = inode->glyph; in FT_LOCAL_DEF() local
[all...]
H A Dftcimage.h49 FT_Glyph glyph; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc74 GlyphPtr glyph; in Subset() local
/third_party/skia/gm/
H A Duserfont.cpp39 SkGlyphID glyph = font.unicharToGlyph(index); in make_tf() local
/third_party/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.cpp61 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() argument
/third_party/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.cpp42 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() argument
56 le_bool ScriptCompositeFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const in getGlyphPoint() argument
105 LEGlyphID glyph = scriptFont->mapCharToGlyph(ch); in mapCharToGlyph() local

Completed in 6 milliseconds

123456