OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fExpectedUntouched
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/experimental/PdfViewer/
SkTracker.h
100
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];
/external/skia/experimental/PdfViewer/
SkTracker.h
100
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];
Completed in 296 milliseconds