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

  /external/skia/src/sfnt/
SkOTTableTypes.h 23 typedef uint32_t SK_OT_ULONG;
43 static const SK_OT_ULONG value = SkTEndian_SwapBE32(
55 /** SkOTSetULONGBit<N>::value is an SK_OT_ULONG with the Nth BE bit set. */
59 static const SK_OT_ULONG value = SkTEndian_SwapBE32(bit);
  /external/skqp/src/sfnt/
SkOTTableTypes.h 23 typedef uint32_t SK_OT_ULONG;
43 static const SK_OT_ULONG value = SkTEndian_SwapBE32(
55 /** SkOTSetULONGBit<N>::value is an SK_OT_ULONG with the Nth BE bit set. */
59 static const SK_OT_ULONG value = SkTEndian_SwapBE32(bit);

Completed in 78 milliseconds