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

/external/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...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c2417 /* - P_Left and P_Right are in the same contour */
2418 /* - P_Right is the successor of P_Left in that contour */
2419 /* - y is the top of P_Left and P_Right */
2423 /* - P_Left and P_Right are in the same contour */
2424 /* - P_Left is the successor of P_Right in that contour */
2425 /* - y is the bottom of P_Left */
2952 PProfile P, Q, P_Left, P_Right; local
3060 P_Left = draw_left;
3063 while ( P_Left )
3065 x1 = P_Left
[all...]

Completed in 56 milliseconds