Home
last modified time | relevance | path

Searched refs:sfc (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/gm/
Dclear_swizzle.cpp28 auto sfc = SkCanvasPriv::TopDeviceSurfaceFillContext(canvas); variable
29 if (!sfc) {
35 GrSwizzle readSwizzle = GrSwizzle::Concat(sfc->readSwizzle(), GrSwizzle{"bgra"}); in __anon434c18aa0102()
36 GrSwizzle writeSwizzle = GrSwizzle::Concat(sfc->readSwizzle(), GrSwizzle{"bgra"}); in __anon434c18aa0102()
38 sfc->colorInfo().refColorSpace(), in __anon434c18aa0102()
41 sfc->asSurfaceProxy()->backendFormat(), in __anon434c18aa0102()
44 sfc->asSurfaceProxy()->isProtected(), in __anon434c18aa0102()
63 sfc->clear(c.rect, c.color);
71 sfc->blitTexture(offscreen->readSurfaceView(),
79 sfc->blitTexture(offscreen->readSurfaceView(),
Dswizzle.cpp22 auto sfc = SkCanvasPriv::TopDeviceSurfaceFillContext(canvas); variable
23 if (!sfc) {
37 sfc->fillWithFP(std::move(fp));
Ddsl_processor_test.cpp63 auto sfc = SkCanvasPriv::TopDeviceSurfaceFillContext(canvas); variable
64 if (!sfc) {
68 sfc->fillWithFP(std::make_unique<SimpleDSLEffect>());
Dfpcoordinateoverride.cpp78 auto sfc = SkCanvasPriv::TopDeviceSurfaceFillContext(canvas); variable
79 if (!sfc) {
93 sfc->fillWithFP(std::move(fp));
Dpreservefillrule.cpp54 auto sfc = SkCanvasPriv::TopDeviceSurfaceFillContext(canvas); in onDraw() local
55 if (!dContext || !sfc) { in onDraw()
85 dContext->priv().flushSurface(sfc->asSurfaceProxy()); in onDraw()
Dgpu_blur_utils.cpp62 auto sfc = rContext->priv().makeSFC(info); in slow_blur() local
63 if (!sfc) { in slow_blur()
73 sfc->fillWithFP(std::move(fp)); in slow_blur()
74 return sfc->readSurfaceView(); in slow_blur()
/third_party/skia/tests/
DRectangleTextureTest.cpp28 auto sfc = dContext->priv().makeSFC( in test_basic_draw_as_src() local
32 sfc->clear(SkPMColor4f::FromBytes_RGBA(0xDDCCBBAA)); in test_basic_draw_as_src()
34 sfc->fillWithFP(std::move(fp)); in test_basic_draw_as_src()
35 TestReadPixels(reporter, dContext, sfc.get(), expectedPixelValues, in test_basic_draw_as_src()
43 if (auto sfc = rectContext->asFillContext()) { in test_clear() local
46 sfc->clear(SkPMColor4f::FromBytes_RGBA(color0)); in test_clear()
48 int w = sfc->width(); in test_clear()
49 int h = sfc->height(); in test_clear()
60 for (int i = 0; i < sfc->width() * sfc->height(); ++i) { in test_clear()
67 sfc->clear(rect, SkPMColor4f::FromBytes_RGBA(color1)); in test_clear()
[all …]
DSurfaceTest.cpp807 auto sfc = SkCanvasPriv::TopDeviceSurfaceFillContext(surface->getCanvas()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
808 if (!sfc) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
812 test_surface_context_clear(reporter, dContext, sfc, 0x0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
826 auto sfc = SkCanvasPriv::TopDeviceSurfaceFillContext(surface->getCanvas()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
827 if (!sfc) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
831 test_surface_context_clear(reporter, dContext, sfc, kOrigColor.toSkColor()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/typescript/tests/baselines/reference/docker/
Dvue-next.log30 Rolling up type definitions for compiler-sfc...
33 Writing: /vue-next/temp/compiler-sfc.api.json
34 The API report is up to date: temp/compiler-sfc.api.md
35 Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
36 Writing package typings: /vue-next/dist/compiler-sfc.d.ts
76 /vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.cjs.js...
79 created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s
80 /vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.global.js...
89 created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s
90 Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:27:36 - (tsdoc-escape-greater-than) The …
[all …]
/third_party/skia/src/gpu/
DGrRecordingContextPriv.cpp192 std::unique_ptr<skgpu::SurfaceFillContext> sfc; in makeSFC() local
193 sfc = std::make_unique<skgpu::v1::SurfaceFillContext>(this->context(), in makeSFC()
197 sfc->discard(); in makeSFC()
198 return sfc; in makeSFC()
252 std::unique_ptr<skgpu::SurfaceFillContext> sfc; in makeSFC() local
253 sfc = std::make_unique<skgpu::v1::SurfaceFillContext>(this->context(), in makeSFC()
257 sfc->discard(); in makeSFC()
258 return sfc; in makeSFC()
DSurfaceContext.cpp153 auto sfc = dContext->priv().makeSFC(tempInfo, SkBackingFit::kApprox); in readPixels() local
154 if (!sfc) { in readPixels()
174 sfc->fillRectToRectWithFP(SkIRect::MakePtSize(pt, dst.dimensions()), in readPixels()
178 tempCtx = std::move(sfc); in readPixels()
1068 auto sfc = fContext->priv().makeSFCWithFallback(info, in rescale() local
1074 if (!sfc || !this->rescaleInto(sfc.get(), in rescale()
1075 SkIRect::MakeSize(sfc->dimensions()), in rescale()
1081 return sfc; in rescale()
/third_party/skia/src/effects/imagefilters/
DSkBlendImageFilter.cpp314 auto sfc = rContext->priv().makeSFC(info, SkBackingFit::kApprox); in filterImageGPU() local
315 if (!sfc) { in filterImageGPU()
319 sfc->fillRectToRectWithFP(bounds, SkIRect::MakeSize(bounds.size()), std::move(fp)); in filterImageGPU()
324 sfc->readSurfaceView(), in filterImageGPU()
325 sfc->colorInfo().colorType(), in filterImageGPU()
326 sfc->colorInfo().refColorSpace(), in filterImageGPU()
DSkArithmeticImageFilter.cpp406 auto sfc = rContext->priv().makeSFC(info, in filterImageGPU() local
412 if (!sfc) { in filterImageGPU()
416 sfc->fillRectToRectWithFP(bounds, SkIRect::MakeSize(bounds.size()), std::move(fp)); in filterImageGPU()
421 sfc->readSurfaceView(), in filterImageGPU()
422 sfc->colorInfo().colorType(), in filterImageGPU()
423 sfc->colorInfo().refColorSpace(), in filterImageGPU()
DSkMorphologyImageFilter.cpp357 static void apply_morphology_rect(skgpu::SurfaceFillContext* sfc, in apply_morphology_rect() argument
373 sfc->fillRectToRectWithFP(srcRect, dstRect, std::move(fp)); in apply_morphology_rect()
376 static void apply_morphology_rect_no_bounds(skgpu::SurfaceFillContext* sfc, in apply_morphology_rect_no_bounds() argument
386 sfc->fillRectToRectWithFP(srcRect, dstRect, std::move(fp)); in apply_morphology_rect_no_bounds()
389 static void apply_morphology_pass(skgpu::SurfaceFillContext* sfc, in apply_morphology_pass() argument
422 apply_morphology_rect(sfc, std::move(view), srcAlphaType, srcRect, in apply_morphology_pass()
426 apply_morphology_rect(sfc, view, srcAlphaType, lowerSrcRect, in apply_morphology_pass()
428 apply_morphology_rect(sfc, view, srcAlphaType, upperSrcRect, in apply_morphology_pass()
430 apply_morphology_rect_no_bounds(sfc, std::move(view), srcAlphaType, in apply_morphology_pass()
DSkDisplacementMapImageFilter.cpp314 auto sfc = rContext->priv().makeSFC(info, in onFilterImage() local
320 if (!sfc) { in onFilterImage()
324 sfc->fillRectToRectWithFP(colorBounds, in onFilterImage()
333 sfc->readSurfaceView(), in onFilterImage()
334 sfc->colorInfo().colorType(), in onFilterImage()
335 sfc->colorInfo().refColorSpace(), in onFilterImage()
DSkLightingImageFilter.cpp458 void SkLightingImageFilterInternal::drawRect(skgpu::SurfaceFillContext* sfc, in drawRect() argument
467 *sfc->caps()); in drawRect()
468 sfc->fillRectToRectWithFP(srcRect, dstRect, std::move(fp)); in drawRect()
487 auto sfc = rContext->priv().makeSFC(info, in filterImageGPU() local
493 if (!sfc) { in filterImageGPU()
511 this->drawRect(sfc.get(), inputView, matrix, topLeft, in filterImageGPU()
513 this->drawRect(sfc.get(), inputView, matrix, top, in filterImageGPU()
515 this->drawRect(sfc.get(), inputView, matrix, topRight, in filterImageGPU()
517 this->drawRect(sfc.get(), inputView, matrix, left, in filterImageGPU()
519 this->drawRect(sfc.get(), inputView, matrix, interior, in filterImageGPU()
[all …]
/third_party/skia/src/image/
DSkImage_GpuYUVA.cpp160 auto sfc = rContext->priv().makeSFC(this->imageInfo(), in onAsView() local
167 if (!sfc) { in onAsView()
178 sfc->fillWithFP(std::move(fp)); in onAsView()
180 return {sfc->readSurfaceView(), sfc->colorInfo().colorType()}; in onAsView()
DSkImage_Lazy.cpp335 auto sfc = ctx->priv().makeSFC(info, in textureProxyViewFromPlanes() local
342 if (!sfc) { in textureProxyViewFromPlanes()
370 sfc->fillWithFP(std::move(fp)); in textureProxyViewFromPlanes()
372 return sfc->readSurfaceView(); in textureProxyViewFromPlanes()
DSkImage_Gpu.cpp297 auto sfc = dContext->priv().makeSFCWithFallback(GrImageInfo(info, this->dimensions()), in onMakeColorTypeAndColorSpace() local
299 if (!sfc) { in onMakeColorTypeAndColorSpace()
303 auto ct = GrColorTypeToSkColorType(sfc->colorInfo().colorType()); in onMakeColorTypeAndColorSpace()
312 sfc->fillWithFP(std::move(colorFP)); in onMakeColorTypeAndColorSpace()
316 sfc->readSurfaceView(), in onMakeColorTypeAndColorSpace()
/third_party/skia/src/core/
DSkImageFilter.cpp598 auto sfc = rContext->priv().makeSFC(info, in DrawWithFP() local
604 if (!sfc) { in DrawWithFP()
610 sfc->fillRectToRectWithFP(srcRect, dstIRect, std::move(fp)); in DrawWithFP()
615 sfc->readSurfaceView(), in DrawWithFP()
616 sfc->colorInfo().colorType(), in DrawWithFP()
617 sfc->colorInfo().refColorSpace(), in DrawWithFP()
DSkGpuBlurUtils.cpp68 static void convolve_gaussian_1d(skgpu::SurfaceFillContext* sfc, in convolve_gaussian_1d() argument
94 *sfc->caps()); in convolve_gaussian_1d()
95 sfc->fillRectToRectWithFP(srcRect, dstRect, std::move(conv)); in convolve_gaussian_1d()
/third_party/pcre2/pcre2/maint/Unicode.tables/
DPropertyAliases.txt73 scf ; Simple_Case_Folding ; sfc
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt3391 + Jamo_Short_Name, sfc->scf, binary property value aliases
3486 - renamed property Simple_Case_Folding (sfc->scf)
3566 + Jamo_Short_Name, sfc->scf, binary property value aliases
/third_party/icu/icu4c/source/data/unidata/
Dchanges.txt4312 + Jamo_Short_Name, sfc->scf, binary property value aliases
4407 - renamed property Simple_Case_Folding (sfc->scf)
4487 + Jamo_Short_Name, sfc->scf, binary property value aliases
/third_party/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt4312 + Jamo_Short_Name, sfc->scf, binary property value aliases
4407 - renamed property Simple_Case_Folding (sfc->scf)
4487 + Jamo_Short_Name, sfc->scf, binary property value aliases

12