OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLastY
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp
140
rec->fStartY = rec->fPrevY = rec->
fLastY
= y;
220
if (close_enough_for_jitter(rec.fLastX, rec.
fLastY
, x, y)) {
221
// GrPrintf("--- drop touchMove, withing jitter tolerance %g %g\n", rec.fLastX - x, rec.
fLastY
- y);
227
rec.fPrevY = rec.
fLastY
; rec.
fLastY
= y;
233
float dy = rec.
fLastY
- rec.fStartY;
250
center(rec0.
fLastY
, rec1.
fLastY
));
267
if (this->handleDblTap(rec.fLastX, rec.
fLastY
)) {
276
float dy = rec.
fLastY
- rec.fPrevY
[
all
...]
/external/skia/src/views/
SkTouchGesture.cpp
140
rec->fStartY = rec->fPrevY = rec->
fLastY
= y;
220
if (close_enough_for_jitter(rec.fLastX, rec.
fLastY
, x, y)) {
221
// GrPrintf("--- drop touchMove, withing jitter tolerance %g %g\n", rec.fLastX - x, rec.
fLastY
- y);
227
rec.fPrevY = rec.
fLastY
; rec.
fLastY
= y;
233
float dy = rec.
fLastY
- rec.fStartY;
250
center(rec0.
fLastY
, rec1.
fLastY
));
267
if (this->handleDblTap(rec.fLastX, rec.
fLastY
)) {
276
float dy = rec.
fLastY
- rec.fPrevY
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkRegion_path.cpp
44
SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->
fLastY
, line->fXCount);
68
SkRegion::RunType
fLastY
;
88
fPrevScanline->
fLastY
+ 1 == fCurrScanline->
fLastY
&&
95
fPrevScanline->
fLastY
= fCurrScanline->
fLastY
;
157
fCurrScanline->
fLastY
= (SkRegion::RunType)(y);
160
SkASSERT(y >= fCurrScanline->
fLastY
);
162
if (y > fCurrScanline->
fLastY
) {
166
int prevLastY = fCurrScanline->
fLastY
;
[
all
...]
SkEdge.h
33
int32_t
fLastY
;
48
return
fLastY
>= clip.fTop;
53
SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY,
fLastY
, SkFixedToFloat(fX), SkFixedToFloat(fDX), fWinding);
61
SkASSERT(fFirstY <=
fLastY
);
129
fLastY
= bot - 1;
SkScan_Path.cpp
95
SkASSERT(edge->fFirstY <= edge->
fLastY
);
137
SkASSERT(currE->
fLastY
>= curr_y);
156
if (currE->
fLastY
== curr_y) { // are we done with this edge?
172
SkASSERT(currE->
fLastY
> curr_y);
201
SkASSERT(edge->
fLastY
>= last_y);
202
if (last_y == edge->
fLastY
) {
247
int local_bot = SkMin32(leftE->
fLastY
, riteE->
fLastY
);
SkEdge.cpp
80
fLastY
= bot - 1;
121
fLastY
= bot - 1;
135
SkASSERT(
fLastY
>= clip.fTop);
477
// SkDebugf("LastX err=%d, LastY err=%d\n", (oldx + (fCDx >> shift) - fLastX), (oldy + (fCDy >> shift) -
fLastY
));
SkAAClip.cpp
1166
int
fLastY
;
1175
SkASSERT(y >=
fLastY
);
1176
if (
fLastY
> -SK_MaxS32) {
1177
int gap = y -
fLastY
;
1182
fLastY
= y;
1192
fLastY
= -SK_MaxS32; // sentinel
[
all
...]
/external/skia/src/core/
SkRegion_path.cpp
44
SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->
fLastY
, line->fXCount);
68
SkRegion::RunType
fLastY
;
88
fPrevScanline->
fLastY
+ 1 == fCurrScanline->
fLastY
&&
95
fPrevScanline->
fLastY
= fCurrScanline->
fLastY
;
157
fCurrScanline->
fLastY
= (SkRegion::RunType)(y);
160
SkASSERT(y >= fCurrScanline->
fLastY
);
162
if (y > fCurrScanline->
fLastY
) {
166
int prevLastY = fCurrScanline->
fLastY
;
[
all
...]
SkEdge.h
33
int32_t
fLastY
;
48
return
fLastY
>= clip.fTop;
53
SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY,
fLastY
, SkFixedToFloat(fX), SkFixedToFloat(fDX), fWinding);
61
SkASSERT(fFirstY <=
fLastY
);
129
fLastY
= bot - 1;
SkScan_Path.cpp
95
SkASSERT(edge->fFirstY <= edge->
fLastY
);
137
SkASSERT(currE->
fLastY
>= curr_y);
156
if (currE->
fLastY
== curr_y) { // are we done with this edge?
172
SkASSERT(currE->
fLastY
> curr_y);
201
SkASSERT(edge->
fLastY
>= last_y);
202
if (last_y == edge->
fLastY
) {
247
int local_bot = SkMin32(leftE->
fLastY
, riteE->
fLastY
);
SkEdge.cpp
80
fLastY
= bot - 1;
121
fLastY
= bot - 1;
135
SkASSERT(
fLastY
>= clip.fTop);
477
// SkDebugf("LastX err=%d, LastY err=%d\n", (oldx + (fCDx >> shift) - fLastX), (oldy + (fCDy >> shift) -
fLastY
));
SkAAClip.cpp
1166
int
fLastY
;
1175
SkASSERT(y >=
fLastY
);
1176
if (
fLastY
> -SK_MaxS32) {
1177
int gap = y -
fLastY
;
1182
fLastY
= y;
1192
fLastY
= -SK_MaxS32; // sentinel
[
all
...]
/external/chromium_org/third_party/skia/include/views/
SkTouchGesture.h
57
float fLastX,
fLastY
;
/external/skia/include/views/
SkTouchGesture.h
57
float fLastX,
fLastY
;
Completed in 69 milliseconds