Searched refs:fSecond (Results 1 – 9 of 9) sorted by relevance
27 t->fSecond = SkToU8(syst.wSecond); in GetDateTime()57 t->fSecond = SkToU8(syst.tm_sec); in GetDateTime()
110 + time.fSecond*(180.f/21600.f) ); in onDrawContent()131 + time.fSecond*(180.f/1800.f) ); in onDrawContent()151 canvas->rotate(time.fSecond*(180.f/30.f)); in onDrawContent()
65 bool use_scale = (time.fSecond % 2 == 1); in onDrawContent()
21 static_cast<unsigned>(fSecond), timezoneSign, timeZoneHours, in toISO8601()
34 dt->fSecond = SkToU8(tstruct->tm_sec); in GetDateTime()
39 dt->fSecond = SkToU8(st.wSecond); in GetDateTime()
31 uint8_t fSecond; //!< 0..59 member
43 REPORTER_ASSERT(r, dateTime.fSecond <= 60); // leap seconds are 23:59:60 in DEF_TEST()
49 if (dt.fSecond < 10) { in print_table_header()52 stream->writeDecAsText(dt.fSecond); in print_table_header()