Home
last modified time | relevance | path

Searched refs:color_stop (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.h63 FT_ColorStop* color_stop,
Dttcolr.c1003 FT_ColorStop* color_stop, in tt_face_get_colorline_stops() argument
1026 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()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp515 FT_ColorStop color_stop; in colrv1_configure_skpaint() local
516 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()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftcolor.h1669 FT_ColorStop* color_stop,
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dsfnt.h658 FT_ColorStop *color_stop,
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c5760 FT_ColorStop * color_stop, in FT_Get_Colorline_Stops() argument
5767 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()
/third_party/chromium/patch/
D0001-cve.patch22958 - 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 );