HomeSort by relevance Sort by last modified time
    Searched defs:SK_OT_ULONG (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTableTypes.h 24 typedef uint32_t SK_OT_ULONG;
44 static const SK_OT_ULONG value = SkTEndian_SwapBE32(
56 /** SkOTSetULONGBit<N>::value is an SK_OT_ULONG with the Nth BE bit set. */
60 static const SK_OT_ULONG value = SkTEndian_SwapBE32(bit);
  /external/skia/src/sfnt/
SkOTTableTypes.h 24 typedef uint32_t SK_OT_ULONG;
44 static const SK_OT_ULONG value = SkTEndian_SwapBE32(
56 /** SkOTSetULONGBit<N>::value is an SK_OT_ULONG with the Nth BE bit set. */
60 static const SK_OT_ULONG value = SkTEndian_SwapBE32(bit);

Completed in 1129 milliseconds