OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fWalkX
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.h
31
SkFixed
fWalkX
; // unit step position (integer after initial step)
SkAntiEdge.cpp
40
pointOnLine(
fWalkX
, fY);
103
fWalkX
= fX;
137
SkFixed wx = SkIntToFixed(SkFixedFloor(
fWalkX
+ SK_Fixed1));
145
bool topCorner =
fWalkX
<= fX;
153
fWalkX
= wx;
160
fWalkX
= wx;
188
fWalkX
= wx;
192
SkFixed xDiff = x -
fWalkX
;
230
SkFixed wx = SkIntToFixed(SkFixedFloor(
fWalkX
+ SK_Fixed1));
236
bool bottomCorner =
fWalkX
<= fX
[
all
...]
Completed in 514 milliseconds