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
70
fPrevResult
= kNo_Result;
75
fPrevResult
= kNo_Result; // so we trigger a movetolineto later
92
if (
fPrevResult
!= kNo_Result && fPrevPt.equals(x0, y0)) {
100
fPrevResult
= result;
/external/skia/src/utils/
SkCullPoints.cpp
70
fPrevResult
= kNo_Result;
75
fPrevResult
= kNo_Result; // so we trigger a movetolineto later
92
if (
fPrevResult
!= kNo_Result && fPrevPt.equals(x0, y0)) {
100
fPrevResult
= result;
Completed in 166 milliseconds