Home
last modified time | relevance | path

Searched refs:fVerbs (Results 1 – 25 of 108) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkPathRef.cpp45 fPathRef->fVerbs.shrinkToFit(); in shrinkToFit()
144 (*dst)->fVerbs = src.fVerbs; in CreateTransformedCopy()
270 buffer->write(fVerbs.begin(), fVerbs.bytes()); in writeToBuffer()
290 fVerbs = ref.fVerbs; in copy()
342 memcpy(fVerbs.append(numVerbs), path.fVerbs.begin(), numVerbs * sizeof(fVerbs[0])); in growForVerbsInPath()
451 *fVerbs.append() = verb; in growForVerb()
543 fVerbs = nullptr; in Iter()
562 fVerbStop = fVerbs; in setPathRef()
571 if (fVerbs == fVerbStop) { in next()
577 unsigned verb = *fVerbs++; in next()
[all …]
H A DSkPathPriv.h346 const uint8_t* fVerbs; variable
398 SkASSERT(fVerbs <= fVerbsStop); in next()
399 if (fVerbs == fVerbsStop) { in next()
407 const auto v = *fVerbs++; in next()
466 , fVerbs(SkPathPriv::VerbData(fPath)) in SkTPathContourParser()
476 SkPathVerb verb = (i < fVerbsIdx) ? (SkPathVerb)fVerbs[i] : SkPathVerb::kDone; in atVerb()
506 switch (uint8_t verb = fVerbs[fVerbsIdx]) { in parseNextContour()
537 fVerbs += fVerbsIdx; in advance()
546 const uint8_t* fVerbs; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkPathRef.cpp63 + fVerbs .reserved() * sizeof(fVerbs [0]) in approximateBytesUsed()
166 (*dst)->fVerbs = src.fVerbs; in CreateTransformedCopy()
292 buffer->write(fVerbs.begin(), fVerbs.bytes()); in writeToBuffer()
312 fVerbs = ref.fVerbs; in copy()
349 memcpy(fVerbs.append(numVerbs), path.fVerbs.begin(), numVerbs * sizeof(fVerbs[0])); in growForVerbsInPath()
462 *fVerbs.append() = verb; in growForVerb()
554 fVerbs = nullptr; in Iter()
573 fVerbStop = fVerbs; in setPathRef()
582 if (fVerbs == fVerbStop) { in next()
588 unsigned verb = *fVerbs++; in next()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkPathRef.cpp45 fPathRef->fVerbs.shrinkToFit(); in shrinkToFit()
146 (*dst)->fVerbs = src.fVerbs; in CreateTransformedCopy()
283 buffer->write(fVerbs.begin(), fVerbs.bytes()); in writeToBuffer()
303 fVerbs = ref.fVerbs; in copy()
438 *fVerbs.append() = verb; in growForVerb()
559 fVerbs = nullptr; in Iter()
569 fVerbs = path.verbsBegin(); in setPathRef()
578 fVerbStop = fVerbs; in setPathRef()
587 if (fVerbs == fVerbStop) { in next()
593 unsigned verb = *fVerbs++; in next()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkPathRef.cpp45 fPathRef->fVerbs.shrinkToFit(); in shrinkToFit()
146 (*dst)->fVerbs = src.fVerbs; in CreateTransformedCopy()
283 buffer->write(fVerbs.begin(), fVerbs.bytes()); in writeToBuffer()
303 fVerbs = ref.fVerbs; in copy()
438 *fVerbs.append() = verb; in growForVerb()
559 fVerbs = nullptr; in Iter()
569 fVerbs = path.verbsBegin(); in setPathRef()
578 fVerbStop = fVerbs; in setPathRef()
587 if (fVerbs == fVerbStop) { in next()
593 unsigned verb = *fVerbs++; in next()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkPathRef.cpp45 fPathRef->fVerbs.shrinkToFit(); in shrinkToFit()
146 (*dst)->fVerbs = src.fVerbs; in CreateTransformedCopy()
283 buffer->write(fVerbs.begin(), fVerbs.bytes()); in writeToBuffer()
303 fVerbs = ref.fVerbs; in copy()
438 *fVerbs.append() = verb; in growForVerb()
559 fVerbs = nullptr; in Iter()
569 fVerbs = path.verbsBegin(); in setPathRef()
578 fVerbStop = fVerbs; in setPathRef()
587 if (fVerbs == fVerbStop) { in next()
593 unsigned verb = *fVerbs++; in next()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkPathRef.cpp45 fPathRef->fVerbs.shrinkToFit(); in shrinkToFit()
146 (*dst)->fVerbs = src.fVerbs; in CreateTransformedCopy()
283 buffer->write(fVerbs.begin(), fVerbs.bytes()); in writeToBuffer()
303 fVerbs = ref.fVerbs; in copy()
438 *fVerbs.append() = verb; in growForVerb()
559 fVerbs = nullptr; in Iter()
569 fVerbs = path.verbsBegin(); in setPathRef()
578 fVerbStop = fVerbs; in setPathRef()
587 if (fVerbs == fVerbStop) { in next()
593 unsigned verb = *fVerbs++; in next()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/tessellate/
H A DGrMidpointContourParser.h27 , fVerbs(SkPathPriv::VerbData(fPath)) in GrMidpointContourParser()
35 switch (fVerbs[fVerbsIdx]) { in parseNextContour()
67 return SkPathPriv::Iterate(fVerbs, fVerbs + fVerbsIdx, fPoints, nullptr); in currentContour()
74 fVerbs += fVerbsIdx; in advance()
83 const uint8_t* fVerbs; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCGeometry.h52 , fVerbs(numSkVerbs * 3) {}
55 const SkTArray<Verb, true>& verbs() const { SkASSERT(!fBuildingContour); return fVerbs; } in verbs()
60 fVerbs.reset(); in reset()
69 fVerbs.resize_back(numVerbs); in resize_back()
70 SkASSERT(fVerbs.empty() || fVerbs.back() == Verb::kEndOpenContour || in resize_back()
71 fVerbs.back() == Verb::kEndClosedContour); in resize_back()
127 SkSTArray<128, Verb, true> fVerbs; variable
H A DGrCCGeometry.cpp23 fVerbs.push_back(Verb::kBeginPath); in beginPath()
33 fCurrContourTallies = {fVerbs.count(), 0, 0, 0}; in beginContour()
36 fVerbs.push_back(Verb::kBeginContour); in beginContour()
46 fVerbs.push_back(Verb::kLineTo); in lineTo()
151 fVerbs.push_back(Verb::kLineTo); in appendSingleMonotonicQuadratic()
157 fVerbs.push_back(Verb::kMonotonicQuadraticTo); in appendSingleMonotonicQuadratic()
305 fVerbs.push_back(Verb::kLineTo); in cubicTo()
534 fVerbs.push_back(Verb::kLineTo); in appendMonotonicCubics()
541 fVerbs.push_back(Verb::kMonotonicCubicTo); in appendMonotonicCubics()
558 fVerbs.push_back(Verb::kLineTo); in appendCubicApproximation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/private/
H A DSkPathRef.h61 , fVerbs(std::move(verbs)) in SkPathRef()
182 const uint8_t* fVerbs; variable
292 int countVerbs() const { return fVerbs.count(); } in countVerbs()
300 const uint8_t* verbsBegin() const { return fVerbs.begin(); } in verbsBegin()
305 const uint8_t* verbsEnd() const { return fVerbs.end(); } in verbsEnd()
323 uint8_t atVerb(int index) const { return fVerbs[index]; } in atVerb()
405 fVerbs.setReserve(fVerbs.count() + additionalVerbs); in incReserve()
424 fVerbs.setReserve(verbCount + reserveVerbs);
425 fVerbs.setCount(verbCount);
456 uint8_t* verbsBeginWritable() { return fVerbs.begin(); } in verbsBeginWritable()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/private/
H A DSkPathRef.h150 const uint8_t* fVerbs; variable
260 int countVerbs() const { return fVerbs.count(); } in countVerbs()
266 const uint8_t* verbsBegin() const { return fVerbs.begin(); } in verbsBegin()
271 const uint8_t* verbsEnd() const { return fVerbs.end(); } in verbsEnd()
289 uint8_t atVerb(int index) const { return fVerbs[index]; } in atVerb()
374 fVerbs.setReserve(fVerbs.count() + additionalVerbs); in incReserve()
393 fVerbs.setReserve(verbCount + reserveVerbs);
394 fVerbs.setCount(verbCount);
425 uint8_t* verbsBeginWritable() { return fVerbs.begin(); } in verbsBeginWritable()
466 SkTDArray<uint8_t> fVerbs; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/private/
H A DSkPathRef.h136 const uint8_t* fVerbs; variable
246 int countVerbs() const { return fVerbs.count(); } in countVerbs()
252 const uint8_t* verbsBegin() const { return fVerbs.begin(); } in verbsBegin()
257 const uint8_t* verbsEnd() const { return fVerbs.end(); } in verbsEnd()
275 uint8_t atVerb(int index) const { return fVerbs[index]; } in atVerb()
379 fVerbs.setReserve(fVerbs.count() + additionalVerbs); in incReserve()
398 fVerbs.setReserve(verbCount + reserveVerbs);
399 fVerbs.setCount(verbCount);
422 uint8_t* verbsBeginWritable() { return fVerbs.begin(); } in verbsBeginWritable()
463 SkTDArray<uint8_t> fVerbs; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/private/
H A DSkPathRef.h136 const uint8_t* fVerbs; variable
246 int countVerbs() const { return fVerbs.count(); } in countVerbs()
252 const uint8_t* verbsBegin() const { return fVerbs.begin(); } in verbsBegin()
257 const uint8_t* verbsEnd() const { return fVerbs.end(); } in verbsEnd()
275 uint8_t atVerb(int index) const { return fVerbs[index]; } in atVerb()
379 fVerbs.setReserve(fVerbs.count() + additionalVerbs); in incReserve()
398 fVerbs.setReserve(verbCount + reserveVerbs);
399 fVerbs.setCount(verbCount);
422 uint8_t* verbsBeginWritable() { return fVerbs.begin(); } in verbsBeginWritable()
463 SkTDArray<uint8_t> fVerbs; variable
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/private/
H A DSkPathRef.h136 const uint8_t* fVerbs; variable
246 int countVerbs() const { return fVerbs.count(); } in countVerbs()
252 const uint8_t* verbsBegin() const { return fVerbs.begin(); } in verbsBegin()
257 const uint8_t* verbsEnd() const { return fVerbs.end(); } in verbsEnd()
275 uint8_t atVerb(int index) const { return fVerbs[index]; } in atVerb()
379 fVerbs.setReserve(fVerbs.count() + additionalVerbs); in incReserve()
398 fVerbs.setReserve(verbCount + reserveVerbs);
399 fVerbs.setCount(verbCount);
422 uint8_t* verbsBeginWritable() { return fVerbs.begin(); } in verbsBeginWritable()
463 SkTDArray<uint8_t> fVerbs; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/private/
H A DSkPathRef.h136 const uint8_t* fVerbs; variable
246 int countVerbs() const { return fVerbs.count(); } in countVerbs()
252 const uint8_t* verbsBegin() const { return fVerbs.begin(); } in verbsBegin()
257 const uint8_t* verbsEnd() const { return fVerbs.end(); } in verbsEnd()
275 uint8_t atVerb(int index) const { return fVerbs[index]; } in atVerb()
379 fVerbs.setReserve(fVerbs.count() + additionalVerbs); in incReserve()
398 fVerbs.setReserve(verbCount + reserveVerbs);
399 fVerbs.setCount(verbCount);
422 uint8_t* verbsBeginWritable() { return fVerbs.begin(); } in verbsBeginWritable()
463 SkTDArray<uint8_t> fVerbs; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp37 return SkPath::Make(fPoints.data(), fPoints.size(), fVerbs.data(), fVerbs.size(), nullptr, in getPath()
42 fVerbs.push_back(SkPath::kMove_Verb); in moveTo()
47 fVerbs.push_back(SkPath::kLine_Verb); in lineTo()
51 void close() { fVerbs.push_back(SkPath::kClose_Verb); } in close()
54 fVerbs.clear(); in rewind()
60 int countVerbs() const { return fVerbs.size(); } in countVerbs()
78 const std::vector<uint8_t>& verbs() const { return fVerbs; } in verbs()
83 std::vector<uint8_t> fVerbs; member in __anone9380da80111::PathRecorder
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/private/
H A DSkPathRef.h140 const uint8_t* fVerbs; variable
256 const uint8_t* verbs() const { return fVerbs; } in verbs()
333 fVerbs = nullptr; in SkPathRef()
404 fVerbs = nullptr;
470 fVerbs = SkTAddOffset<uint8_t>(fPoints, newSize); in makeSpace()
480 return fVerbs - fVerbCnt; in verbsMemWritable()
487 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints); in currSize()
529 uint8_t* fVerbs; // points just past the end of the allocation (verbs grow backwards) variable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkPathRef.h138 const uint8_t* fVerbs; variable
254 const uint8_t* verbs() const { SkDEBUGCODE(this->validate();) return fVerbs; } in verbs()
330 fVerbs = NULL; in SkPathRef()
398 fVerbs = NULL;
464 fVerbs = SkTAddOffset<uint8_t>(fPoints, newSize); in makeSpace()
474 return fVerbs - fVerbCnt; in verbsMemWritable()
481 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints); in currSize()
523 uint8_t* fVerbs; // points just past the end of the allocation (verbs grow backwards) variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCFillGeometry.h54 , fVerbs(numSkVerbs * 3)
58 const SkTArray<Verb, true>& verbs() const { SkASSERT(!fBuildingContour); return fVerbs; } in verbs()
64 fVerbs.reset(); in reset()
117 SkSTArray<128, Verb, true> fVerbs; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCFillGeometry.h54 , fVerbs(numSkVerbs * 3)
58 const SkTArray<Verb, true>& verbs() const { SkASSERT(!fBuildingContour); return fVerbs; } in verbs()
64 fVerbs.reset(); in reset()
117 SkSTArray<128, Verb, true> fVerbs; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ccpr/
H A DGrCCFillGeometry.h54 , fVerbs(numSkVerbs * 3)
58 const SkTArray<Verb, true>& verbs() const { SkASSERT(!fBuildingContour); return fVerbs; } in verbs()
64 fVerbs.reset(); in reset()
117 SkSTArray<128, Verb, true> fVerbs; variable
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCFillGeometry.h54 , fVerbs(numSkVerbs * 3)
58 const SkTArray<Verb, true>& verbs() const { SkASSERT(!fBuildingContour); return fVerbs; } in verbs()
64 fVerbs.reset(); in reset()
117 SkSTArray<128, Verb, true> fVerbs; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCFillGeometry.h54 , fVerbs(numSkVerbs * 3)
58 const SkTArray<Verb, true>& verbs() const { SkASSERT(!fBuildingContour); return fVerbs; } in verbs()
64 fVerbs.reset(); in reset()
117 SkSTArray<128, Verb, true> fVerbs; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ccpr/
H A DGrCCFillGeometry.h54 , fVerbs(numSkVerbs * 3)
58 const SkTArray<Verb, true>& verbs() const { SkASSERT(!fBuildingContour); return fVerbs; } in verbs()
64 fVerbs.reset(); in reset()
117 SkSTArray<128, Verb, true> fVerbs; variable

12345