Searched refs:color_stop (Results 1 – 7 of 7) sorted by relevance
63 FT_ColorStop* color_stop,
1003 FT_ColorStop* color_stop, in tt_face_get_colorline_stops() argument1026 color_stop->stop_offset = FT_NEXT_SHORT( p ); in tt_face_get_colorline_stops()1028 color_stop->color.palette_index = FT_NEXT_USHORT( p ); in tt_face_get_colorline_stops()1030 color_stop->color.alpha = FT_NEXT_SHORT( p ); in tt_face_get_colorline_stops()
515 FT_ColorStop color_stop; in colrv1_configure_skpaint() local516 while (FT_Get_Colorline_Stops(face, &color_stop, &color_stop_iterator)) { in colrv1_configure_skpaint()518 sorted_stops[index].stop_pos = color_stop.stop_offset / float(1 << 14); in colrv1_configure_skpaint()519 FT_UInt16& palette_index = color_stop.color.palette_index; in colrv1_configure_skpaint()522 SkColrV1AlphaToFloat(color_stop.color.alpha); in colrv1_configure_skpaint()528 SkColrV1AlphaToFloat(color_stop.color.alpha); in colrv1_configure_skpaint()
1669 FT_ColorStop* color_stop,
658 FT_ColorStop *color_stop,
5760 FT_ColorStop * color_stop, in FT_Get_Colorline_Stops() argument5767 if ( !face || !color_stop || !iterator ) in FT_Get_Colorline_Stops()5777 return sfnt->get_colorline_stops ( ttface, color_stop, iterator ); in FT_Get_Colorline_Stops()
22958 - color_stop->stop_offset = FT_NEXT_SHORT( p );22959 + color_stop->stop_offset = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;22961 color_stop->color.palette_index = FT_NEXT_USHORT( p );