Searched defs:P_Right (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/raster/
H A Dftraster.c2345 /* - P_Left and P_Right are in the same contour */
2346 /* - P_Right is the successor of P_Left in that contour */
2347 /* - y is the top of P_Left and P_Right */
2351 /* - P_Left and P_Right are in the same contour */
2352 /* - P_Left is the successor of P_Right in that contour */
2656 PProfile P, Q, P_Left, P_Right; local
2765 P_Right = draw_right;
2770 x2 = P_Right->X;
2795 P_Right->X = x2;
2806 ras.Proc_Sweep_Span( RAS_VARS y, x1, x2, P_Left, P_Right );
[all...]

Completed in 105 milliseconds