Searched refs:P_Left (Results 1 - 2 of 2) 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 */
2353 /* - y is the bottom of P_Left */
2656 PProfile P, Q, P_Left, P_Right; local
2764 P_Left = draw_left;
2767 while ( P_Left )
2769 x1 = P_Left
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c2335 /* - P_Left and P_Right are in the same contour */
2336 /* - P_Right is the successor of P_Left in that contour */
2337 /* - y is the top of P_Left and P_Right */
2341 /* - P_Left and P_Right are in the same contour */
2342 /* - P_Left is the successor of P_Right in that contour */
2343 /* - y is the bottom of P_Left */
2646 PProfile P, Q, P_Left, P_Right; local
2754 P_Left = draw_left;
2757 while ( P_Left )
2759 x1 = P_Left
[all...]

Completed in 141 milliseconds