/external/skia/gm/ |
D | asyncrescaleandread.cpp | 28 std::unique_ptr<const SkImage::AsyncReadResult> fResult; member 37 context->fResult = std::move(result); in async_callback() 61 if (!asyncContext->fResult) { in do_read_and_scale() 64 SkPixmap pixmap(ii, asyncContext->fResult->data(0), asyncContext->fResult->rowBytes(0)); in do_read_and_scale() 95 if (!asyncContext.fResult) { in do_read_and_scale_yuv() 103 {yII, asyncContext.fResult->data(0), asyncContext.fResult->rowBytes(0)}, in do_read_and_scale_yuv() 104 {uvII, asyncContext.fResult->data(1), asyncContext.fResult->rowBytes(1)}, in do_read_and_scale_yuv() 105 {uvII, asyncContext.fResult->data(2), asyncContext.fResult->rowBytes(2)} in do_read_and_scale_yuv() 434 if (asyncContext->fResult) { 436 asyncContext->fResult->data(0), [all …]
|
/external/skqp/tools/skdiff/ |
D | skdiff.h | 127 , fResult(kUnknown_Result) { in DiffRecord() 154 Result fResult; member 167 if (lhs->fResult != rhs->fResult) { in compare() 168 return (lhs->fResult < rhs->fResult) ? 1 : -1; in compare()
|
D | skdiff_main.cpp | 186 fResultsOfType[drp->fResult].push_back(new SkString(drp->fBase.fFilename)); in add() 193 fResultsOfType[drp->fResult].push_back(blame); in add() 195 switch (drp->fResult) { in add() 229 switch (drp->fResult) { in add() 234 add_unique_basename(&fFailedBaseNames[drp->fResult], drp->fBase.fFilename); in add() 426 drp->fResult = DiffRecord::kCouldNotCompare_Result; in create_diff_images() 444 drp->fResult = DiffRecord::kCouldNotCompare_Result; in create_diff_images() 462 SkASSERT(DiffRecord::kUnknown_Result == drp->fResult); in create_diff_images() 492 drp->fResult = DiffRecord::kCouldNotCompare_Result; in create_diff_images() 495 drp->fResult = DiffRecord::kEqualBits_Result; in create_diff_images() [all …]
|
D | skdiff_utils.cpp | 152 drp->fResult = DiffRecord::kDifferentSizes_Result; in create_and_write_diff_image() 158 SkASSERT(DiffRecord::kUnknown_Result == drp->fResult); in create_and_write_diff_image() 160 SkASSERT(DiffRecord::kUnknown_Result != drp->fResult); in create_and_write_diff_image() 178 if (DiffRecord::kDifferentPixels_Result == drp->fResult) { in create_and_write_diff_image()
|
D | skdiff.cpp | 162 dr->fResult = DiffRecord::kDifferentSizes_Result; in compute_diff() 214 dr->fResult = DiffRecord::kEqualPixels_Result; in compute_diff() 217 dr->fResult = DiffRecord::kDifferentPixels_Result; in compute_diff()
|
D | skdiff_html.cpp | 105 switch (diff.fResult) { in print_label_cell() 289 switch (diff->fResult) { in print_diff_page()
|
/external/skia/tools/skdiff/ |
D | skdiff.h | 127 , fResult(kUnknown_Result) { in DiffRecord() 154 Result fResult; member 167 if (lhs->fResult != rhs->fResult) { in compare() 168 return (lhs->fResult < rhs->fResult) ? 1 : -1; in compare()
|
D | skdiff_main.cpp | 186 fResultsOfType[drp->fResult].push_back(new SkString(drp->fBase.fFilename)); in add() 193 fResultsOfType[drp->fResult].push_back(blame); in add() 195 switch (drp->fResult) { in add() 229 switch (drp->fResult) { in add() 234 add_unique_basename(&fFailedBaseNames[drp->fResult], drp->fBase.fFilename); in add() 426 drp->fResult = DiffRecord::kCouldNotCompare_Result; in create_diff_images() 444 drp->fResult = DiffRecord::kCouldNotCompare_Result; in create_diff_images() 462 SkASSERT(DiffRecord::kUnknown_Result == drp->fResult); in create_diff_images() 492 drp->fResult = DiffRecord::kCouldNotCompare_Result; in create_diff_images() 495 drp->fResult = DiffRecord::kEqualBits_Result; in create_diff_images() [all …]
|
D | skdiff_utils.cpp | 151 drp->fResult = DiffRecord::kDifferentSizes_Result; in create_and_write_diff_image() 157 SkASSERT(DiffRecord::kUnknown_Result == drp->fResult); in create_and_write_diff_image() 159 SkASSERT(DiffRecord::kUnknown_Result != drp->fResult); in create_and_write_diff_image() 177 if (DiffRecord::kDifferentPixels_Result == drp->fResult) { in create_and_write_diff_image()
|
D | skdiff.cpp | 162 dr->fResult = DiffRecord::kDifferentSizes_Result; in compute_diff() 214 dr->fResult = DiffRecord::kEqualPixels_Result; in compute_diff() 217 dr->fResult = DiffRecord::kDifferentPixels_Result; in compute_diff()
|
D | skdiff_html.cpp | 105 switch (diff.fResult) { in print_label_cell() 289 switch (diff->fResult) { in print_diff_page()
|
/external/skia/modules/skottie/src/text/ |
D | SkottieShaper.cpp | 143 SkASSERT(fResult.fFragments.empty()); in finalize() 144 fResult.fFragments.reserve(1); in finalize() 145 fResult.fFragments.push_back({fBuilder.make(), {fBox.x(), fBox.y()}, 0, 0, 0, false}); in finalize() 160 auto box = fResult.computeVisualBounds(); in finalize() 210 for (auto& fragment : fResult.fFragments) { in finalize() 215 return std::move(fResult); in finalize() 295 fResult.fFragments.push_back({fBuilder.make(), in commitFragementedRun() 300 fResult.fMissingGlyphCount += (glyphs[i] == kMissingGlyphID); in commitFragementedRun() 315 fResult.fMissingGlyphCount += (glyphs[i] == kMissingGlyphID); in commitConsolidatedRun() 362 Shaper::Result fResult; member in skottie::__anon5ae2bb0b0111::BlobMaker
|
/external/skia/modules/canvaskit/ |
D | gm_bindings.cpp | 226 WasmReporter(std::string name, JSObject result): fName(name), fResult(result){} in WasmReporter() 230 fResult.set("result", "failed"); in reportFailed() 231 fResult.set("msg", failure.toString().c_str()); in reportFailed() 234 JSObject fResult; member
|
/external/skia/samplecode/ |
D | SampleClip.cpp | 226 SkPathBuilder fResult; in clip() member 239 rec->fResult.moveTo(pts[0]); in clip() 245 rec->fResult.lineTo(pts[0]); in clip() 250 rec->fResult.lineTo(pts[1]); in clip() 254 rec->fResult.quadTo(pts[1], pts[2]); in clip() 258 rec->fResult.cubicTo(pts[1], pts[2], pts[3]); in clip() 267 return rec.fResult.detach().makeTransform(mx); in clip()
|
/external/skqp/tests/ |
D | OpChainTest.cpp | 119 : INHERITED(ClassID()), fResult(result), fCombinable(combinable) { in TestOp() 129 op.writeResult(fResult); in onExecute() 150 int* fResult; member in __anond07657bb0111::TestOp
|
/external/skia/tests/ |
D | OpChainTest.cpp | 121 : INHERITED(ClassID()), fResult(result), fCombinable(combinable) { in TestOp() 138 op.writeResult(fResult); in onExecute() 162 int* fResult; member in __anon9e0653640111::TestOp
|
D | ReadWritePixelsGpuTest.cpp | 555 std::unique_ptr<const SkImage::AsyncReadResult> fResult; member 564 context->fResult = std::move(result); in async_callback() 588 if (!context.fResult) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 591 SkRectMemcpy(pixels.writable_addr(), pixels.rowBytes(), context.fResult->data(0), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 592 context.fResult->rowBytes(0), pixels.info().minRowBytes(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 662 if (!asyncContext.fResult) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 665 SkRectMemcpy(pixels.writable_addr(), pixels.rowBytes(), asyncContext.fResult->data(0), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 666 asyncContext.fResult->rowBytes(0), pixels.info().minRowBytes(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 751 if (!cbContext.fResult) { in DEF_GPUTEST() 785 cbContext.fResult.reset(); in DEF_GPUTEST()
|
D | VkProtectedContextTest.cpp | 143 std::unique_ptr<const SkSurface::AsyncReadResult> fResult; member 148 context->fResult = std::move(result); in async_callback() 178 REPORTER_ASSERT(reporter, !cbContext.fResult); in DEF_GPUTEST()
|
/external/skqp/bench/ |
D | MathBench.cpp | 498 SkFixed fResult[N]; member in FixedMathBench 517 fResult[i] = SkFloatToFixed(fData[i]); in onDraw() 523 SkDebugf("%d\n", fResult[0]); in onDraw()
|
/external/skia/bench/ |
D | MathBench.cpp | 558 SkFixed fResult[N]; member in FixedMathBench 577 fResult[i] = SkFloatToFixed(fData[i]); in onDraw() 583 SkDebugf("%d\n", fResult[0]); in onDraw()
|
/external/llvm-project/flang/lib/Evaluate/ |
D | intrinsics.cpp | 1770 std::optional<characteristics::FunctionResult> fResult; in HandleNull() local 1782 fResult.emplace(std::move(*procPointer)); in HandleNull() 1792 fResult.emplace(std::move(typeAndShape)); in HandleNull() 1798 fResult->attrs.set(characteristics::FunctionResult::Attr::Pointer); in HandleNull() 1802 std::move(*fResult), std::move(args), attrs}; in HandleNull() 2217 characteristics::FunctionResult fResult{GetSpecificType(specific.result)}; in IsSpecificIntrinsicFunction() local 2231 std::move(fResult), std::move(args), attrs}; in IsSpecificIntrinsicFunction()
|
/external/skia/src/core/ |
D | SkPath.cpp | 3710 SkPathBuilder fResult; in clip() member 3723 rec->fResult.moveTo(pts[0]); in clip() 3729 rec->fResult.lineTo(pts[0]); in clip() 3734 rec->fResult.lineTo(pts[1]); in clip() 3738 rec->fResult.quadTo(pts[1], pts[2]); in clip() 3742 rec->fResult.cubicTo(pts[1], pts[2], pts[3]); in clip() 3751 rec.fResult.setFillType(path.getFillType()); in clip() 3752 SkPath result = rec.fResult.detach().makeTransform(mx); in clip()
|
/external/angle/src/compiler/translator/ |
D | IntermNode.cpp | 2936 float fResult = 0.0f; in foldUnaryComponentWise() local 2938 fResult = 1.0f; in foldUnaryComponentWise() 2940 fResult = -1.0f; in foldUnaryComponentWise() 2941 resultArray[i].setFConst(fResult); in foldUnaryComponentWise()
|