Home
last modified time | relevance | path

Searched refs:gray_spans (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/
Dftimage.h1045 FT_SpanFunc gray_spans; member
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftsmooth.c144 params.gray_spans = (FT_SpanFunc)ft_smooth_lcd_spans; in ft_smooth_raster_lcd()
389 params.gray_spans = (FT_SpanFunc)ft_smooth_overlap_spans; in ft_smooth_raster_overlap()
Dftgrays.c2077 if ( !params->gray_spans ) in gray_raster_render()
2080 ras.render_span = (FT_Raster_Span_Func)params->gray_spans; in gray_raster_render()