Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.cpp570 int64_t expT = ((tt.bits >> 52) & 0x7ff) - 1023, in normalize_t_s() local
572 int64_t expNorm = -SkTMax(expT, expS) + 1023; in normalize_t_s()