OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastTopLeft
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp
127
SkPoint
lastTopLeft
;
133
lastTopLeft
= topLeft;
139
if (
lastTopLeft
.fX == SK_ScalarMin &&
lastTopLeft
.fY == SK_ScalarMin) {
153
firstPass = !topUnsortable ||
lastTopLeft
!= topLeft;
SkPathOpsSimplify.cpp
17
SkPoint
lastTopLeft
;
23
lastTopLeft
= topLeft;
36
firstPass = !topUnsortable ||
lastTopLeft
!= topLeft;
/external/skia/src/pathops/
SkPathOpsOp.cpp
127
SkPoint
lastTopLeft
;
133
lastTopLeft
= topLeft;
139
if (
lastTopLeft
.fX == SK_ScalarMin &&
lastTopLeft
.fY == SK_ScalarMin) {
153
firstPass = !topUnsortable ||
lastTopLeft
!= topLeft;
SkPathOpsSimplify.cpp
17
SkPoint
lastTopLeft
;
23
lastTopLeft
= topLeft;
36
firstPass = !topUnsortable ||
lastTopLeft
!= topLeft;
Completed in 565 milliseconds