HomeSort by relevance Sort by last modified time
    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 43 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount);
67 SkRegion::RunType fLastY;
87 fPrevScanline->fLastY + 1 == fCurrScanline->fLastY &&
94 fPrevScanline->fLastY = fCurrScanline->fLastY;
138 fCurrScanline->fLastY = (SkRegion::RunType)(y);
141 SkASSERT(y >= fCurrScanline->fLastY);
143 if (y > fCurrScanline->fLastY) {
147 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 1164 int fLastY;
1173 SkASSERT(y >= fLastY);
1174 if (fLastY > -SK_MaxS32) {
1175 int gap = y - fLastY;
1180 fLastY = y;
1190 fLastY = -SK_MaxS32; // sentinel
    [all...]
  /external/skia/src/core/
SkRegion_path.cpp 43 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount);
67 SkRegion::RunType fLastY;
87 fPrevScanline->fLastY + 1 == fCurrScanline->fLastY &&
94 fPrevScanline->fLastY = fCurrScanline->fLastY;
138 fCurrScanline->fLastY = (SkRegion::RunType)(y);
141 SkASSERT(y >= fCurrScanline->fLastY);
143 if (y > fCurrScanline->fLastY) {
147 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 1164 int fLastY;
1173 SkASSERT(y >= fLastY);
1174 if (fLastY > -SK_MaxS32) {
1175 int gap = y - fLastY;
1180 fLastY = y;
1190 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 305 milliseconds