OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onlyVertical
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.h
21
bool* unsortable, bool* done, bool*
onlyVertical
, bool firstPass);
SkPathOpsSimplify.cpp
22
bool
onlyVertical
= false;
25
&index, &endIndex, &topLeft, &topUnsortable, &topDone, &
onlyVertical
, firstPass);
33
} else if (
onlyVertical
) {
SkPathOpsOp.cpp
132
bool
onlyVertical
= false;
135
&index, &endIndex, &topLeft, &topUnsortable, &topDone, &
onlyVertical
, firstPass);
150
} else if (
onlyVertical
) {
SkPathOpsCommon.cpp
279
SkScalar* hitDx, bool* tryAgain, bool*
onlyVertical
, bool opp) {
289
*
onlyVertical
= true;
320
int* endIndexPtr, SkPoint* topLeft, bool* unsortable, bool* done, bool*
onlyVertical
,
368
&hitDx, &tryAgain,
onlyVertical
, false);
369
if (*
onlyVertical
) {
/external/skia/src/pathops/
SkPathOpsCommon.h
21
bool* unsortable, bool* done, bool*
onlyVertical
, bool firstPass);
SkPathOpsSimplify.cpp
22
bool
onlyVertical
= false;
25
&index, &endIndex, &topLeft, &topUnsortable, &topDone, &
onlyVertical
, firstPass);
33
} else if (
onlyVertical
) {
SkPathOpsOp.cpp
132
bool
onlyVertical
= false;
135
&index, &endIndex, &topLeft, &topUnsortable, &topDone, &
onlyVertical
, firstPass);
150
} else if (
onlyVertical
) {
SkPathOpsCommon.cpp
279
SkScalar* hitDx, bool* tryAgain, bool*
onlyVertical
, bool opp) {
289
*
onlyVertical
= true;
320
int* endIndexPtr, SkPoint* topLeft, bool* unsortable, bool* done, bool*
onlyVertical
,
368
&hitDx, &tryAgain,
onlyVertical
, false);
369
if (*
onlyVertical
) {
Completed in 173 milliseconds