/third_party/skia/bench/ |
H A D | TopoSortBench.cpp | 69 SkTArray<sk_sp<ToolUtils::TopoTestNode>> fGraph;
|
/third_party/skia/src/core/ |
H A D | SkBitmapDevice.cpp | 608 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()
|
H A D | SkPaint.cpp | 90 sk_sp<Sk##type> SkPaint::ref##type() const { return f##type; } 100 void SkPaint::set##Field(sk_sp<Sk##Field> f) { f##Field = std::move(f); } 162 void SkPaint::setBlender(sk_sp<SkBlender> blender) { in setBlender()
|
H A D | SkRecorder.cpp | 238 sk_sp<SkTextBlob> blob = sk_ref_sp(glyphRunList.blob()); in onDrawGlyphRunList() 378 void SkRecorder::onClipShader(sk_sp<SkShader> cs, SkClipOp op) { in onClipShader() 393 sk_sp<SkSurface> SkRecorder::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) { in onNewSurface()
|
/third_party/skia/src/gpu/ops/ |
H A D | QuadPerEdgeAA.cpp | 464 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 D | AtlasPathRenderer.cpp | 66 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()
|
H A D | AtlasInstancedHelper.h | 93 const sk_sp<GrSurfaceProxy> fAtlasProxy;
|
/third_party/skia/src/pdf/ |
H A D | SkPDFFont.cpp | 205 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;
|
H A D | SkPDFType1Font.cpp | 133 static sk_sp<SkData> convert_type1_font_stream(std::unique_ptr<SkStreamAsset> srcStream, in convert_type1_font_stream() 155 sk_sp<SkData> data(SkData::MakeUninitialized(length)); in convert_type1_font_stream() 240 sk_sp<SkData> fontData = convert_type1_font_stream(std::move(rawFontData), in make_type1_font_descriptor()
|
H A D | SkPDFBitmap.cpp | 197 static bool do_jpeg(sk_sp<SkData> data, SkPDFDocument* doc, SkISize size, in do_jpeg() 258 if (sk_sp<SkData> data = img->refEncodedData()) { in serialize_image() 267 if (sk_sp<SkData> data = img->encodeToData(SkEncodedImageFormat::kJPEG, encodingQuality)) { in serialize_image()
|
/third_party/skia/tools/fonts/ |
H A D | TestSVGTypeface.cpp | 84 sk_sp<SkSVGDOM> svg = SkSVGDOM::MakeFromStream(*stream); in withSVG() 173 SkTestSVGScalerContext(sk_sp<TestSVGTypeface> face, in SkTestSVGScalerContext() 271 sk_sp<TestSVGTypeface> TestSVGTypeface::Default() { in Default() 319 sk_sp<TestSVGTypeface> TestSVGTypeface::Planets() { in Planets() 765 sk_sp<SkSurface> surface(SkSurface::MakeRaster(image_info)); in exportTtxCbdt() 779 sk_sp<SkImage> image = surface->makeImageSnapshot(); in exportTtxCbdt() 780 sk_sp<SkData> data = image->encodeToData(SkEncodedImageFormat::kPNG, 100); in exportTtxCbdt() 987 sk_sp<SkSurface> surface(SkSurface::MakeRaster(image_info)); in exportTtxSbix() 1001 sk_sp<SkImage> image = surface->makeImageSnapshot(); in exportTtxSbix() 1002 sk_sp<SkDat in exportTtxSbix() [all...] |
/third_party/skia/gm/ |
H A D | wacky_yuv_formats.cpp | 732 static sk_sp<SkColorFilter> yuv_to_rgb_colorfilter() { in yuv_to_rgb_colorfilter() 944 sk_sp<SkImage> csImage = 962 sk_sp<SkImage> fImages[2][kLastEnum_SkYUVColorSpace + 1][kLast_YUVFormat + 1]; 966 sk_sp<SkColorSpace> fTargetColorSpace; 1049 for (sk_sp<SkColorSpace> cs : {sk_sp<SkColorSpace>(nullptr), in createImages() 1137 sk_sp<SkImage> fImages[2][2]; 1138 sk_sp<SkColorSpace> fTargetColorSpace; 1177 sk_sp<SkImage> fOrig; 1200 std::array<sk_sp<SkImag [all...] |
H A D | asyncrescaleandread.cpp | 44 static sk_sp<SkImage> do_read_and_scale(Src* src, in do_read_and_scale() 70 static sk_sp<SkImage> do_read_and_scale_yuv(Src* src, in do_read_and_scale_yuv() 144 sk_sp<SkImage> result; in do_rescale_grid()
|
H A D | tilemodes.cpp | 168 static sk_sp<SkShader> make_bm(SkTileMode tx, SkTileMode ty) { in make_bm() 174 static sk_sp<SkShader> make_grad(SkTileMode tx, SkTileMode ty) { in make_grad() 193 typedef sk_sp<SkShader> (*ShaderProc)(SkTileMode, SkTileMode);
|
/third_party/skia/samplecode/ |
H A D | Sample3D.cpp | 361 sk_sp<SkShader> fBmpShader, fImgShader; 362 sk_sp<SkRuntimeEffect> fEffect; 441 sk_sp<skottie::Animation> fAnim[6];
|
H A D | SampleFilterBounds.cpp | 114 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 D | SkDashPathEffect.cpp | 375 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 D | GrOpsRenderPass.cpp | 180 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 D | GrGLOpsRenderPass.cpp | 99 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()
|
H A D | GrGLAssembleGLESInterfaceAutogen.cpp | 23 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLESInterface() 27 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLESInterface() 51 sk_sp<GrGLInterface> interface(new GrGLInterface); in GrGLMakeAssembledGLESInterface()
|
H A D | GrGLAssembleGLInterfaceAutogen.cpp | 23 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLInterface() 27 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLInterface() 54 sk_sp<GrGLInterface> interface(new GrGLInterface()); in GrGLMakeAssembledGLInterface()
|
H A D | GrGLGpu.cpp | 317 sk_sp<GrGpu> GrGLGpu::Make(sk_sp<const GrGLInterface> interface, const GrContextOptions& options, in Make() 337 return sk_sp<GrGpu>(new GrGLGpu(std::move(glContext), direct)); in Make() 486 sk_sp<GrThreadSafePipelineBuilder> GrGLGpu::refPipelineBuilder() { in refPipelineBuilder() 656 sk_sp<GrTexture> GrGLGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() 711 sk_sp<GrTexture> GrGLGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, in onWrapCompressedBackendTexture() 734 sk_sp<GrTexture> GrGLGpu::onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, in onWrapRenderableBackendTexture() 770 sk_sp<GrGLTextureRenderTarget> texRT(GrGLTextureRenderTarget::MakeWrapped( in onWrapRenderableBackendTexture() 777 sk_sp<GrRenderTarget> GrGLGpu::onWrapBackendRenderTarget(const GrBackendRenderTarget& backendRT) { in onWrapBackendRenderTarget() 871 sk_sp<GrGpuBuffe in onTransferPixelsTo() [all...] |
/third_party/skia/tools/ |
H A D | MSKPPlayer.cpp | 36 sk_sp<SkPicture> fContent; 448 sk_sp<SkSurface> MSKPPlayer::MakeSurfaceForLayer(const LayerCmds& layer, SkCanvas* rootCanvas) { in MakeSurfaceForLayer() 492 sk_sp<SkImage> MSKPPlayer::layerSnapshot(int layerID) const { in layerSnapshot()
|
/third_party/skia/modules/skparagraph/include/ |
H A D | TextStyle.h | 314 sk_sp<SkTypeface> refTypeface() const { return fTypeface; } in refTypeface() 315 void setTypeface(sk_sp<SkTypeface> typeface) { fTypeface = std::move(typeface); } in setTypeface() 388 sk_sp<SkTypeface> fTypeface;
|
/third_party/skia/modules/sksg/samples/ |
H A D | SampleSVGPong.cpp | 70 void update_pos(const sk_sp<sksg::RRect>& rr, const SkPoint& pos) { in update_pos() 250 sk_sp<sksg::RRect> objectNode, 296 sk_sp<sksg::Matrix<SkMatrix>> fContentMatrix;
|