HomeSort by relevance Sort by last modified time
    Searched refs:skstd (Results 76 - 100 of 145) sorted by null

1 2 34 5 6

  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 442 return skstd::make_unique<SkFontData>(*fData);
    [all...]
  /external/skia/tests/
GrPipelineDynamicStateTest.cpp 197 skstd::make_unique<GrPipelineDynamicStateTestOp>(scissorState, vbuff));
CodecTest.cpp 525 skstd::make_unique<SkMemoryStream>(stream, len, false)));
527 skstd::make_unique<SkMemoryStream>(stream, len, false)));
    [all...]
GrMeshTest.cpp 394 rtc->priv().testingOnly_addDrawOp(skstd::make_unique<GrMeshTestOp>(testFn));
  /external/skqp/src/lazy/
SkDiscardableMemoryPool.cpp 171 auto dm = skstd::make_unique<PoolDiscardableMemory>(sk_ref_sp(this), std::move(addr), bytes);
  /external/skqp/src/ports/
SkFontMgr_fontconfig.cpp 442 return skstd::make_unique<SkFontData>(*fData);
    [all...]
  /external/skqp/tests/
GrPipelineDynamicStateTest.cpp 197 skstd::make_unique<GrPipelineDynamicStateTestOp>(scissorState, vbuff));
CodecTest.cpp 523 skstd::make_unique<SkMemoryStream>(stream, len, false)));
525 skstd::make_unique<SkMemoryStream>(stream, len, false)));
    [all...]
  /external/skqp/tools/viewer/
SkottieSlide2.cpp 148 skstd::make_unique<AnimationWrapper::ForwardingAnimator>(wrapper));
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 98 auto op = skstd::make_unique<DrawPathsOp>(this, args, args.fPaint.getColor());
222 return skstd::make_unique<GrCCClipProcessor>(&clipPath, MustCheckBounds(mustCheckBounds),
  /external/skqp/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 98 auto op = skstd::make_unique<DrawPathsOp>(this, args, args.fPaint.getColor());
222 return skstd::make_unique<GrCCClipProcessor>(&clipPath, MustCheckBounds(mustCheckBounds),
  /external/skia/gm/
aaclip.cpp 230 return skstd::make_unique<SkCanvas>(bm);
  /external/skia/samplecode/
SampleBigGradient.cpp 301 SkRasterHandleAllocator::MakeCanvas(skstd::make_unique<MyAllocator>(), info);
SampleCCPRGeometry.cpp 160 rtc->priv().testingOnly_addDrawOp(skstd::make_unique<Op>(this));
  /external/skia/src/core/
SkRWBuffer.cpp 362 return skstd::make_unique<SkROBufferStreamAsset>(this->makeROBufferSnapshot());
SkReadBuffer.cpp 33 skstd::make_unique<EmptyImageGenerator>(SkImageInfo::MakeN32Premul(width, height)));
SkTypeface.cpp 245 return skstd::make_unique<SkFontData>(std::move(stream), index, nullptr, 0);
  /external/skqp/gm/
aaclip.cpp 230 return skstd::make_unique<SkCanvas>(bm);
  /external/skqp/samplecode/
SampleBigGradient.cpp 301 SkRasterHandleAllocator::MakeCanvas(skstd::make_unique<MyAllocator>(), info);
SampleCCPRGeometry.cpp 160 rtc->priv().testingOnly_addDrawOp(skstd::make_unique<Op>(this));
  /external/skqp/src/core/
SkRWBuffer.cpp 362 return skstd::make_unique<SkROBufferStreamAsset>(this->makeROBufferSnapshot());
  /external/skia/experimental/skottie/
Skottie.cpp 734 ctx->fAnimators.push_back(skstd::make_unique<SkottieAnimatorAdapter>(animation,
    [all...]
  /external/skia/src/gpu/
GrSoftwarePathRenderer.cpp 334 auto uploader = skstd::make_unique<GrTDeferredProxyUploader<SoftwarePathData>>(
GrTestUtils.cpp 338 , fColorSpaceInfoStorage(skstd::make_unique<GrColorSpaceInfo>(TestColorSpace(d->fRandom),
  /external/skia/tools/
remote_demo.cpp 209 skstd::make_unique<RemoteScalerContextFIFO>(readFd, writeFd)

Completed in 808 milliseconds

1 2 34 5 6