Home | History | Annotate | Download | only in hb-old

Lines Matching full:offsetbase

61     HB_Fixed offsetBase = HB_FIXED_CONSTANT(1) + (size - HB_FIXED_CONSTANT(4)) / 4;
63 offsetBase += HB_FIXED_CONSTANT(4);
65 offsetBase += size;
66 offsetBase = -offsetBase;
67 //qreal offsetBase = (size - 4) / 4 + qMin<qreal>(size, 4) + 1;
68 // qDebug("offset = %f", offsetBase);
85 HB_Fixed offset = offsetBase;