Home
last modified time | relevance | path

Searched refs:sk_sp (Results 1976 - 2000 of 2102) sorted by relevance

1...<<71727374757677787980>>...85

/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp419 sk_sp<SkImage> skImage =
654 sk_sp<SkColorSpace> colorSpace = SkColorSpace::MakeSRGB();
1258 void RosenRenderImage::PaintSVGImage(const sk_sp<SkData>& skData, bool onlyLayoutSelf)
1264 auto successCallback = [svgImageWeak = AceType::WeakClaim(this), onlyLayoutSelf](const sk_sp<SkSVGDOM>& svgDom) {
1506 sk_sp<SkColorSpace> cs = ColorSpaceToSkColorSpace(pixmap);
1517 sk_sp<SkColorSpace> RosenRenderImage::ColorSpaceToSkColorSpace(const RefPtr<PixelMap>& pixmap)
/third_party/skia/tests/
H A DGrPorterDuffTest.cpp33 sk_sp<GrDirectContext> context = GrDirectContext::MakeMock(&mockOptions, GrContextOptions()); in DEF_GPUTEST()
89 sk_sp<const GrXferProcessor> xp( in XPInfo()
1034 sk_sp<const GrXferProcessor> xp_opaque( in test_lcd_coverage_fallback_case()
1049 sk_sp<const GrXferProcessor> xp( in test_lcd_coverage_fallback_case()
1083 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST()
1102 sk_sp<const GrXferProcessor> xp( in DEF_GPUTEST()
H A DShadowTest.cpp22 void check_result(skiatest::Reporter* reporter, sk_sp<SkVertices> verts, in check_result()
/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp151 ColorSpace::ColorSpace(const sk_sp<SkColorSpace> src, ColorSpaceName name) in ColorSpace()
368 sk_sp<SkColorSpace> ColorSpace::ToSkColorSpace() const in ToSkColorSpace()
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp46 sk_sp<SkData> data = nullptr; in MakeFromStream()
551 WebPDemuxer* demux, sk_sp<SkData> data, SkEncodedOrigin origin) in SkWebpCodec()
/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.cpp369 sk_sp<const GrBuffer> fVertexBuffer;
375 sk_sp<const GrBuffer> fIndexBuffer;
H A DFillRectOp.cpp455 sk_sp<const GrBuffer> fVertexBuffer;
456 sk_sp<const GrBuffer> fIndexBuffer;
H A DAtlasTextOp.cpp110 sk_sp<GrTextBlob> blob,
510 sk_sp<GrTextBlob> blob = GrTextBlob::Make(glyphRunList, skPaint, drawMatrix, control, painter); in CreateOpTestingOnly()
/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp142 static sk_sp<SkRuntimeEffect> effects[kMaxUnrolledIntervalCount]; in make_unrolled_colorizer()
257 sk_sp<SkRuntimeEffect> effect; in make_looping_colorizer()
/third_party/skia/samplecode/
H A DSampleDegenerateQuads.cpp254 sk_sp<SkPathEffect> dots = SkDashPathEffect::Make(kDotParams, 2, 0.f);
256 sk_sp<SkPathEffect> dashes = SkDashPathEffect::Make(kDashParams, 2, 0.f);
/third_party/skia/gm/
H A Druntimeintrinsics.cpp61 static SkBitmap draw_shader(SkCanvas* canvas, sk_sp<SkShader> shader, in draw_shader()
589 sk_sp<SkData> uniforms = SkData::MakeWithCopy(uniformData, sizeof(uniformData)); in plot_bvec()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp101 virtual sk_sp<SkShader> CreateGradientShader() in CreateGradientShader()
235 sk_sp<SkShader> CreateGradientShader() override
394 sk_sp<SkShader> CreateGradientShader() override
611 sk_sp<SkShader> CreateGradientShader() override
697 sk_sp<SkShader> SkiaDecorationPainter::CreateGradientShader(const NG::Gradient& gradient, const SizeF& frameSize) in CreateGradientShader()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp366 SkScalerContext_FreeType(sk_sp<SkTypeface_FreeType>,
763 SkScalerContext_FreeType::SkScalerContext_FreeType(sk_sp<SkTypeface_FreeType> typeface,
1624 sk_sp<SkTypeface::LocalizedStrings> nameIter =
1745 sk_sp<SkData> SkTypeface_FreeType::onCopyTableData(SkFontTableTag tag) const {
1761 sk_sp<SkData> data = SkData::MakeUninitialized(tableLength);
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.h142 sk_sp<SkShader> MakeGradientShader(double shadeWidth) const;
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.h131 sk_sp<SkSVGDOM> skiaDom_ = nullptr;
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_mask_painter.cpp74 auto successCallback = [rsPainter = Claim(this)](const sk_sp<SkSVGDOM>& svgDom) { in LoadSVGImage()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_motion_blur_filter_test.cpp221 sk_sp<SkImage> skImage = SkImage::MakeFromRaster(skiaPixmap, rasterReleaseProc, releaseContext); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp110 sk_sp<SkSurface> skSurface = mVulkanWindow_->AcquireSurface(); in RequestFrame()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dcore_canvas_impl.h131 virtual void DrawSVGDOM(const sk_sp<SkSVGDOM>& svgDom) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.h124 void DrawSVGDOM(const sk_sp<SkSVGDOM>& svgDom) override;
/third_party/skia/src/core/
H A DSkDraw_atlas.cpp95 sk_sp<SkShader> atlasShader = paint.refShader(); in drawAtlas()
H A DSkPathPriv.h94 static void AddGenIDChangeListener(const SkPath& path, sk_sp<SkIDChangeListener> listener) { in AddGenIDChangeListener()
H A DSkRasterClip.cpp203 bool SkRasterClip::op(sk_sp<SkShader> sh) { in op()
/third_party/skia/src/gpu/vk/
H A DGrVkPipelineState.cpp32 sk_sp<const GrVkPipeline> pipeline, in GrVkPipelineState()
/third_party/skia/src/utils/
H A DSkPaintFilterCanvas.cpp258 sk_sp<SkSurface> SkPaintFilterCanvas::onNewSurface(const SkImageInfo& info, in onNewSurface()

Completed in 24 milliseconds

1...<<71727374757677787980>>...85