Searched refs:transform_flags (Results 1 – 3 of 3) sorted by relevance
907 if ( face->root.internal->transform_flags & 1 ) in tt_face_get_color_glyph_clipbox()911 if ( face->root.internal->transform_flags & 2 ) in tt_face_get_color_glyph_clipbox()1080 if ( face->root.internal->transform_flags & 1 ) in tt_face_get_paint()1095 if ( face->root.internal->transform_flags & 2 ) in tt_face_get_paint()
717 internal->transform_flags = 0; in FT_Set_Transform()735 internal->transform_flags |= 1; in FT_Set_Transform()749 internal->transform_flags |= 2; in FT_Set_Transform()968 FT_Int transform_flags = internal->transform_flags; in FT_Load_Glyph() local973 internal->transform_flags = 0; in FT_Load_Glyph()982 internal->transform_flags = transform_flags; in FT_Load_Glyph()1044 if ( internal->transform_flags ) in FT_Load_Glyph()1058 if ( internal->transform_flags & 1 ) in FT_Load_Glyph()1062 if ( internal->transform_flags & 2 ) in FT_Load_Glyph()
361 FT_Int transform_flags; member