Searched refs:SkMSec_LT (Results 1 – 2 of 2) sorted by relevance
392 if (SkMSec_LT(time, curr->fTime)) { in EnqueueTime()443 if (SkMSec_LT(now, evt->fTime)) in ServiceQueueTimer()
314 #define SkMSec_LT(a, b) ((int32_t)(a) - (int32_t)(b) < 0) macro