OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPrevResult
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkCullPoints.h
39
LineToResult
fPrevResult
; // private state
/external/skia/include/utils/
SkCullPoints.h
39
LineToResult
fPrevResult
; // private state
/external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp
78
fPrevResult
= kNo_Result;
83
fPrevResult
= kNo_Result; // so we trigger a movetolineto later
100
if (
fPrevResult
!= kNo_Result && fPrevPt.equals(x0, y0)) {
108
fPrevResult
= result;
/external/skia/src/utils/
SkCullPoints.cpp
78
fPrevResult
= kNo_Result;
83
fPrevResult
= kNo_Result; // so we trigger a movetolineto later
100
if (
fPrevResult
!= kNo_Result && fPrevPt.equals(x0, y0)) {
108
fPrevResult
= result;
Completed in 775 milliseconds