Home
last modified time | relevance | path

Searched refs:fcWeight (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/fontconfig/
H A DFCFontEnumerator.m57 convertWeight (int fcWeight, int bottomValue, int topValue)
65 if (fcWeight <= bottomValue)
69 else if (fcWeight >= topValue)
75 return (float) (fcWeight - bottomValue) * (1.0f / (topValue - bottomValue));
716 int fcWeight;
721 fcWeight = FC_WEIGHT_THIN + ((weight + 1.0) * (FC_WEIGHT_NORMAL - FC_WEIGHT_THIN));
725 fcWeight = FC_WEIGHT_NORMAL + (weight * (FC_WEIGHT_ULTRABLACK - FC_WEIGHT_NORMAL));
727 FcPatternAddInteger(_pat, FC_WEIGHT, fcWeight);
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXFont.cpp285 static FXint fcWeight2Weight(FXint fcWeight){ in fcWeight2Weight() argument
286 switch(fcWeight){ in fcWeight2Weight()
354 static FXint fcWeight2Weight(FXint fcWeight){ in fcWeight2Weight() argument
355 switch(fcWeight){ in fcWeight2Weight()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXFont.cpp487 static FXint fcWeight2Weight(FXint fcWeight){ in fcWeight2Weight() argument
488 switch(fcWeight){ in fcWeight2Weight()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXFont.cpp487 static FXint fcWeight2Weight(FXint fcWeight){ in fcWeight2Weight() argument
488 switch(fcWeight){ in fcWeight2Weight()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXFont.cpp329 static FXint fcWeight2Weight(FXint fcWeight){ in fcWeight2Weight() argument
330 switch(fcWeight){ in fcWeight2Weight()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXFont.cpp329 static FXint fcWeight2Weight(FXint fcWeight){ in fcWeight2Weight() argument
330 switch(fcWeight){ in fcWeight2Weight()