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

  /external/chromium_org/third_party/skia/src/utils/
SkFloatUtils.h 16 class SkTypeWithSize {
18 // Prevents using SkTypeWithSize<N> with non-specialized N.
23 class SkTypeWithSize<32> {
29 class SkTypeWithSize<64> {
58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits;
  /external/skia/src/utils/
SkFloatUtils.h 16 class SkTypeWithSize {
18 // Prevents using SkTypeWithSize<N> with non-specialized N.
23 class SkTypeWithSize<32> {
29 class SkTypeWithSize<64> {
58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits;

Completed in 2649 milliseconds