Home
last modified time | relevance | path

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

/external/skia/modules/svg/src/
DSkSVGText.cpp627 SkMatrix glyph_matrix; in onAsPath() local
628 glyph_matrix.setRSXform(glyph_rsx); in onAsPath()
629 glyph_matrix.preConcat(matrix); in onAsPath()
631 get_paths_ctx->builder.addPath(path->makeTransform(glyph_matrix)); in onAsPath()
/external/freetype/src/cid/
Dcidgload.c431 internal->glyph_matrix = font_matrix; in cid_slot_load_glyph()
/external/freetype/include/freetype/internal/
Dftobjs.h428 FT_Matrix glyph_matrix; member
/external/freetype/src/type1/
Dt1gload.c475 internal->glyph_matrix = font_matrix; in T1_Load_Glyph()
/external/freetype/src/autofit/
Dafloader.c392 loader->trans_matrix = slot_internal->glyph_matrix; in af_loader_load_glyph()
/external/freetype/src/cff/
Dcffgload.c538 internal->glyph_matrix = font_matrix; in cff_slot_load()