Searched refs:axes (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontSB.c | 855 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...] |
H A D | FSBwraps.psw | 346 int *axes; int *designs; 358 dup length axes % fontinfo array
|
H A D | FontCreato.c | 465 int i, axes; local 467 axes = fc->creator.font->blend_data->num_axes; 469 for (i = 0; i < axes; i++) {
|
Completed in 21 milliseconds