Home
last modified time | relevance | path

Searched refs:fOps (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/mdbviz/
H A DModel.cpp46 temp->detachCommands(&fOps); in load()
49 this->setCurOp(fOps.count()-1); in load()
69 DrawCommand::OpType type = fOps[index]->getType(); in isHierarchyPush()
76 DrawCommand::OpType type = fOps[index]->getType(); in isHierarchyPop()
82 SkASSERT(curOp < fOps.count()); in setCurOp()
93 SkASSERT(index < fOps.count()); in drawTo()
100 if (fOps[i]->isVisible()) { in drawTo()
101 fOps[i]->execute(&canvas); in drawTo()
109 for (int i = 0; i < fOps.count(); ++i) { in resetOpsTask()
110 delete fOps[i]; in resetOpsTask()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/mdbviz/
H A DModel.cpp46 temp->detachCommands(&fOps); in load()
49 this->setCurOp(fOps.count()-1); in load()
69 DrawCommand::OpType type = fOps[index]->getType(); in isHierarchyPush()
76 DrawCommand::OpType type = fOps[index]->getType(); in isHierarchyPop()
82 SkASSERT(curOp < fOps.count()); in setCurOp()
93 SkASSERT(index < fOps.count()); in drawTo()
100 if (fOps[i]->isVisible()) { in drawTo()
101 fOps[i]->execute(&canvas); in drawTo()
109 for (int i = 0; i < fOps.count(); ++i) { in resetOpsTask()
110 delete fOps[i]; in resetOpsTask()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlDepthStencil.h33 uint32_t fOps; member
41 this->fFront.fOps == that.fFront.fOps &&
44 this->fBack.fOps == that.fBack.fOps;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlDepthStencil.h33 uint32_t fOps; member
41 this->fFront.fOps == that.fFront.fOps &&
44 this->fBack.fOps == that.fBack.fOps;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/mtl/
H A DGrMtlDepthStencil.h33 uint32_t fOps; member
41 this->fFront.fOps == that.fFront.fOps &&
44 this->fBack.fOps == that.fBack.fOps;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlDepthStencil.h33 uint32_t fOps; member
41 this->fFront.fOps == that.fFront.fOps &&
44 this->fBack.fOps == that.fBack.fOps;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlDepthStencil.h33 uint32_t fOps; member
41 this->fFront.fOps == that.fFront.fOps &&
44 this->fBack.fOps == that.fBack.fOps;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/mtl/
H A DGrMtlDepthStencil.h33 uint32_t fOps; member
41 this->fFront.fOps == that.fFront.fOps &&
44 this->fBack.fOps == that.fBack.fOps;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/atlastext/
H A DSkAtlasTextTarget.cpp130 SkTArray<std::unique_ptr<GrAtlasTextOp>, true> fOps; member in SkInternalAtlasTextTarget
177 int n = SkTMin(kMaxBatchLookBack, fOps.count()); in addDrawOp()
179 GrAtlasTextOp* other = fOps.fromBack(i).get(); in addDrawOp()
188 fOps.emplace_back(std::move(op)); in addDrawOp()
192 for (int i = 0; i < fOps.count(); ++i) { in deleteOps()
193 if (fOps[i]) { in deleteOps()
194 fOpMemoryPool->release(std::move(fOps[i])); in deleteOps()
197 fOps.reset(); in deleteOps()
201 for (int i = 0; i < fOps.count(); ++i) { in flush()
202 fOps[i]->executeForTextTarget(this); in flush()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/atlastext/
H A DSkAtlasTextTarget.cpp133 SkTArray<std::unique_ptr<GrAtlasTextOp>, true> fOps; member in SkInternalAtlasTextTarget
179 int n = std::min(kMaxBatchLookBack, fOps.count()); in addDrawOp()
183 GrAtlasTextOp* other = fOps.fromBack(i).get(); in addDrawOp()
192 fOps.emplace_back(std::move(op)); in addDrawOp()
197 for (int i = 0; i < fOps.count(); ++i) { in deleteOps()
198 if (fOps[i]) { in deleteOps()
199 pool->release(std::move(fOps[i])); in deleteOps()
202 fOps.reset(); in deleteOps()
206 for (int i = 0; i < fOps.count(); ++i) { in flush()
207 fOps[i]->executeForTextTarget(this); in flush()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/atlastext/
H A DSkAtlasTextTarget.cpp130 SkTArray<std::unique_ptr<GrAtlasTextOp>, true> fOps; member in SkInternalAtlasTextTarget
177 int n = SkTMin(kMaxBatchLookBack, fOps.count()); in addDrawOp()
179 GrAtlasTextOp* other = fOps.fromBack(i).get(); in addDrawOp()
188 fOps.emplace_back(std::move(op)); in addDrawOp()
192 for (int i = 0; i < fOps.count(); ++i) { in deleteOps()
193 if (fOps[i]) { in deleteOps()
194 fOpMemoryPool->release(std::move(fOps[i])); in deleteOps()
197 fOps.reset(); in deleteOps()
201 for (int i = 0; i < fOps.count(); ++i) { in flush()
202 fOps[i]->executeForTextTarget(this); in flush()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/atlastext/
H A DSkAtlasTextTarget.cpp130 SkTArray<std::unique_ptr<GrAtlasTextOp>, true> fOps; member in SkInternalAtlasTextTarget
177 int n = SkTMin(kMaxBatchLookBack, fOps.count()); in addDrawOp()
179 GrAtlasTextOp* other = fOps.fromBack(i).get(); in addDrawOp()
188 fOps.emplace_back(std::move(op)); in addDrawOp()
192 for (int i = 0; i < fOps.count(); ++i) { in deleteOps()
193 if (fOps[i]) { in deleteOps()
194 fOpMemoryPool->release(std::move(fOps[i])); in deleteOps()
197 fOps.reset(); in deleteOps()
201 for (int i = 0; i < fOps.count(); ++i) { in flush()
202 fOps[i]->executeForTextTarget(this); in flush()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/atlastext/
H A DSkAtlasTextTarget.cpp130 SkTArray<std::unique_ptr<GrAtlasTextOp>, true> fOps; member in SkInternalAtlasTextTarget
177 int n = SkTMin(kMaxBatchLookBack, fOps.count()); in addDrawOp()
179 GrAtlasTextOp* other = fOps.fromBack(i).get(); in addDrawOp()
188 fOps.emplace_back(std::move(op)); in addDrawOp()
192 for (int i = 0; i < fOps.count(); ++i) { in deleteOps()
193 if (fOps[i]) { in deleteOps()
194 fOpMemoryPool->release(std::move(fOps[i])); in deleteOps()
197 fOps.reset(); in deleteOps()
201 for (int i = 0; i < fOps.count(); ++i) { in flush()
202 fOps[i]->executeForTextTarget(this); in flush()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp110 if (0 == fOps.count() && op != kUnion_SkPathOp) { in add()
112 *fOps.append() = kUnion_SkPathOp; in add()
115 *fOps.append() = op; in add()
120 fOps.reset(); in reset()
128 int count = fOps.count(); in resolve()
133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
164 if (!Op(*result, fPathRefs[index], fOps[index], result)) { in resolve()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp110 if (0 == fOps.count() && op != kUnion_SkPathOp) { in add()
112 *fOps.append() = kUnion_SkPathOp; in add()
115 *fOps.append() = op; in add()
120 fOps.reset(); in reset()
128 int count = fOps.count(); in resolve()
133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
164 if (!Op(*result, fPathRefs[index], fOps[index], result)) { in resolve()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp110 if (0 == fOps.count() && op != kUnion_SkPathOp) { in add()
112 *fOps.append() = kUnion_SkPathOp; in add()
115 *fOps.append() = op; in add()
120 fOps.reset(); in reset()
128 int count = fOps.count(); in resolve()
133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
164 if (!Op(*result, fPathRefs[index], fOps[index], result)) { in resolve()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp110 if (0 == fOps.count() && op != kUnion_SkPathOp) { in add()
112 *fOps.append() = kUnion_SkPathOp; in add()
115 *fOps.append() = op; in add()
120 fOps.reset(); in reset()
128 int count = fOps.count(); in resolve()
133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
164 if (!Op(*result, fPathRefs[index], fOps[index], result)) { in resolve()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp110 if (0 == fOps.count() && op != kUnion_SkPathOp) { in add()
112 *fOps.append() = kUnion_SkPathOp; in add()
115 *fOps.append() = op; in add()
120 fOps.reset(); in reset()
128 int count = fOps.count(); in resolve()
133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
164 if (!Op(*result, fPathRefs[index], fOps[index], result)) { in resolve()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp110 if (0 == fOps.count() && op != kUnion_SkPathOp) { in add()
112 *fOps.append() = kUnion_SkPathOp; in add()
115 *fOps.append() = op; in add()
120 fOps.reset(); in reset()
128 int count = fOps.count(); in resolve()
133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
164 if (!Op(*result, fPathRefs[index], fOps[index], result)) { in resolve()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp99 if (0 == fOps.count() && op != kUnion_SkPathOp) { in add()
101 *fOps.append() = kUnion_SkPathOp; in add()
104 *fOps.append() = op; in add()
109 fOps.reset(); in reset()
117 int count = fOps.count(); in resolve()
122 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
155 if (!Op(*result, fPathRefs[index], fOps[index], result)) { in resolve()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp112 if (0 == fOps.count() && op != kUnion_SkPathOp) { in add()
114 *fOps.append() = kUnion_SkPathOp; in add()
117 *fOps.append() = op; in add()
122 fOps.reset(); in reset()
130 int count = fOps.count(); in resolve()
135 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) { in resolve()
166 if (!Op(*result, fPathRefs[index], fOps[index], result)) { in resolve()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/effects/
H A DGrNonlinearColorSpaceXformEffect.cpp143 , fOps(ops) { in GrNonlinearColorSpaceXformEffect()
167 , fOps(that.fOps) { in GrNonlinearColorSpaceXformEffect()
178 if (other.fOps != fOps) { in onIsEqual()
181 if (SkToBool(fOps & kSrcTransfer_Op) && in onIsEqual()
185 if (SkToBool(fOps & kDstTransfer_Op) && in onIsEqual()
189 if (SkToBool(fOps & kGamutXform_Op) && other.fGamutXform != fGamutXform) { in onIsEqual()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/atlastext/
H A DSkAtlasTextTarget.cpp108 SkTArray<std::unique_ptr<GrAtlasTextOp>, true> fOps; member in SkInternalAtlasTextTarget
153 int n = SkTMin(kMaxBatchLookBack, fOps.count()); in addDrawOp()
155 GrAtlasTextOp* other = fOps.fromBack(i).get(); in addDrawOp()
164 fOps.emplace_back(std::move(op)); in addDrawOp()
168 for (int i = 0; i < fOps.count(); ++i) { in flush()
169 fOps[i]->executeForTextTarget(this); in flush()
172 fOps.reset(); in flush()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DOnFlushCallbackTest.cpp312 for (int i = 0; i < fOps.count(); ++i) { in addOp()
313 if (opsTaskID == fOps[i].fID) { in addOp()
314 header = &(fOps[i]); in addOp()
319 fOps.push_back({opsTaskID, nullptr}); in addOp()
320 header = &(fOps[fOps.count()-1]); in addOp()
327 int numOps() const { return fOps.count(); } in numOps()
436 for (int i = 0; i < fOps.count(); ++i) { in getList()
437 if (opsTaskID == fOps[i].fID) { in getList()
438 return &(fOps[i]); in getList()
452 SkTDArray<LinkedListHeader> fOps; member in AtlasObject
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dcomplexclip2.cpp106 fOps[j*kRows+i][k] = ops[r.nextU() % SK_ARRAY_COUNT(ops)]; in onOnceBeforeDraw()
183 fOps[j*kRows+i][k], in onDraw()
188 fOps[j*kRows+i][k], in onDraw()
193 fOps[j*kRows+i][k], in onDraw()
210 SkClipOp fOps[kRows * kCols][5]; member in skiagm::ComplexClip2GM

123