OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sorty
(Results
1 - 11
of
11
) sorted by null
/external/skia/src/core/
SkAnalyticEdge.cpp
59
bool SkAnalyticEdge::update(SkFixed last_y, bool
sortY
) {
62
return static_cast<SkAnalyticCubicEdge*>(this)->updateCubic(
sortY
);
158
bool SkAnalyticCubicEdge::setCubic(const SkPoint pts[4], bool
sortY
) {
161
if (!fCEdge.setCubicWithoutUpdate(pts, kDefaultAccuracy,
sortY
)) {
185
return this->updateCubic(
sortY
);
188
bool SkAnalyticCubicEdge::updateCubic(bool
sortY
) {
216
if (
sortY
&& newy < oldy) {
223
if (
sortY
&& fCEdge.fCLastY < newSnappedY) {
SkAnalyticEdge.h
84
bool update(SkFixed last_y, bool
sortY
= true);
127
bool setCubic(const SkPoint pts[4], bool
sortY
= true);
128
bool updateCubic(bool
sortY
= true);
SkEdge.h
83
bool setCubicWithoutUpdate(const SkPoint pts[4], int shiftUp, bool
sortY
= true);
SkScan_DAAPath.cpp
230
bool
sortY
= true;
245
sortY
= false;
248
edgeSet = static_cast<SkAnalyticCubicEdge*>(currE)->setCubic(pts,
sortY
);
314
} while ((currE->fWinding = originalWinding) && currE->update(currE->fLowerY,
sortY
));
SkEdge.cpp
350
bool SkCubicEdge::setCubicWithoutUpdate(const SkPoint pts[4], int shift, bool
sortY
) {
377
if (
sortY
&& y0 > y3)
390
if (
sortY
&& top == bot)
/external/skqp/src/core/
SkAnalyticEdge.cpp
59
bool SkAnalyticEdge::update(SkFixed last_y, bool
sortY
) {
62
return static_cast<SkAnalyticCubicEdge*>(this)->updateCubic(
sortY
);
158
bool SkAnalyticCubicEdge::setCubic(const SkPoint pts[4], bool
sortY
) {
161
if (!fCEdge.setCubicWithoutUpdate(pts, kDefaultAccuracy,
sortY
)) {
185
return this->updateCubic(
sortY
);
188
bool SkAnalyticCubicEdge::updateCubic(bool
sortY
) {
216
if (
sortY
&& newy < oldy) {
223
if (
sortY
&& fCEdge.fCLastY < newSnappedY) {
SkAnalyticEdge.h
84
bool update(SkFixed last_y, bool
sortY
= true);
127
bool setCubic(const SkPoint pts[4], bool
sortY
= true);
128
bool updateCubic(bool
sortY
= true);
SkEdge.h
83
bool setCubicWithoutUpdate(const SkPoint pts[4], int shiftUp, bool
sortY
= true);
SkScan_DAAPath.cpp
230
bool
sortY
= true;
245
sortY
= false;
248
edgeSet = static_cast<SkAnalyticCubicEdge*>(currE)->setCubic(pts,
sortY
);
314
} while ((currE->fWinding = originalWinding) && currE->update(currE->fLowerY,
sortY
));
SkEdge.cpp
350
bool SkCubicEdge::setCubicWithoutUpdate(const SkPoint pts[4], int shift, bool
sortY
) {
377
if (
sortY
&& y0 > y3)
390
if (
sortY
&& top == bot)
/external/scapy/scapy/
utils.py
[
all
...]
Completed in 436 milliseconds