Searched refs:fHour (Results 1 – 10 of 10) sorted by relevance
/external/dng_sdk/source/ |
D | dng_date_time.cpp | 53 , fHour (0) in dng_date_time() 73 , fHour (hour) in dng_date_time() 89 fHour <= 23 && in IsValid() 132 fHour = DateTimeParseU32 (s); in Parse() 234 fDateTime.fHour = hour; in SetTime() 406 (unsigned) fDateTime.fHour, in Encode_ISO_8601() 652 (unsigned) fDateTime.fHour, in Encode_IPTC_Time() 666 (unsigned) fDateTime.fHour, in Encode_IPTC_Time() 710 dt.fHour = t.tm_hour; in CurrentDateTimeAndZone() 790 dt.fHour = t.tm_hour; in DecodeUnixTime() [all …]
|
D | dng_date_time.h | 42 uint32 fHour; variable 87 fHour == dt.fHour &&
|
D | dng_parse_utils.cpp | 2239 (int) dt.fHour, in DumpDateTime()
|
D | dng_image_writer.cpp | 493 (int) dt.fHour, in tag_exif_date_time()
|
/external/skia/samplecode/ |
D | SampleClock.cpp | 105 time.fHour = time.fHour >= 12 ? time.fHour-12 : time.fHour; in onDrawContent() 110 canvas->rotate(time.fHour*(180.f/6.f) + time.fMinute*(180.f/360.f) in onDrawContent()
|
/external/skia/src/core/ |
D | SkTime.cpp | 22 static_cast<unsigned>(fDay), static_cast<unsigned>(fHour), in toISO8601() 40 dt->fHour = SkToU8(st.wHour); in GetDateTime() 60 dt->fHour = SkToU8(tstruct.tm_hour); in GetDateTime()
|
/external/skia/include/core/ |
D | SkTime.h | 29 uint8_t fHour; //!< 0..23 member
|
/external/skia/tests/ |
D | Time.cpp | 39 REPORTER_ASSERT(r, dateTime.fHour <= 23); in DEF_TEST()
|
/external/skia/tools/skdiff/ |
D | skdiff_html.cpp | 42 stream->writeDecAsText(dt.fHour); in print_table_header()
|
/external/skia/src/pdf/ |
D | SkPDFMetadata.cpp | 29 static_cast<unsigned>(dt.fDay), static_cast<unsigned>(dt.fHour), in pdf_date()
|