Home
last modified time | relevance | path

Searched refs:tmid (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fgas/crt/
Dcfgas_decimal.cpp221 uint64_t thi = phi, tmid = pmid, tlo = plo; in decimal_helper_truncate() local
222 if (decimal_helper_div10(thi, tmid, tlo) != 0) in decimal_helper_truncate()
226 pmid = tmid; in decimal_helper_truncate()
/external/skia/tests/
DWangsFormulaTest.cpp455 tmid = 0.5f * (tmin + tmax); in DEF_TEST() local
459 p1 = eval_conic(pts, w, tmid); in DEF_TEST()
/external/skia/samplecode/
DSampleVariableWidthStroker.cpp312 const float tmid = (tmin + tmax) * 0.5; in ZeroSetRec() local
313 ZeroSetRec(left, tmin, tmid, tol, result); in ZeroSetRec()
314 ZeroSetRec(right, tmid, tmax, tol, result); in ZeroSetRec()