OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fPrevX
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/views/
SkTouchGesture.h
56
float
fPrevX
, fPrevY;
/external/chromium_org/third_party/skia/src/core/
SkScan_Path.cpp
325
fPrevX
= fFirstX;
327
int invWidth = fLastX -
fPrevX
;
329
fBlitter->blitH(
fPrevX
, y, invWidth);
336
int invWidth = x -
fPrevX
;
338
fBlitter->blitH(
fPrevX
, y, invWidth);
340
fPrevX
= x + width;
363
int fFirstX, fLastX,
fPrevX
;
Completed in 231 milliseconds