Home
last modified time | relevance | path

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

/external/freetype/src/raster/
Dftraster.c2703 PProfile P, Q, P_Left, P_Right; in Draw_Sweep() local
2811 P_Left = draw_left; in Draw_Sweep()
2814 while ( P_Left && P_Right ) in Draw_Sweep()
2816 x1 = P_Left ->X; in Draw_Sweep()
2834 Int dropOutControl = P_Left->flags & 7; in Draw_Sweep()
2841 P_Left ->X = x1; in Draw_Sweep()
2845 P_Left->countL = 1; in Draw_Sweep()
2853 ras.Proc_Sweep_Span( RAS_VARS y, x1, x2, P_Left, P_Right ); in Draw_Sweep()
2857 P_Left = P_Left->link; in Draw_Sweep()
2912 P_Left = draw_left; in Draw_Sweep()
[all …]