Home
last modified time | relevance | path

Searched refs:Sk48Dot16FloorToInt (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkFixed.h161 #define Sk48Dot16FloorToInt(x) static_cast<int>((x) >> 16) macro
/external/skia/src/core/
DSkDraw.cpp1468 int left = Sk48Dot16FloorToInt(fx); in operator ()()
1469 int top = Sk48Dot16FloorToInt(fy); in operator ()()