Home
last modified time | relevance | path

Searched refs:insert_root_transform (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.c564 apaint->u.glyph.paint.insert_root_transform = 0; in read_paint()
573 apaint->u.transform.paint.insert_root_transform = 0; in read_paint()
597 apaint->u.translate.paint.insert_root_transform = 0; in read_paint()
615 apaint->u.scale.paint.insert_root_transform = 0; in read_paint()
657 apaint->u.rotate.paint.insert_root_transform = 0; in read_paint()
683 apaint->u.skew.paint.insert_root_transform = 0; in read_paint()
711 apaint->u.composite.source_paint.insert_root_transform = 0; in read_paint()
724 apaint->u.composite.backdrop_paint.insert_root_transform = in read_paint()
812 opaque_paint->insert_root_transform = 1; in tt_face_get_colr_glyph_paint()
814 opaque_paint->insert_root_transform = 0; in tt_face_get_colr_glyph_paint()
[all …]
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftcolor.h796 FT_Bool insert_root_transform; member
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp63 return a.p == b.p && a.insert_root_transform == b.insert_root_transform; in operator ==()
392 SkGoodHash()(opaque_paint.insert_root_transform); in operator ()()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2101623 (read_paint): Initialize and track status of insert_root_transform