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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontCreato.c465 int i, axes; local
467 axes = fc->creator.font->blend_data->num_axes;
469 for (i = 0; i < axes; i++) {
H A DFontSB.c855 int *axes, int *designs)
866 /* Now there should be *axes positive floats, separated by space */
868 for (i = 0; i < *axes; i++) {
884 int *axes)
890 /* OK. What we expect to see here is *axes arrays. Each one contains at
894 for (i = 0; i < *axes; i++) {
931 int axes,
937 /* We expect to see axes names, each optionally preceded with a / and
947 if (i >= axes) return True;
956 int *axes,
852 ParseBlendPositions( char *buf, float *blendPos, int *axes, int *designs) argument
879 ParseBlendMap( char *buf, int *breakCount, int *blendBreak, float *blendBreakValue, int *axes) argument
930 ParseAxisNames( int axes, char *buf, char *names[]) argument
953 GetPSFontInfo( FontSelectionBoxWidget fsb, char *name, int *axes, int *designs, char *axisNames, float *blendPos, int *breakCount, int *blendBreak, float *blendBreakValue) argument
1019 int axes, designs, breakCount[MAX_AXES], local
2351 WriteBlendLine( FILE *f, String family, String face, String blend, String name, int axes, float *p) argument
[all...]

Completed in 22 milliseconds