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

/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DPathConsumer2D.h70 * be made to any of the PathConsumerVec functions subsequently.
79 * the PathConsumerVec structure in the same allocated storage.
88 } PathConsumerVec; typedef in typeref:struct:_PathConsumerVec
H A DShapeSpanIterator.c64 PathConsumerVec funcs; /* Native PathConsumer function vector */
777 PCMoveTo(PathConsumerVec *consumer,
789 PCLineTo(PathConsumerVec *consumer,
801 PCQuadTo(PathConsumerVec *consumer,
814 PCCubicTo(PathConsumerVec *consumer,
828 PCClosePath(PathConsumerVec *consumer)
839 PCPathDone(PathConsumerVec *consumer)

Completed in 566 milliseconds