/third_party/skia/tools/mdbviz/ |
D | Model.cpp | 46 temp->detachCommands(&fOps); in load() 49 this->setCurOp(fOps.count()-1); in load() 65 return DrawCommand::GetCommandString(fOps[index]->getType()); in getOpName() 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() [all …]
|
D | Model.h | 37 int numOps() const { return fOps.count(); } in numOps() 54 SkTDArray<DrawCommand*> fOps;
|
/third_party/flutter/skia/tools/mdbviz/ |
D | Model.cpp | 46 temp->detachCommands(&fOps); in load() 49 this->setCurOp(fOps.count()-1); in load() 65 return DrawCommand::GetCommandString(fOps[index]->getType()); in getOpName() 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 resetOpList() [all …]
|
D | Model.h | 37 int numOps() const { return fOps.count(); } in numOps() 54 SkTDArray<DrawCommand*> fOps;
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlDepthStencil.h | 33 uint32_t fOps; member 41 this->fFront.fOps == that.fFront.fOps && 44 this->fBack.fOps == that.fBack.fOps;
|
D | GrMtlDepthStencil.mm | 99 faceKey->fOps = static_cast<uint32_t>(face.fTest); 102 faceKey->fOps |= (static_cast<uint32_t>(face.fPassOp) << kPassOpShift); 105 faceKey->fOps |= (static_cast<uint32_t>(face.fFailOp) << kFailOpShift);
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlDepthStencil.h | 34 uint32_t fOps; member 42 this->fFront.fOps == that.fFront.fOps && 45 this->fBack.fOps == that.fBack.fOps;
|
D | GrMtlDepthStencil.mm | 101 faceKey->fOps = static_cast<uint32_t>(face.fTest); 104 faceKey->fOps |= (static_cast<uint32_t>(face.fPassOp) << kPassOpShift); 107 faceKey->fOps |= (static_cast<uint32_t>(face.fFailOp) << kFailOpShift);
|
/third_party/flutter/skia/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 132 SkTArray<std::unique_ptr<GrAtlasTextOp>, true> fOps; member in SkInternalAtlasTextTarget 179 int n = SkTMin(kMaxBatchLookBack, fOps.count()); in addDrawOp() 181 GrAtlasTextOp* other = fOps.fromBack(i).get(); in addDrawOp() 190 fOps.emplace_back(std::move(op)); in addDrawOp() 194 for (int i = 0; i < fOps.count(); ++i) { in deleteOps() 195 if (fOps[i]) { in deleteOps() 196 fOpMemoryPool->release(std::move(fOps[i])); in deleteOps() 199 fOps.reset(); in deleteOps() 203 for (int i = 0; i < fOps.count(); ++i) { in flush() 204 fOps[i]->executeForTextTarget(this); in flush()
|
/third_party/skia/src/pathops/ |
D | SkOpBuilder.cpp | 112 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()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpBuilder.cpp | 110 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()
|
/third_party/skia/gm/ |
D | complexclip2.cpp | 101 fOps[j*kRows+i][k] = ops[r.nextU() % SK_ARRAY_COUNT(ops)]; in onOnceBeforeDraw() 178 fOps[j*kRows+i][k], in onDraw() 183 fOps[j*kRows+i][k], in onDraw() 188 fOps[j*kRows+i][k], in onDraw() 205 SkClipOp fOps[kRows * kCols][5]; member in skiagm::ComplexClip2GM
|
/third_party/flutter/skia/gm/ |
D | complexclip2.cpp | 106 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
|
/third_party/flutter/skia/tests/ |
D | OnFlushCallbackTest.cpp | 280 for (int i = 0; i < fOps.count(); ++i) { in addOp() 281 if (opListID == fOps[i].fID) { in addOp() 282 header = &(fOps[i]); in addOp() 287 fOps.push_back({opListID, nullptr}); in addOp() 288 header = &(fOps[fOps.count()-1]); in addOp() 295 int numOps() const { return fOps.count(); } in numOps() 410 for (int i = 0; i < fOps.count(); ++i) { in getList() 411 if (opListID == fOps[i].fID) { in getList() 412 return &(fOps[i]); in getList() 426 SkTDArray<LinkedListHeader> fOps; member in AtlasObject
|
/third_party/skia/experimental/graphite/src/ |
D | DrawPass.h | 54 std::pair<LoadOp, StoreOp> ops() const { return fOps; } in ops() 87 std::pair<LoadOp, StoreOp> fOps; variable
|
D | DrawPass.cpp | 147 , fOps(ops) in DrawPass()
|
/third_party/flutter/skia/include/pathops/ |
D | SkPathOps.h | 106 SkTDArray<SkPathOp> fOps; variable
|
/third_party/skia/include/pathops/ |
D | SkPathOps.h | 106 SkTDArray<SkPathOp> fOps; variable
|
/third_party/flutter/skia/src/gpu/ |
D | GrAuditTrail.h | 115 SkTArray<Op> fOps; member
|
D | GrAuditTrail.cpp | 95 OpInfo::Op& outOp = outOpInfo->fOps.push_back(); in copyOutFromOpList()
|
/third_party/skia/src/gpu/ |
D | GrAuditTrail.h | 116 SkTArray<Op> fOps; member
|
D | GrAuditTrail.cpp | 94 OpInfo::Op& outOp = outOpInfo->fOps.push_back(); in copyOutFromOpsTask()
|
/third_party/flutter/skia/tools/debugger/ |
D | DebugCanvas.cpp | 187 for (int j = 0; j < childrenBounds[i].fOps.count(); j++) { in drawTo() 188 const GrAuditTrail::OpInfo::Op& op = childrenBounds[i].fOps[j]; in drawTo()
|
/third_party/skia/tools/debugger/ |
D | DebugCanvas.cpp | 242 for (int j = 0; j < childrenBounds[i].fOps.count(); j++) { in drawTo() 243 const GrAuditTrail::OpInfo::Op& op = childrenBounds[i].fOps[j]; in drawTo()
|