Home
last modified time | relevance | path

Searched refs:sk_sp (Results 1726 - 1750 of 2102) sorted by relevance

1...<<61626364656667686970>>...85

/third_party/skia/gm/
H A Dbitmapimage.cpp42 sk_sp<SkImage> image = GetResourceAsImage(path);
H A Demboss.cpp26 static sk_sp<SkImage> make_bm() { in make_bm()
H A Dfatpathfill.cpp23 static sk_sp<SkSurface> new_surface(int width, int height) { in new_surface()
H A Dimagesource2.cpp91 sk_sp<SkImage> fImage;
/third_party/skia/bench/
H A DGlyphQuadFillBench.cpp79 sk_sp<GrTextBlob> fBlob;
H A DGrMipmapBench.cpp15 sk_sp<SkSurface> fSurface;
H A DShaperBench.cpp17 sk_sp<SkData> fData;
H A DDDLRecorderBench.cpp89 std::vector<sk_sp<SkDeferredDisplayList>> fDDLs;
H A DTextBlobBench.cpp43 sk_sp<SkTextBlob> makeBlob() { in makeBlob()
H A DMorphologyBench.cpp66 sk_sp<SkImageFilter> mf;
H A DDrawBitmapAABench.cpp53 sk_sp<SkImage> fImage;
/third_party/skia/docs/examples/
H A DPDF.cpp61 sk_sp<SkData> pdfData = buffer.detachAsData(); in REG_FIDDLE()
H A DColor_Wheel.cpp26 sk_sp<SkFontMgr> fontMgr = SkFontMgr::RefDefault(); in REG_FIDDLE()
/third_party/skia/src/core/
H A DSkBitmapDevice.cpp608 sk_sp<SkSpecialImage> SkBitmapDevice::makeSpecial(const SkBitmap& bitmap) { in makeSpecial()
612 sk_sp<SkSpecialImage> SkBitmapDevice::makeSpecial(const SkImage* image) { in makeSpecial()
617 sk_sp<SkSpecialImage> SkBitmapDevice::snapSpecial(const SkIRect& bounds, bool forceCopy) { in snapSpecial()
627 sk_sp<SkSurface> SkBitmapDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in makeSurface()
659 void SkBitmapDevice::onClipShader(sk_sp<SkShader> sh) { in onClipShader()
/third_party/skia/src/gpu/ops/
H A DQuadPerEdgeAA.cpp464 sk_sp<const GrBuffer> GetIndexBuffer(GrMeshDrawTarget* target,
617 sk_sp<GrColorSpaceXform> textureColorSpaceXform, in Make()
864 sk_sp<GrColorSpaceXform> textureColorSpaceXform, in QuadPerEdgeAAGeometryProcessor()
937 sk_sp<GrColorSpaceXform> fTextureColorSpaceXform;
953 sk_sp<GrColorSpaceXform> textureColorSpaceXform, in MakeTexturedProcessor()
H A DAtlasPathRenderer.cpp66 void validate_atlas_dependencies(const SkTArray<sk_sp<skgpu::v1::AtlasRenderTask>>& atlasTasks) { in validate_atlas_dependencies()
122 sk_sp<AtlasPathRenderer> AtlasPathRenderer::Make(GrRecordingContext* rContext) { in Make()
124 ? sk_sp<AtlasPathRenderer>(new AtlasPathRenderer(rContext->asDirectContext())) in Make()
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp205 sk_sp<SkTypeface> typeface(sk_ref_sp(face)); in GetFontResource()
225 SkPDFFont::SkPDFFont(sk_sp<SkTypeface> typeface, in SkPDFFont()
270 static sk_sp<SkData> stream_to_data(std::unique_ptr<SkStreamAsset> stream) { in stream_to_data()
311 sk_sp<SkData> subsetFontData = SkPDFSubsetFont( in emit_subset_type0()
441 sk_sp<SkImage> fImage;
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp50 sk_sp<SkColorSpace> ColorSpaceToSkColorSpace(const RefPtr<PixelMap>& pixmap) in ColorSpaceToSkColorSpace()
99 sk_sp<SkColorSpace> colorSpace = ColorSpaceToSkColorSpace(pixmap); in MakeSkImageInfoFromPixelMap()
297 sk_sp<SkImage> image; in GetSnapshotJson()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp83 static inline sk_sp<T> sk_reinterpret_cast(sk_sp<P> ptr) in sk_reinterpret_cast()
85 return sk_sp<T>(static_cast<T*>(SkSafeRef(ptr.get()))); in sk_reinterpret_cast()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp83 static inline sk_sp<T> sk_reinterpret_cast(sk_sp<P> ptr) in sk_reinterpret_cast()
85 return sk_sp<T>(static_cast<T*>(SkSafeRef(ptr.get()))); in sk_reinterpret_cast()
/third_party/skia/samplecode/
H A DSample3D.cpp361 sk_sp<SkShader> fBmpShader, fImgShader;
362 sk_sp<SkRuntimeEffect> fEffect;
441 sk_sp<skottie::Animation> fAnim[6];
H A DSampleFilterBounds.cpp114 sk_sp<SkShader> gradient = SkGradientShader::MakeLinear( in draw_scale_key()
253 sk_sp<SkImageFilter> fBlur;
254 sk_sp<SkImage> fImage;
/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp375 sk_sp<SkFlattenable> SkDashImpl::CreateProc(SkReadBuffer& buffer) {
393 sk_sp<SkPathEffect> SkDashPathEffect::Make(const SkScalar intervals[], int count, SkScalar phase) {
397 return sk_sp<SkPathEffect>(new SkDashImpl(intervals, count, phase));
/third_party/skia/src/gpu/
H A DGrOpsRenderPass.cpp180 void GrOpsRenderPass::bindBuffers(sk_sp<const GrBuffer> indexBuffer, in bindBuffers()
181 sk_sp<const GrBuffer> instanceBuffer, in bindBuffers()
182 sk_sp<const GrBuffer> vertexBuffer, in bindBuffers()
/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.cpp99 void GrGLOpsRenderPass::onBindBuffers(sk_sp<const GrBuffer> indexBuffer, in onBindBuffers()
100 sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
101 sk_sp<const GrBuffer> vertexBuffer, in onBindBuffers()

Completed in 16 milliseconds

1...<<61626364656667686970>>...85