Home | History | Annotate | Download | only in cff

Lines Matching defs:P0

1549     FT_Vector  P0, P1;
1565 P0.x = glyphpath->currentCS.x + xOffset;
1566 P0.y = glyphpath->currentCS.y + yOffset;
1573 cf2_glyphpath_pushMove( glyphpath, P0 );
1587 &P0,
1595 glyphpath->prevElemP0 = P0;
1622 FT_Vector P0, P1, P2, P3;
1646 P0.x = glyphpath->currentCS.x + xOffset1;
1647 P0.y = glyphpath->currentCS.y + yOffset1;
1659 cf2_glyphpath_pushMove( glyphpath, P0 );
1673 &P0,
1681 glyphpath->prevElemP0 = P0;