Lines Matching refs:ymin
335 \param ymin If the pointer is defined, the value is adjusted if ymin of wc character is less than the current value.
336 \param ymax If the pointer is defined, the value is adjusted if ymin of wc character is more than the current value.
338 int TR_getadvance(FT_INFO *fti, FNT_SPECS *fsp, uint32_t wc, uint32_t pc, int load_flags, int kern_mode, int *ymin, int *ymax){
355 if(ymin && (bbox.yMin < *ymin))*ymin=bbox.yMin;
439 \param ymin If the pointer is defined, the value is adjusted if ymin of current complex is less than the current value.
441 double TR_baseline(TR_INFO *tri, int src, double *ymax, double *ymin){
464 else if(ymin){
466 if(*ymin <= tmp)*ymin = tmp;
486 else if(ymin){
488 if(*ymin <= tmp){
489 *ymin = tmp;
500 baseline = TR_baseline(tri, trec, ymax, ymin);
534 double ymin = DBL_MIN;
544 prevbase = TR_baseline(tri, dst, NULL, &ymin);
546 newV = (thisbase - prevbase)/(ymax + ymin);
1731 int ymin,ymax;
1768 ymin = 64000;
1796 status = TR_getadvance(fti, fsp, *tptr, (tri->use_kern ? prev: 0), tri->load_flags, tri->kern_mode, &ymin, &ymax);
1806 if(ymin==0 && ymax==0){
1811 dsc = ((double) (ymin))/64.0; /* This is negative */