Home
last modified time | relevance | path

Searched defs:SkFixedFloorToInt (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/private/
DSkFixed.h77 #define SkFixedFloorToInt(x) ((x) >> 16) macro
/third_party/flutter/skia/include/private/
DSkFixed.h76 #define SkFixedFloorToInt(x) ((x) >> 16) macro