HomeSort by relevance Sort by last modified time
    Searched full:sk_sp (Results 951 - 975 of 2633) sorted by null

<<31323334353637383940>>

  /external/skqp/src/gpu/gl/
GrGLGpu.h 37 static sk_sp<GrGpu> Make(GrBackendContext backendContext, const GrContextOptions&, GrContext*);
38 static sk_sp<GrGpu> Make(sk_sp<const GrGLInterface>, const GrContextOptions&, GrContext*);
177 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
178 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
181 void insertSemaphore(sk_sp<GrSemaphore> semaphore, bool flush) override;
182 void waitSemaphore(sk_sp<GrSemaphore> semaphore) override;
184 sk_sp<GrSemaphore> prepareTextureForCrossContextUsage(GrTexture*) override;
198 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted,
205 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership) override
    [all...]
  /external/skia/src/core/
SkMaskFilter.cpp 357 sk_sp<GrTextureProxy> SkMaskFilterBase::filterMaskGPU(GrContext*,
358 sk_sp<GrTextureProxy> srcProxy,
394 SkComposeMF(sk_sp<SkMaskFilter> outer, sk_sp<SkMaskFilter> inner)
433 sk_sp<SkMaskFilter> fOuter;
434 sk_sp<SkMaskFilter> fInner;
467 sk_sp<SkFlattenable> SkComposeMF::CreateProc(SkReadBuffer& buffer) {
486 SkCombineMF(sk_sp<SkMaskFilter> dst, sk_sp<SkMaskFilter> src, SkCoverageMode mode)
527 sk_sp<SkMaskFilter> fDst
    [all...]
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 35 sk_sp<SkImageFilter> SkDilateImageFilter::Make(int radiusX, int radiusY,
36 sk_sp<SkImageFilter> input,
41 return sk_sp<SkImageFilter>(new SkDilateImageFilter(radiusX, radiusY,
47 sk_sp<SkImageFilter> SkErodeImageFilter::Make(int radiusX, int radiusY,
48 sk_sp<SkImageFilter> input,
53 return sk_sp<SkImageFilter>(new SkErodeImageFilter(radiusX, radiusY,
60 sk_sp<SkImageFilter> input,
102 sk_sp<SkFlattenable> SkErodeImageFilter::CreateProc(SkReadBuffer& buffer) {
109 sk_sp<SkFlattenable> SkDilateImageFilter::CreateProc(SkReadBuffer& buffer) {
146 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, Direction dir
    [all...]
  /external/skia/tests/
PictureTest.cpp 54 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
63 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
154 static sk_sp<SkPicture> Copy(SkPictureRecorder* recorder) {
210 sk_sp<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
217 sk_sp<SkPicture> final(recorder.finishRecordingAsPicture());
234 sk_sp<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
241 sk_sp<SkPicture> final(recorder.finishRecordingAsPicture());
265 sk_sp<SkPicture> extraSavePicture(recorder.finishRecordingAsPicture());
286 sk_sp<SkPicture> extraRestorePicture(recorder.finishRecordingAsPicture());
298 sk_sp<SkPicture> noSavePicture(recorder.finishRecordingAsPicture())
    [all...]
  /external/skqp/src/effects/
SkMorphologyImageFilter.cpp 35 sk_sp<SkImageFilter> SkDilateImageFilter::Make(int radiusX, int radiusY,
36 sk_sp<SkImageFilter> input,
41 return sk_sp<SkImageFilter>(new SkDilateImageFilter(radiusX, radiusY,
47 sk_sp<SkImageFilter> SkErodeImageFilter::Make(int radiusX, int radiusY,
48 sk_sp<SkImageFilter> input,
53 return sk_sp<SkImageFilter>(new SkErodeImageFilter(radiusX, radiusY,
60 sk_sp<SkImageFilter> input,
102 sk_sp<SkFlattenable> SkErodeImageFilter::CreateProc(SkReadBuffer& buffer) {
109 sk_sp<SkFlattenable> SkDilateImageFilter::CreateProc(SkReadBuffer& buffer) {
146 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, Direction dir
    [all...]
  /external/skqp/tests/
PictureTest.cpp 54 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
63 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
154 static sk_sp<SkPicture> Copy(SkPictureRecorder* recorder) {
210 sk_sp<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
217 sk_sp<SkPicture> final(recorder.finishRecordingAsPicture());
234 sk_sp<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
241 sk_sp<SkPicture> final(recorder.finishRecordingAsPicture());
265 sk_sp<SkPicture> extraSavePicture(recorder.finishRecordingAsPicture());
286 sk_sp<SkPicture> extraRestorePicture(recorder.finishRecordingAsPicture());
298 sk_sp<SkPicture> noSavePicture(recorder.finishRecordingAsPicture())
    [all...]
  /external/skia/bench/
AndroidCodecBench.h 34 sk_sp<SkData> fData;
BitmapRegionDecoderBench.h 39 sk_sp<SkData> fData;
CodecBench.h 36 sk_sp<SkData> fData;
SKPAnimationBench.h 43 sk_sp<Animation> fAnimation;
  /external/skia/experimental/svg/model/
SkSVGContainer.cpp 15 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) {
SkSVGShape.cpp 26 void SkSVGShape::appendChild(sk_sp<SkSVGNode>) {
  /external/skia/fuzz/oss_fuzz/
FuzzAnimatedImage.cpp 15 void FuzzAnimatedImage(sk_sp<SkData> bytes) {
FuzzImage.cpp 14 void FuzzImage(sk_sp<SkData> bytes) {
FuzzRegionDeserialize.cpp 14 bool FuzzRegionDeserialize(sk_sp<SkData> bytes) {
FuzzRegionSetPath.cpp 41 sk_sp<SkData> bytes(SkData::MakeWithoutCopy(data, size));
  /external/skia/gm/
colormatrix.cpp 45 static sk_sp<SkImage> CreateSolidBitmap(int width, int height) {
62 static sk_sp<SkImage> CreateTransparentBitmap(int width, int height) {
143 sk_sp<SkImage> fSolidImg;
144 sk_sp<SkImage> fTransparentImg;
fadefilter.cpp 18 sk_sp<SkColorFilter> colorFilter(SkColorFilter::MakeMatrixFilterRowMajor255(matrix));
gammaencodedpremul.cpp 30 GammaEncodedPremulGM(sk_sp<SkColorSpace> dst, sk_sp<SkColorSpace> src, const char* desc)
112 sk_sp<SkColorSpace> fDstSpace;
113 sk_sp<SkColorSpace> fSrcSpace;
gammatext.cpp 15 static sk_sp<SkShader> make_heatGradient(const SkPoint pts[2]) {
93 static sk_sp<SkShader> make_gradient(SkColor c) {
105 static void draw_pair(SkCanvas* canvas, SkPaint* paint, const sk_sp<SkShader>& shader) {
118 sk_sp<SkShader> fShaders[3];
imagemakewithfilter.cpp 49 sk_sp<SkImageFilter> filters[] = {
73 sk_sp<SkSurface> surface = sk_tool_utils::makeSurface(canvas, info);
75 sk_sp<SkImage> source = surface->makeImageSnapshot();
83 sk_sp<SkImage> result = source->makeWithFilter(filters[i].get(), subset, clipBound,
inversepaths.cpp 42 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>())
46 sk_sp<SkPathEffect> fPathEffect;
49 sk_sp<SkPathEffect> make_dash() {
verylargebitmap.cpp 25 static sk_sp<SkImage> make_raster_image(int width, int height, SkColor colors[2]) {
31 static sk_sp<SkImage> make_picture_image(int width, int height, SkColor colors[2]) {
40 typedef sk_sp<SkImage> (*ImageMakerProc)(int width, int height, SkColor colors[2]);
44 sk_sp<SkImage> image(proc(width, height, colors));
  /external/skia/include/core/
SkDataTable.h 65 static sk_sp<SkDataTable> MakeEmpty();
76 static sk_sp<SkDataTable> MakeCopyArrays(const void * const * ptrs,
87 static sk_sp<SkDataTable> MakeCopyArray(const void* array, size_t elemSize, int count);
89 static sk_sp<SkDataTable> MakeArrayProc(const void* array, size_t elemSize, int count,
  /external/skia/include/effects/
SkLumaColorFilter.h 29 static sk_sp<SkColorFilter> Make();

Completed in 618 milliseconds

<<31323334353637383940>>