Searched refs:weights (Results 1 – 13 of 13) sorted by relevance
/external/freetype/src/base/ |
D | ftlcdfil.c | 36 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir() local 54 fir[0] = weights[2] * val1; in _ft_lcd_filter_fir() 55 fir[1] = weights[3] * val1; in _ft_lcd_filter_fir() 56 fir[2] = weights[4] * val1; in _ft_lcd_filter_fir() 61 fir[0] += weights[1] * val1; in _ft_lcd_filter_fir() 62 fir[1] += weights[2] * val1; in _ft_lcd_filter_fir() 63 fir[2] += weights[3] * val1; in _ft_lcd_filter_fir() 64 fir[3] += weights[4] * val1; in _ft_lcd_filter_fir() 72 pix = fir[0] + weights[0] * val; in _ft_lcd_filter_fir() 73 fir[0] = fir[1] + weights[1] * val; in _ft_lcd_filter_fir() [all …]
|
/external/icu4c/test/intltest/ |
D | wbnf.cpp | 439 Buffer_int weights; member in WeightedRand 446 for (int i=0; i<size; ++i) weights.append(DEFAULT_WEIGHT); in WeightedRand() 450 weights.append_array( (*weight_list),s); in WeightedRand() 451 for (int i=s; i<size; ++i) weights.append(DEFAULT_WEIGHT); in WeightedRand() 453 weights.append_array( (*weight_list),size); in WeightedRand() 457 int c = weights.content_size(); in WeightedRand() 459 total += weights[i]; in WeightedRand() 464 weights.append(weight); in append() 492 mark -= weights[i]; // 0 <= mark <= total in next() 738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights = NULL): in Repeat() argument [all …]
|
/external/srec/srec/clib/ |
D | swimodel.c | 387 hmmstates[i].weights = weight_ptr; in load_swimodel() 453 weightptr = spd->weights; in mixture_diagonal_gaussian_swimodel()
|
/external/srec/srec/include/ |
D | swimodel.h | 39 const wtdata *weights; /*pointer to weights*/ member
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | queue.h | 250 StateWeightCompare(const vector<Weight>* weights, const L &less) in StateWeightCompare() argument 251 : weights_(weights), less_(less) {} in StateWeightCompare()
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_opengl.h | 3796 typedef void (APIENTRYP PFNGLWEIGHTBVARBPROC) (GLint size, const GLbyte *weights); 3797 typedef void (APIENTRYP PFNGLWEIGHTSVARBPROC) (GLint size, const GLshort *weights); 3798 typedef void (APIENTRYP PFNGLWEIGHTIVARBPROC) (GLint size, const GLint *weights); 3799 typedef void (APIENTRYP PFNGLWEIGHTFVARBPROC) (GLint size, const GLfloat *weights); 3800 typedef void (APIENTRYP PFNGLWEIGHTDVARBPROC) (GLint size, const GLdouble *weights); 3801 typedef void (APIENTRYP PFNGLWEIGHTUBVARBPROC) (GLint size, const GLubyte *weights); 3802 typedef void (APIENTRYP PFNGLWEIGHTUSVARBPROC) (GLint size, const GLushort *weights); 3803 typedef void (APIENTRYP PFNGLWEIGHTUIVARBPROC) (GLint size, const GLuint *weights); 4263 …ef void (APIENTRYP PFNGLGETTEXFILTERFUNCSGISPROC) (GLenum target, GLenum filter, GLfloat *weights); 4264 …TRYP PFNGLTEXFILTERFUNCSGISPROC) (GLenum target, GLenum filter, GLsizei n, const GLfloat *weights);
|
/external/webkit/WebCore/rendering/ |
D | RenderThemeChromiumMac.mm | 858 …nput>s use this constant. This button will allow custom colors and font weights/variants but won't
|
/external/jpeg/ |
D | libjpeg.doc | 1249 (it weights distances appropriately for RGB colors). You'll need to modify
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 34582 font-weight does not properly support graded weights 34603 go through all weights equal or lighter from the desired weight. For 34604 SVG, to also consider heavier weights. 34649 synthesize bold based on the weights rather than the bold trait. 34653 decide whether to synthesize bold based on the weights rather than on 34672 compute the synthetic bold and synthetic italic flags based on weights 34694 deciding based on weights to prefer the font whose weight is closer to 34695 the desired one, or, if both candidates' weights are the same distance 34700 acceptableChoice() and betterChoice(). Changed to use weights to decide
|
/external/icu4c/data/unidata/ |
D | FractionalUCA.txt | 13 # - zero weights are not printed
|
/external/webkit/WebKit/mac/ |
D | ChangeLog | 8825 font-weight does not properly support graded weights
|
/external/webkit/WebKit/win/ |
D | ChangeLog | 4382 font-weight does not properly support graded weights
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 20985 to DateTime conversion weights were fixed (it should never
|