OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oMatchStart
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp
211
double
oMatchStart
= cancel ? oEndT : oStartT;
212
if (partial ? startT != 0 ||
oMatchStart
!= 0 : (startT == 0) != (
oMatchStart
== 0)) {
214
if (
oMatchStart
!= 0) {
215
added = thisOne.joinCoincidence(&other,
oMatchStart
, oStep, cancel);
/external/skia/src/pathops/
SkOpContour.cpp
211
double
oMatchStart
= cancel ? oEndT : oStartT;
212
if (partial ? startT != 0 ||
oMatchStart
!= 0 : (startT == 0) != (
oMatchStart
== 0)) {
214
if (
oMatchStart
!= 0) {
215
added = thisOne.joinCoincidence(&other,
oMatchStart
, oStep, cancel);
Completed in 47 milliseconds