/third_party/skia/src/core/ |
D | SkStrikeForGPU.cpp | 14 bool SkStrikeForGPU::CanDrawAsMask(const SkGlyph& glyph) { in CanDrawAsMask() 18 bool SkStrikeForGPU::CanDrawAsSDFT(const SkGlyph& glyph) { in CanDrawAsSDFT() 22 bool SkStrikeForGPU::CanDrawAsPath(const SkGlyph& glyph) { in CanDrawAsPath() 27 bool SkStrikeForGPU::FitsInAtlas(const SkGlyph& glyph) { in FitsInAtlas()
|
D | SkTypeface_remote.cpp | 22 bool SkScalerContextProxy::generateAdvance(SkGlyph* glyph) { in generateAdvance() 26 void SkScalerContextProxy::generateMetrics(SkGlyph* glyph) { in generateMetrics() 38 void SkScalerContextProxy::generateImage(const SkGlyph& glyph) { in generateImage()
|
D | SkScalerCache.cpp | 37 std::tuple<SkGlyph*, size_t> SkScalerCache::glyph(SkPackedGlyphID packedGlyphID) { in glyph() function in SkScalerCache 49 SkGlyph* glyph = fAlloc.make<SkGlyph>(fScalerContext->makeGlyph(packedGlyphID)); in digest() local 53 SkGlyphDigest SkScalerCache::addGlyph(SkGlyph* glyph) { in addGlyph() 61 std::tuple<const SkPath*, size_t> SkScalerCache::preparePath(SkGlyph* glyph) { in preparePath() 69 std::tuple<const SkPath*, size_t> SkScalerCache::mergePath(SkGlyph* glyph, const SkPath* path) { in mergePath() 100 std::tuple<const void*, size_t> SkScalerCache::prepareImage(SkGlyph* glyph) { in prepareImage() 120 SkGlyph* glyph = fAlloc.make<SkGlyph>(toID); in mergeGlyphAndImage() local 246 SkGlyph* glyph, SkScalar* array, int* count) { in findIntercepts()
|
/third_party/freetype/src/base/ |
D | ftglyph.c | 63 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; in ft_bitmap_glyph_init() local 113 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; in ft_bitmap_glyph_done() local 125 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; in ft_bitmap_glyph_bbox() local 163 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in FT_DEFINE_GLYPH() local 195 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_done() local 228 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_transform() local 243 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_bbox() local 254 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_prepare() local 295 FT_Glyph glyph = NULL; in FT_DEFINE_GLYPH() local 405 FT_Glyph glyph; in FT_Get_Glyph() local [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftglyph.c | 63 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; in ft_bitmap_glyph_init() local 113 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; in ft_bitmap_glyph_done() local 125 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; in ft_bitmap_glyph_bbox() local 163 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in FT_DEFINE_GLYPH() local 195 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_done() local 228 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_transform() local 243 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_bbox() local 254 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_prepare() local 295 FT_Glyph glyph = NULL; in FT_DEFINE_GLYPH() local 405 FT_Glyph glyph; in FT_Get_Glyph() local [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftglyph.c | 62 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; in ft_bitmap_glyph_init() local 112 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; in ft_bitmap_glyph_done() local 124 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; in ft_bitmap_glyph_bbox() local 162 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in FT_DEFINE_GLYPH() local 194 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_done() local 227 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_transform() local 242 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_bbox() local 253 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_prepare() local 294 FT_Glyph glyph = NULL; in FT_DEFINE_GLYPH() local 404 FT_Glyph glyph; in FT_Get_Glyph() local [all …]
|
/third_party/harfbuzz/test/api/ |
D | test-ot-math.c | 189 hb_codepoint_t glyph; in test_get_glyph_italics_correction() local 224 hb_codepoint_t glyph; in test_get_glyph_top_accent_attachment() local 259 hb_codepoint_t glyph; in test_is_glyph_extended_shape() local 285 hb_codepoint_t glyph; in test_get_glyph_kerning() local 338 hb_codepoint_t glyph, in get_glyph_assembly_italics_correction() 352 hb_codepoint_t glyph; in test_get_glyph_assembly_italics_correction() local 418 hb_codepoint_t glyph; in test_get_glyph_variants() local 542 hb_codepoint_t glyph; in test_get_glyph_assembly() local
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-math.c | 189 hb_codepoint_t glyph; in test_get_glyph_italics_correction() local 224 hb_codepoint_t glyph; in test_get_glyph_top_accent_attachment() local 259 hb_codepoint_t glyph; in test_is_glyph_extended_shape() local 285 hb_codepoint_t glyph; in test_get_glyph_kerning() local 338 hb_codepoint_t glyph, in get_glyph_assembly_italics_correction() 352 hb_codepoint_t glyph; in test_get_glyph_assembly_italics_correction() local 418 hb_codepoint_t glyph; in test_get_glyph_variants() local 542 hb_codepoint_t glyph; in test_get_glyph_assembly() local
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-math.c | 189 hb_codepoint_t glyph; in test_get_glyph_italics_correction() local 224 hb_codepoint_t glyph; in test_get_glyph_top_accent_attachment() local 259 hb_codepoint_t glyph; in test_is_glyph_extended_shape() local 285 hb_codepoint_t glyph; in test_get_glyph_kerning() local 338 hb_codepoint_t glyph, in get_glyph_assembly_italics_correction() 352 hb_codepoint_t glyph; in test_get_glyph_assembly_italics_correction() local 418 hb_codepoint_t glyph; in test_get_glyph_variants() local 542 hb_codepoint_t glyph; in test_get_glyph_assembly() local
|
/third_party/harfbuzz/src/ |
D | hb-ot-math.cc | 107 hb_codepoint_t glyph) in hb_ot_math_get_glyph_italics_correction() 133 hb_codepoint_t glyph) in hb_ot_math_get_glyph_top_accent_attachment() 151 hb_codepoint_t glyph) in hb_ot_math_is_glyph_extended_shape() 177 hb_codepoint_t glyph, in hb_ot_math_get_glyph_kerning() 212 hb_codepoint_t glyph, in hb_ot_math_get_glyph_variants() 276 hb_codepoint_t glyph, in hb_ot_math_get_glyph_assembly()
|
D | hb-font.cc | 121 hb_codepoint_t *glyph, in hb_font_get_nominal_glyph_nil() 132 hb_codepoint_t *glyph, in hb_font_get_nominal_glyph_default() 177 hb_codepoint_t *glyph, in hb_font_get_variation_glyph_nil() 189 hb_codepoint_t *glyph, in hb_font_get_variation_glyph_default() 208 hb_codepoint_t glyph, in hb_font_get_glyph_h_advance_default() 233 hb_codepoint_t glyph, in hb_font_get_glyph_v_advance_default() 325 hb_codepoint_t glyph, in hb_font_get_glyph_h_origin_default() 351 hb_codepoint_t glyph, in hb_font_get_glyph_v_origin_default() 418 hb_codepoint_t glyph, in hb_font_get_glyph_extents_default() 446 hb_codepoint_t glyph, in hb_font_get_glyph_contour_point_default() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-math.cc | 107 hb_codepoint_t glyph) in hb_ot_math_get_glyph_italics_correction() 133 hb_codepoint_t glyph) in hb_ot_math_get_glyph_top_accent_attachment() 151 hb_codepoint_t glyph) in hb_ot_math_is_glyph_extended_shape() 177 hb_codepoint_t glyph, in hb_ot_math_get_glyph_kerning() 212 hb_codepoint_t glyph, in hb_ot_math_get_glyph_variants() 276 hb_codepoint_t glyph, in hb_ot_math_get_glyph_assembly()
|
D | hb-font.cc | 121 hb_codepoint_t *glyph, in hb_font_get_nominal_glyph_nil() 132 hb_codepoint_t *glyph, in hb_font_get_nominal_glyph_default() 177 hb_codepoint_t *glyph, in hb_font_get_variation_glyph_nil() 189 hb_codepoint_t *glyph, in hb_font_get_variation_glyph_default() 208 hb_codepoint_t glyph, in hb_font_get_glyph_h_advance_default() 233 hb_codepoint_t glyph, in hb_font_get_glyph_v_advance_default() 325 hb_codepoint_t glyph, in hb_font_get_glyph_h_origin_default() 351 hb_codepoint_t glyph, in hb_font_get_glyph_v_origin_default() 418 hb_codepoint_t glyph, in hb_font_get_glyph_extents_default() 446 hb_codepoint_t glyph, in hb_font_get_glyph_contour_point_default() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-math.cc | 114 hb_codepoint_t glyph) in hb_ot_math_get_glyph_italics_correction() 144 hb_codepoint_t glyph) in hb_ot_math_get_glyph_top_accent_attachment() 166 hb_codepoint_t glyph) in hb_ot_math_is_glyph_extended_shape() 196 hb_codepoint_t glyph, in hb_ot_math_get_glyph_kerning() 235 hb_codepoint_t glyph, in hb_ot_math_get_glyph_variants() 309 hb_codepoint_t glyph, in hb_ot_math_get_glyph_assembly()
|
D | hb-font.cc | 106 hb_codepoint_t *glyph, in hb_font_get_nominal_glyph_nil() 116 hb_codepoint_t *glyph, in hb_font_get_nominal_glyph_default() 160 hb_codepoint_t *glyph, in hb_font_get_variation_glyph_nil() 171 hb_codepoint_t *glyph, in hb_font_get_variation_glyph_default() 189 hb_codepoint_t glyph, in hb_font_get_glyph_h_advance_default() 213 hb_codepoint_t glyph, in hb_font_get_glyph_v_advance_default() 303 hb_codepoint_t glyph, in hb_font_get_glyph_h_origin_default() 328 hb_codepoint_t glyph, in hb_font_get_glyph_v_origin_default() 392 hb_codepoint_t glyph, in hb_font_get_glyph_extents_default() 419 hb_codepoint_t glyph, in hb_font_get_glyph_contour_point_default() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/ |
D | pfrgload.c | 40 pfr_glyph_init( PFR_Glyph glyph, in pfr_glyph_init() 53 pfr_glyph_done( PFR_Glyph glyph ) in pfr_glyph_done() 79 pfr_glyph_close_contour( PFR_Glyph glyph ) in pfr_glyph_close_contour() 120 pfr_glyph_start( PFR_Glyph glyph ) in pfr_glyph_start() 127 pfr_glyph_line_to( PFR_Glyph glyph, in pfr_glyph_line_to() 161 pfr_glyph_curve_to( PFR_Glyph glyph, in pfr_glyph_curve_to() 202 pfr_glyph_move_to( PFR_Glyph glyph, in pfr_glyph_move_to() 228 pfr_glyph_end( PFR_Glyph glyph ) in pfr_glyph_end() 249 pfr_glyph_load_simple( PFR_Glyph glyph, in pfr_glyph_load_simple() 559 pfr_glyph_load_compound( PFR_Glyph glyph, in pfr_glyph_load_compound() [all …]
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrgload.c | 40 pfr_glyph_init( PFR_Glyph glyph, in pfr_glyph_init() 53 pfr_glyph_done( PFR_Glyph glyph ) in pfr_glyph_done() 79 pfr_glyph_close_contour( PFR_Glyph glyph ) in pfr_glyph_close_contour() 120 pfr_glyph_start( PFR_Glyph glyph ) in pfr_glyph_start() 127 pfr_glyph_line_to( PFR_Glyph glyph, in pfr_glyph_line_to() 161 pfr_glyph_curve_to( PFR_Glyph glyph, in pfr_glyph_curve_to() 202 pfr_glyph_move_to( PFR_Glyph glyph, in pfr_glyph_move_to() 228 pfr_glyph_end( PFR_Glyph glyph ) in pfr_glyph_end() 249 pfr_glyph_load_simple( PFR_Glyph glyph, in pfr_glyph_load_simple() 559 pfr_glyph_load_compound( PFR_Glyph glyph, in pfr_glyph_load_compound() [all …]
|
/third_party/freetype/src/pfr/ |
D | pfrgload.c | 40 pfr_glyph_init( PFR_Glyph glyph, in pfr_glyph_init() 53 pfr_glyph_done( PFR_Glyph glyph ) in pfr_glyph_done() 79 pfr_glyph_close_contour( PFR_Glyph glyph ) in pfr_glyph_close_contour() 120 pfr_glyph_start( PFR_Glyph glyph ) in pfr_glyph_start() 127 pfr_glyph_line_to( PFR_Glyph glyph, in pfr_glyph_line_to() 161 pfr_glyph_curve_to( PFR_Glyph glyph, in pfr_glyph_curve_to() 202 pfr_glyph_move_to( PFR_Glyph glyph, in pfr_glyph_move_to() 228 pfr_glyph_end( PFR_Glyph glyph ) in pfr_glyph_end() 249 pfr_glyph_load_simple( PFR_Glyph glyph, in pfr_glyph_load_simple() 559 pfr_glyph_load_compound( PFR_Glyph glyph, in pfr_glyph_load_compound() [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkStrike.cpp | 42 SkGlyph* glyph = fAlloc.make<SkGlyph>(packedGlyphID); in makeGlyph() local 47 SkGlyph* SkStrike::glyph(SkPackedGlyphID packedGlyphID) { in glyph() function in SkStrike 49 SkGlyph* glyph = fGlyphMap.findOrNull(packedGlyphID); in glyph() local 57 SkGlyph* SkStrike::glyph(SkGlyphID glyphID) { in glyph() function in SkStrike 61 SkGlyph* SkStrike::glyph(SkGlyphID glyphID, SkPoint position) { in glyph() function in SkStrike 70 SkGlyph* glyph = fGlyphMap.findOrNull(p.id); in glyphFromPrototype() local 86 const SkPath* SkStrike::preparePath(SkGlyph* glyph) { in preparePath() 93 const SkPath* SkStrike::preparePath(SkGlyph* glyph, const SkPath* path) { in preparePath() 126 const void* SkStrike::prepareImage(SkGlyph* glyph) { in prepareImage() 134 SkGlyph* glyph = fGlyphMap.findOrNull(toID); in mergeGlyphAndImage() local [all …]
|
D | SkTypeface_remote.cpp | 34 bool SkScalerContextProxy::generateAdvance(SkGlyph* glyph) { in generateAdvance() 38 void SkScalerContextProxy::generateMetrics(SkGlyph* glyph) { in generateMetrics() 70 void SkScalerContextProxy::generateImage(const SkGlyph& glyph) { in generateImage()
|
/third_party/flutter/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 378 bool SkScalerContext_DW::generateAdvance(SkGlyph* glyph) { in generateAdvance() 427 HRESULT SkScalerContext_DW::getBoundingBox(SkGlyph* glyph, in getBoundingBox() 493 bool SkScalerContext_DW::isColorGlyph(const SkGlyph& glyph) { in isColorGlyph() 498 bool SkScalerContext_DW::isPngGlyph(const SkGlyph& glyph) { in isPngGlyph() 510 bool SkScalerContext_DW::getColorGlyphRun(const SkGlyph& glyph, in getColorGlyphRun() 539 void SkScalerContext_DW::generateColorMetrics(SkGlyph* glyph) { in generateColorMetrics() 601 void SkScalerContext_DW::generatePngMetrics(SkGlyph* glyph) { in generatePngMetrics() 651 void SkScalerContext_DW::generateMetrics(SkGlyph* glyph) { in generateMetrics() 658 auto glyphCheckAndSetBounds = [](SkGlyph* glyph, const RECT& bbox) { in generateMetrics() 798 void SkScalerContext_DW::BilevelToBW(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph) { in BilevelToBW() [all …]
|
/third_party/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 426 bool SkScalerContext_DW::generateAdvance(SkGlyph* glyph) { in generateAdvance() 482 HRESULT SkScalerContext_DW::getBoundingBox(SkGlyph* glyph, in getBoundingBox() 550 bool SkScalerContext_DW::isColorGlyph(const SkGlyph& glyph) { in isColorGlyph() 555 bool SkScalerContext_DW::isPngGlyph(const SkGlyph& glyph) { in isPngGlyph() 567 bool SkScalerContext_DW::getColorGlyphRun(const SkGlyph& glyph, in getColorGlyphRun() 596 void SkScalerContext_DW::generateColorMetrics(SkGlyph* glyph) { in generateColorMetrics() 660 void SkScalerContext_DW::generatePngMetrics(SkGlyph* glyph) { in generatePngMetrics() 710 void SkScalerContext_DW::generateMetrics(SkGlyph* glyph) { in generateMetrics() 716 auto glyphCheckAndSetBounds = [](SkGlyph* glyph, const RECT& bbox) { in generateMetrics() 866 void SkScalerContext_DW::BilevelToBW(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph) { in BilevelToBW() [all …]
|
/third_party/wayland_standard/cursor/ |
D | convert_font.c | 45 struct glyph { struct 58 struct glyph *glyphs; argument 141 struct glyph *glyph = &extracted_font.glyphs[i]; in handle_compressed_metrics() local 223 struct glyph *glyph = &extracted_font.glyphs[i]; in handle_bitmaps() local 251 get_glyph_pixel(struct glyph *glyph, int x, int y) in get_glyph_pixel() 300 struct reconstructed_glyph *glyph) in reconstruct_glyph()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
D | GlyphStripper.java | 38 public Glyph.Builder<? extends Glyph> stripGlyph(Glyph glyph) { in stripGlyph() 58 private WritableFontData stripSimpleGlyph(Glyph glyph) { in stripSimpleGlyph() 108 private WritableFontData stripCompositeGlyph(Glyph glyph) { in stripCompositeGlyph() 144 private int computeSimpleStrippedGlyphSize(Glyph glyph) { in computeSimpleStrippedGlyphSize() 162 private int computeCompositeStrippedGlyphSize(Glyph glyph) { in computeCompositeStrippedGlyphSize()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
D | GlyphStripper.java | 38 public Glyph.Builder<? extends Glyph> stripGlyph(Glyph glyph) { in stripGlyph() 58 private WritableFontData stripSimpleGlyph(Glyph glyph) { in stripSimpleGlyph() 108 private WritableFontData stripCompositeGlyph(Glyph glyph) { in stripCompositeGlyph() 144 private int computeSimpleStrippedGlyphSize(Glyph glyph) { in computeSimpleStrippedGlyphSize() 162 private int computeCompositeStrippedGlyphSize(Glyph glyph) { in computeCompositeStrippedGlyphSize()
|