Home
last modified time | relevance | path

Searched refs:fLastY (Results 1 – 25 of 89) sorted by relevance

1234

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkEdgeBuilder.cpp29 if (edge->fLastY + 1 == last->fFirstY) { in CombineVertical()
33 if (edge->fFirstY == last->fLastY + 1) { in CombineVertical()
34 last->fLastY = edge->fLastY; in CombineVertical()
40 if (edge->fLastY == last->fLastY) { in CombineVertical()
43 if (edge->fLastY < last->fLastY) { in CombineVertical()
44 last->fFirstY = edge->fLastY + 1; in CombineVertical()
47 last->fFirstY = last->fLastY + 1; in CombineVertical()
48 last->fLastY = edge->fLastY; in CombineVertical()
52 if (edge->fLastY == last->fLastY) { in CombineVertical()
54 last->fLastY = edge->fFirstY - 1; in CombineVertical()
[all …]
H A DSkRegion_path.cpp81 SkRegion::RunType fLastY; member
101 fPrevScanline->fLastY + 1 == fCurrScanline->fLastY && in collapsWithPrev()
106 fPrevScanline->fLastY = fCurrScanline->fLastY; in collapsWithPrev()
166 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
169 SkASSERT(y >= fCurrScanline->fLastY); in blitH()
171 if (y > fCurrScanline->fLastY) { in blitH()
175 int prevLastY = fCurrScanline->fLastY; in blitH()
182 fCurrScanline->fLastY = (SkRegion::RunType)(y - 1); in blitH()
187 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
221 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); in copyToRect()
[all …]
H A DSkEdge.h32 int32_t fLastY; member
46 return fLastY >= clip.fTop; in intersectsClip()
51 …SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixe… in dump()
59 SkASSERT(fFirstY <= fLastY); in validate()
126 fLastY = bot - 1; in setLine()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp24 if (edge->fLastY + 1 == last->fFirstY) { in combineVertical()
28 if (edge->fFirstY == last->fLastY + 1) { in combineVertical()
29 last->fLastY = edge->fLastY; in combineVertical()
35 if (edge->fLastY == last->fLastY) { in combineVertical()
38 if (edge->fLastY < last->fLastY) { in combineVertical()
39 last->fFirstY = edge->fLastY + 1; in combineVertical()
42 last->fFirstY = last->fLastY + 1; in combineVertical()
43 last->fLastY = edge->fLastY; in combineVertical()
47 if (edge->fLastY == last->fLastY) { in combineVertical()
49 last->fLastY = edge->fFirstY - 1; in combineVertical()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY; member
103 fPrevScanline->fLastY + 1 == fCurrScanline->fLastY && in collapsWithPrev()
108 fPrevScanline->fLastY = fCurrScanline->fLastY; in collapsWithPrev()
165 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
168 SkASSERT(y >= fCurrScanline->fLastY); in blitH()
170 if (y > fCurrScanline->fLastY) { in blitH()
174 int prevLastY = fCurrScanline->fLastY; in blitH()
181 fCurrScanline->fLastY = (SkRegion::RunType)(y - 1); in blitH()
186 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
220 r->setLTRB(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); in copyToRect()
[all …]
H A DSkEdge.h34 int32_t fLastY; member
48 return fLastY >= clip.fTop; in intersectsClip()
53 …SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixe… in dump()
61 SkASSERT(fFirstY <= fLastY); in validate()
131 fLastY = bot - 1; in setLine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp24 if (edge->fLastY + 1 == last->fFirstY) { in combineVertical()
28 if (edge->fFirstY == last->fLastY + 1) { in combineVertical()
29 last->fLastY = edge->fLastY; in combineVertical()
35 if (edge->fLastY == last->fLastY) { in combineVertical()
38 if (edge->fLastY < last->fLastY) { in combineVertical()
39 last->fFirstY = edge->fLastY + 1; in combineVertical()
42 last->fFirstY = last->fLastY + 1; in combineVertical()
43 last->fLastY = edge->fLastY; in combineVertical()
47 if (edge->fLastY == last->fLastY) { in combineVertical()
49 last->fLastY = edge->fFirstY - 1; in combineVertical()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY; member
103 fPrevScanline->fLastY + 1 == fCurrScanline->fLastY && in collapsWithPrev()
108 fPrevScanline->fLastY = fCurrScanline->fLastY; in collapsWithPrev()
165 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
168 SkASSERT(y >= fCurrScanline->fLastY); in blitH()
170 if (y > fCurrScanline->fLastY) { in blitH()
174 int prevLastY = fCurrScanline->fLastY; in blitH()
181 fCurrScanline->fLastY = (SkRegion::RunType)(y - 1); in blitH()
186 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
220 r->setLTRB(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); in copyToRect()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkEdgeBuilder.cpp24 if (edge->fLastY + 1 == last->fFirstY) { in combineVertical()
28 if (edge->fFirstY == last->fLastY + 1) { in combineVertical()
29 last->fLastY = edge->fLastY; in combineVertical()
35 if (edge->fLastY == last->fLastY) { in combineVertical()
38 if (edge->fLastY < last->fLastY) { in combineVertical()
39 last->fFirstY = edge->fLastY + 1; in combineVertical()
42 last->fFirstY = last->fLastY + 1; in combineVertical()
43 last->fLastY = edge->fLastY; in combineVertical()
47 if (edge->fLastY == last->fLastY) { in combineVertical()
49 last->fLastY = edge->fFirstY - 1; in combineVertical()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY; member
103 fPrevScanline->fLastY + 1 == fCurrScanline->fLastY && in collapsWithPrev()
108 fPrevScanline->fLastY = fCurrScanline->fLastY; in collapsWithPrev()
165 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
168 SkASSERT(y >= fCurrScanline->fLastY); in blitH()
170 if (y > fCurrScanline->fLastY) { in blitH()
174 int prevLastY = fCurrScanline->fLastY; in blitH()
181 fCurrScanline->fLastY = (SkRegion::RunType)(y - 1); in blitH()
186 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
220 r->setLTRB(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); in copyToRect()
[all …]
H A DSkEdge.h34 int32_t fLastY; member
48 return fLastY >= clip.fTop; in intersectsClip()
53 …SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixe… in dump()
61 SkASSERT(fFirstY <= fLastY); in validate()
131 fLastY = bot - 1; in setLine()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkEdgeBuilder.cpp24 if (edge->fLastY + 1 == last->fFirstY) { in combineVertical()
28 if (edge->fFirstY == last->fLastY + 1) { in combineVertical()
29 last->fLastY = edge->fLastY; in combineVertical()
35 if (edge->fLastY == last->fLastY) { in combineVertical()
38 if (edge->fLastY < last->fLastY) { in combineVertical()
39 last->fFirstY = edge->fLastY + 1; in combineVertical()
42 last->fFirstY = last->fLastY + 1; in combineVertical()
43 last->fLastY = edge->fLastY; in combineVertical()
47 if (edge->fLastY == last->fLastY) { in combineVertical()
49 last->fLastY = edge->fFirstY - 1; in combineVertical()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY; member
103 fPrevScanline->fLastY + 1 == fCurrScanline->fLastY && in collapsWithPrev()
108 fPrevScanline->fLastY = fCurrScanline->fLastY; in collapsWithPrev()
165 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
168 SkASSERT(y >= fCurrScanline->fLastY); in blitH()
170 if (y > fCurrScanline->fLastY) { in blitH()
174 int prevLastY = fCurrScanline->fLastY; in blitH()
181 fCurrScanline->fLastY = (SkRegion::RunType)(y - 1); in blitH()
186 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
220 r->setLTRB(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); in copyToRect()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkEdgeBuilder.cpp24 if (edge->fLastY + 1 == last->fFirstY) { in combineVertical()
28 if (edge->fFirstY == last->fLastY + 1) { in combineVertical()
29 last->fLastY = edge->fLastY; in combineVertical()
35 if (edge->fLastY == last->fLastY) { in combineVertical()
38 if (edge->fLastY < last->fLastY) { in combineVertical()
39 last->fFirstY = edge->fLastY + 1; in combineVertical()
42 last->fFirstY = last->fLastY + 1; in combineVertical()
43 last->fLastY = edge->fLastY; in combineVertical()
47 if (edge->fLastY == last->fLastY) { in combineVertical()
49 last->fLastY = edge->fFirstY - 1; in combineVertical()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY; member
103 fPrevScanline->fLastY + 1 == fCurrScanline->fLastY && in collapsWithPrev()
108 fPrevScanline->fLastY = fCurrScanline->fLastY; in collapsWithPrev()
165 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
168 SkASSERT(y >= fCurrScanline->fLastY); in blitH()
170 if (y > fCurrScanline->fLastY) { in blitH()
174 int prevLastY = fCurrScanline->fLastY; in blitH()
181 fCurrScanline->fLastY = (SkRegion::RunType)(y - 1); in blitH()
186 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
220 r->setLTRB(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); in copyToRect()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkEdgeBuilder.cpp24 if (edge->fLastY + 1 == last->fFirstY) { in combineVertical()
28 if (edge->fFirstY == last->fLastY + 1) { in combineVertical()
29 last->fLastY = edge->fLastY; in combineVertical()
35 if (edge->fLastY == last->fLastY) { in combineVertical()
38 if (edge->fLastY < last->fLastY) { in combineVertical()
39 last->fFirstY = edge->fLastY + 1; in combineVertical()
42 last->fFirstY = last->fLastY + 1; in combineVertical()
43 last->fLastY = edge->fLastY; in combineVertical()
47 if (edge->fLastY == last->fLastY) { in combineVertical()
49 last->fLastY = edge->fFirstY - 1; in combineVertical()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY; member
103 fPrevScanline->fLastY + 1 == fCurrScanline->fLastY && in collapsWithPrev()
108 fPrevScanline->fLastY = fCurrScanline->fLastY; in collapsWithPrev()
165 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
168 SkASSERT(y >= fCurrScanline->fLastY); in blitH()
170 if (y > fCurrScanline->fLastY) { in blitH()
174 int prevLastY = fCurrScanline->fLastY; in blitH()
181 fCurrScanline->fLastY = (SkRegion::RunType)(y - 1); in blitH()
186 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
220 r->setLTRB(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); in copyToRect()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkEdgeBuilder.cpp26 if (edge->fLastY + 1 == last->fFirstY) { in CombineVertical()
30 if (edge->fFirstY == last->fLastY + 1) { in CombineVertical()
31 last->fLastY = edge->fLastY; in CombineVertical()
37 if (edge->fLastY == last->fLastY) { in CombineVertical()
40 if (edge->fLastY < last->fLastY) { in CombineVertical()
41 last->fFirstY = edge->fLastY + 1; in CombineVertical()
44 last->fFirstY = last->fLastY + 1; in CombineVertical()
45 last->fLastY = edge->fLastY; in CombineVertical()
49 if (edge->fLastY == last->fLastY) { in CombineVertical()
51 last->fLastY = edge->fFirstY - 1; in CombineVertical()
[all …]
H A DSkRegion_path.cpp81 SkRegion::RunType fLastY; member
101 fPrevScanline->fLastY + 1 == fCurrScanline->fLastY && in collapsWithPrev()
106 fPrevScanline->fLastY = fCurrScanline->fLastY; in collapsWithPrev()
161 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
164 SkASSERT(y >= fCurrScanline->fLastY); in blitH()
166 if (y > fCurrScanline->fLastY) { in blitH()
170 int prevLastY = fCurrScanline->fLastY; in blitH()
177 fCurrScanline->fLastY = (SkRegion::RunType)(y - 1); in blitH()
182 fCurrScanline->fLastY = (SkRegion::RunType)(y); in blitH()
216 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); in copyToRect()
[all …]
H A DSkEdge.h32 int32_t fLastY; member
46 return fLastY >= clip.fTop; in intersectsClip()
51 …SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixe… in dump()
59 SkASSERT(fFirstY <= fLastY); in validate()
128 fLastY = bot - 1; in setLine()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/views/
H A DSkTouchGesture.cpp140 rec->fStartY = rec->fPrevY = rec->fLastY = y; in appendNewRec()
222 if (close_enough_for_jitter(rec.fLastX, rec.fLastY, x, y)) { in touchMoved()
229 rec.fPrevY = rec.fLastY; rec.fLastY = y; in touchMoved()
236 float dy = rec.fLastY - rec.fStartY; in touchMoved()
253 center(rec0.fLastY, rec1.fLastY)); in touchMoved()
270 if (this->handleDblTap(rec.fLastX, rec.fLastY)) { in touchEnd()
279 float dy = rec.fLastY - rec.fPrevY; in touchEnd()
307 dy = rec0.fLastY - rec1.fLastY; in computePinch()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/views/
H A DSkTouchGesture.cpp144 rec->fStartY = rec->fPrevY = rec->fLastY = y; in appendNewRec()
224 if (close_enough_for_jitter(rec.fLastX, rec.fLastY, x, y)) { in touchMoved()
231 rec.fPrevY = rec.fLastY; rec.fLastY = y; in touchMoved()
238 float dy = rec.fLastY - rec.fStartY; in touchMoved()
255 center(rec0.fLastY, rec1.fLastY)); in touchMoved()
272 if (this->handleDblTap(rec.fLastX, rec.fLastY)) { in touchEnd()
281 float dy = rec.fLastY - rec.fPrevY; in touchEnd()
309 dy = rec0.fLastY - rec1.fLastY; in computePinch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/viewer/
H A DTouchGesture.cpp144 rec->fStartY = rec->fPrevY = rec->fLastY = y; in appendNewRec()
225 if (close_enough_for_jitter(rec.fLastX, rec.fLastY, x, y)) { in touchMoved()
232 rec.fPrevY = rec.fLastY; rec.fLastY = y; in touchMoved()
239 float dy = rec.fLastY - rec.fStartY; in touchMoved()
254 center(rec0.fLastY, rec1.fLastY)); in touchMoved()
271 if (this->handleDblTap(rec.fLastX, rec.fLastY)) { in touchEnd()
280 float dy = rec.fLastY - rec.fPrevY; in touchEnd()
317 dy = rec0.fLastY - rec1.fLastY; in computePinch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/viewer/
H A DTouchGesture.cpp144 rec->fStartY = rec->fPrevY = rec->fLastY = y; in appendNewRec()
242 if (close_enough_for_jitter(rec.fLastX, rec.fLastY, x, y)) { in touchMoved()
249 rec.fPrevY = rec.fLastY; rec.fLastY = y; in touchMoved()
256 float dy = rec.fLastY - rec.fStartY; in touchMoved()
271 center(rec0.fLastY, rec1.fLastY)); in touchMoved()
288 if (this->handleDblTap(rec.fLastX, rec.fLastY)) { in touchEnd()
297 float dy = rec.fLastY - rec.fPrevY; in touchEnd()
334 dy = rec0.fLastY - rec1.fLastY; in computePinch()
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/standard/
H A DDragTracker.java22 private int fLastX, fLastY; // previous mouse position field in DragTracker
33 fLastY = y; in mouseDown()
49 view().moveSelection(x - fLastX, y - fLastY); in mouseDrag()
52 fLastY = y; in mouseDrag()

1234