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

  /external/skia/tests/
SkFixed15Test.cpp 30 // to_u8() and FromU8() should roundtrip all bytes.
32 REPORTER_ASSERT(r, x == SkFixed15::FromU8(x).to_u8());
  /external/skqp/tests/
SkFixed15Test.cpp 30 // to_u8() and FromU8() should roundtrip all bytes.
32 REPORTER_ASSERT(r, x == SkFixed15::FromU8(x).to_u8());
  /external/skia/src/core/
SkFixed15.h 35 uint8_t to_u8() const { function in class:SkFixed15
36 // FromU8() and to_u8() roundtrip all bytes.
  /external/skqp/src/core/
SkFixed15.h 35 uint8_t to_u8() const { function in class:SkFixed15
36 // FromU8() and to_u8() roundtrip all bytes.

Completed in 154 milliseconds