Searched refs:fExpectedUntouched (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkTracker.h100 return fExpectedUntouched;
124 fExpectedUntouched[fCntExpectedUntouched] = SkIPoint::Make(x, y);
149 fBeforeUntouched[i] = pickColor(bitmap, fExpectedUntouched[i].x(),
150 fExpectedUntouched[i].y());
177 doBreak = doBreak && fBeforeUntouched[i] == pickColor(bitmap, fExpectedUntouched[i].x(),
178 fExpectedUntouched[i].y());
205 if (x == fExpectedUntouched[i].x() && y == fExpectedUntouched[i].y()) {
220 SkIPoint fExpectedUntouched[MAX_TRACKING_POINTS]; member in class:SkTracker
/external/skia/experimental/PdfViewer/
H A DSkTracker.h100 return fExpectedUntouched;
124 fExpectedUntouched[fCntExpectedUntouched] = SkIPoint::Make(x, y);
149 fBeforeUntouched[i] = pickColor(bitmap, fExpectedUntouched[i].x(),
150 fExpectedUntouched[i].y());
177 doBreak = doBreak && fBeforeUntouched[i] == pickColor(bitmap, fExpectedUntouched[i].x(),
178 fExpectedUntouched[i].y());
205 if (x == fExpectedUntouched[i].x() && y == fExpectedUntouched[i].y()) {
220 SkIPoint fExpectedUntouched[MAX_TRACKING_POINTS]; member in class:SkTracker

Completed in 237 milliseconds