Home
last modified time | relevance | path

Searched refs:glyph_matrix (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGText.cpp631 SkMatrix glyph_matrix; in onAsPath() local
632 glyph_matrix.setRSXform(glyph_rsx); in onAsPath()
633 glyph_matrix.preConcat(matrix); in onAsPath()
635 get_paths_ctx->builder.addPath(path->makeTransform(glyph_matrix)); in onAsPath()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidgload.c427 internal->glyph_matrix = font_matrix; in cid_slot_load_glyph()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h428 FT_Matrix glyph_matrix; member
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1gload.c475 internal->glyph_matrix = font_matrix; in T1_Load_Glyph()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffgload.c538 internal->glyph_matrix = font_matrix; in cff_slot_load()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafloader.c383 loader->trans_matrix = slot_internal->glyph_matrix; in af_loader_load_glyph()