Searched refs:SkMSec_LT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/views/
H A DSkEvent.cpp392 if (SkMSec_LT(time, curr->fTime)) {
444 if (SkMSec_LT(now, evt->fTime))
/external/skia/src/views/
H A DSkEvent.cpp392 if (SkMSec_LT(time, curr->fTime)) {
444 if (SkMSec_LT(now, evt->fTime))
/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h323 #define SkMSec_LT(a, b) ((int32_t)(a) - (int32_t)(b) < 0) macro
/external/skia/include/core/
H A DSkTypes.h320 #define SkMSec_LT(a, b) ((int32_t)(a) - (int32_t)(b) < 0) macro
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.cpp587 if (SkMSec_LT(rawTime, state.fStartTime)) {
600 if (SkMSec_LT(state.fBegin + state.fDuration, innerTime)) {
H A DSkAnimateActive.cpp498 if (SkMSec_LT(fDuration, time))
/external/skia/src/animator/
H A DSkDisplayApply.cpp587 if (SkMSec_LT(rawTime, state.fStartTime)) {
600 if (SkMSec_LT(state.fBegin + state.fDuration, innerTime)) {
H A DSkAnimateActive.cpp498 if (SkMSec_LT(fDuration, time))

Completed in 252 milliseconds