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

  /external/chromium_org/third_party/skia/src/core/
SkFDot6.h 16 typedef int32_t SkFDot6;
22 inline SkFDot6 SkIntToFDot6(S16CPU x) {
36 inline SkFixed SkFDot6ToFixed(SkFDot6 x) {
43 #define SkScalarToFDot6(x) (SkFDot6)((x) * 64)
50 inline SkFixed SkFDot6Div(SkFDot6 a, SkFDot6 b) {
  /external/skia/src/core/
SkFDot6.h 16 typedef int32_t SkFDot6;
22 inline SkFDot6 SkIntToFDot6(S16CPU x) {
36 inline SkFixed SkFDot6ToFixed(SkFDot6 x) {
43 #define SkScalarToFDot6(x) (SkFDot6)((x) * 64)
50 inline SkFixed SkFDot6Div(SkFDot6 a, SkFDot6 b) {

Completed in 54 milliseconds