OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sk_sp
(Results
126 - 150
of
2633
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/experimental/svg/model/
SkSVGG.h
17
static
sk_sp
<SkSVGG> Make() { return
sk_sp
<SkSVGG>(new SkSVGG()); }
/external/skia/gm/
colorfilterimagefilter.cpp
22
static
sk_sp
<SkColorFilter> cf_make_brightness(float brightness) {
32
static
sk_sp
<SkColorFilter> cf_make_grayscale() {
42
static
sk_sp
<SkColorFilter> cf_make_colorize(SkColor color) {
46
static void sk_gm_get_colorfilters(SkTArray<
sk_sp
<SkColorFilter>>* array) {
57
static
sk_sp
<SkShader> sh_make_lineargradient0() {
63
static
sk_sp
<SkShader> sh_make_lineargradient1() {
69
static
sk_sp
<SkShader> sh_make_image() {
70
sk_sp
<SkImage> image(GetResourceAsImage("images/mandrill_128.png"));
91
static
sk_sp
<SkImageFilter> make_blur(float amount,
sk_sp
<SkImageFilter> input)
[
all
...]
/external/skia/src/ports/
SkFontMgr_custom_embedded_factory.cpp
12
sk_sp
<SkFontMgr> SkFontMgr_New_Custom_Embedded(const SkEmbeddedResourceHeader* header);
15
sk_sp
<SkFontMgr> SkFontMgr::Factory() {
/external/skia/tools/skiaserve/
Request.h
41
sk_sp
<SkData> drawToPng(int n, int m = -1);
42
sk_sp
<SkData> writeOutSkp();
54
sk_sp
<SkData> getJsonOps(int n);
57
sk_sp
<SkData> getJsonOpList(int n);
60
sk_sp
<SkData> getJsonInfo(int n);
70
sk_sp
<SkData> writeCanvasToPng(SkCanvas* canvas);
77
sk_sp
<SkPicture> fPicture;
79
sk_sp
<SkSurface> fSurface;
/external/skqp/experimental/svg/model/
SkSVGClipPath.h
17
static
sk_sp
<SkSVGClipPath> Make() {
18
return
sk_sp
<SkSVGClipPath>(new SkSVGClipPath());
SkSVGDefs.h
16
static
sk_sp
<SkSVGDefs> Make() { return
sk_sp
<SkSVGDefs>(new SkSVGDefs()); }
SkSVGG.h
17
static
sk_sp
<SkSVGG> Make() { return
sk_sp
<SkSVGG>(new SkSVGG()); }
/external/skqp/gm/
colorfilterimagefilter.cpp
22
static
sk_sp
<SkColorFilter> cf_make_brightness(float brightness) {
32
static
sk_sp
<SkColorFilter> cf_make_grayscale() {
42
static
sk_sp
<SkColorFilter> cf_make_colorize(SkColor color) {
46
static void sk_gm_get_colorfilters(SkTArray<
sk_sp
<SkColorFilter>>* array) {
57
static
sk_sp
<SkShader> sh_make_lineargradient0() {
63
static
sk_sp
<SkShader> sh_make_lineargradient1() {
69
static
sk_sp
<SkShader> sh_make_image() {
70
sk_sp
<SkImage> image(GetResourceAsImage("images/mandrill_128.png"));
91
static
sk_sp
<SkImageFilter> make_blur(float amount,
sk_sp
<SkImageFilter> input)
[
all
...]
/external/skqp/src/ports/
SkFontMgr_custom_embedded_factory.cpp
12
sk_sp
<SkFontMgr> SkFontMgr_New_Custom_Embedded(const SkEmbeddedResourceHeader* header);
15
sk_sp
<SkFontMgr> SkFontMgr::Factory() {
/external/skqp/tools/skiaserve/
Request.h
41
sk_sp
<SkData> drawToPng(int n, int m = -1);
42
sk_sp
<SkData> writeOutSkp();
54
sk_sp
<SkData> getJsonOps(int n);
57
sk_sp
<SkData> getJsonOpList(int n);
60
sk_sp
<SkData> getJsonInfo(int n);
70
sk_sp
<SkData> writeCanvasToPng(SkCanvas* canvas);
77
sk_sp
<SkPicture> fPicture;
79
sk_sp
<SkSurface> fSurface;
/external/skia/include/effects/
SkDisplacementMapEffect.h
27
static
sk_sp
<SkImageFilter> Make(ChannelSelectorType xChannelSelector,
30
sk_sp
<SkImageFilter> displacement,
31
sk_sp
<SkImageFilter> color,
40
sk_sp
<SkImageFilter> onMakeColorSpace(SkColorSpaceXformer*) const override;
46
sk_sp
<SkSpecialImage> onFilterImage(SkSpecialImage* source, const Context&,
51
SkScalar scale,
sk_sp
<SkImageFilter> inputs[2],
/external/skia/src/core/
SkPipe.h
31
sk_sp
<SkData> writeImage(SkImage*);
32
sk_sp
<SkData> writePicture(SkPicture*);
52
sk_sp
<SkImage> readImage(const SkData* data) {
59
sk_sp
<SkPicture> readPicture(const SkData* data) {
66
sk_sp
<SkImage> readImage(const void*, size_t);
67
sk_sp
<SkPicture> readPicture(const void*, size_t);
SkColorSpace_New.h
44
static
sk_sp
<TransferFn> MakeLinear();
45
static
sk_sp
<TransferFn> MakeSRGB();
46
static
sk_sp
<TransferFn> MakeGamma(float);
51
SkColorSpace_New(
sk_sp
<TransferFn>, SkMatrix44 toXYZD50, Blending);
59
sk_sp
<SkColorSpace> makeLinearGamma() const override;
60
sk_sp
<SkColorSpace> makeSRGBGamma() const override;
72
sk_sp
<TransferFn> fTransferFn;
SkLocalMatrixImageFilter.cpp
15
sk_sp
<SkImageFilter> SkLocalMatrixImageFilter::Make(const SkMatrix& localM,
16
sk_sp
<SkImageFilter> input) {
26
return
sk_sp
<SkImageFilter>(new SkLocalMatrixImageFilter(localM, input));
30
sk_sp
<SkImageFilter> input)
35
sk_sp
<SkFlattenable> SkLocalMatrixImageFilter::CreateProc(SkReadBuffer& buffer) {
47
sk_sp
<SkSpecialImage> SkLocalMatrixImageFilter::onFilterImage(SkSpecialImage* source,
60
sk_sp
<SkImageFilter> SkLocalMatrixImageFilter::onMakeColorSpace(SkColorSpaceXformer* xformer)
/external/skia/src/gpu/
GrTextureAdjuster.h
33
GrTextureAdjuster(GrContext*,
sk_sp
<GrTextureProxy>, SkAlphaType, uint32_t uniqueID,
43
sk_sp
<GrTextureProxy> originalProxyRef() const { return fOriginal; }
46
sk_sp
<GrTextureProxy> onRefTextureProxyForParams(const GrSamplerState&,
48
sk_sp
<SkColorSpace>* proxyColorSpace,
51
sk_sp
<GrTextureProxy> refTextureProxyCopy(const CopyParams& copyParams, bool willBeMipped);
54
sk_sp
<GrTextureProxy> fOriginal;
/external/skia/src/gpu/ops/
GrSemaphoreOp.cpp
17
static std::unique_ptr<GrSignalSemaphoreOp> Make(
sk_sp
<GrSemaphore> semaphore,
28
explicit GrSignalSemaphoreOp(
sk_sp
<GrSemaphore> semaphore, GrRenderTargetProxy* proxy,
45
static std::unique_ptr<GrWaitSemaphoreOp> Make(
sk_sp
<GrSemaphore> semaphore,
54
explicit GrWaitSemaphoreOp(
sk_sp
<GrSemaphore> semaphore, GrRenderTargetProxy* proxy)
66
std::unique_ptr<GrSemaphoreOp> GrSemaphoreOp::MakeSignal(
sk_sp
<GrSemaphore> semaphore,
72
std::unique_ptr<GrSemaphoreOp> GrSemaphoreOp::MakeWait(
sk_sp
<GrSemaphore> semaphore,
/external/skia/src/image/
SkSurface_Gpu.h
19
SkSurface_Gpu(
sk_sp
<SkGpuDevice>);
23
static
sk_sp
<SkSurface> MakeWrappedRenderTarget(GrContext*,
sk_sp
<GrRenderTargetContext>);
28
sk_sp
<SkSurface> onNewSurface(const SkImageInfo&) override;
29
sk_sp
<SkImage> onNewImageSnapshot() override;
46
sk_sp
<SkGpuDevice> fDevice;
/external/skqp/include/effects/
SkDisplacementMapEffect.h
27
static
sk_sp
<SkImageFilter> Make(ChannelSelectorType xChannelSelector,
30
sk_sp
<SkImageFilter> displacement,
31
sk_sp
<SkImageFilter> color,
40
sk_sp
<SkImageFilter> onMakeColorSpace(SkColorSpaceXformer*) const override;
46
sk_sp
<SkSpecialImage> onFilterImage(SkSpecialImage* source, const Context&,
51
SkScalar scale,
sk_sp
<SkImageFilter> inputs[2],
/external/skqp/src/core/
SkPipe.h
31
sk_sp
<SkData> writeImage(SkImage*);
32
sk_sp
<SkData> writePicture(SkPicture*);
52
sk_sp
<SkImage> readImage(const SkData* data) {
59
sk_sp
<SkPicture> readPicture(const SkData* data) {
66
sk_sp
<SkImage> readImage(const void*, size_t);
67
sk_sp
<SkPicture> readPicture(const void*, size_t);
/external/skqp/src/gpu/ops/
GrSemaphoreOp.cpp
17
static std::unique_ptr<GrSignalSemaphoreOp> Make(
sk_sp
<GrSemaphore> semaphore,
28
explicit GrSignalSemaphoreOp(
sk_sp
<GrSemaphore> semaphore, GrRenderTargetProxy* proxy,
45
static std::unique_ptr<GrWaitSemaphoreOp> Make(
sk_sp
<GrSemaphore> semaphore,
54
explicit GrWaitSemaphoreOp(
sk_sp
<GrSemaphore> semaphore, GrRenderTargetProxy* proxy)
66
std::unique_ptr<GrSemaphoreOp> GrSemaphoreOp::MakeSignal(
sk_sp
<GrSemaphore> semaphore,
72
std::unique_ptr<GrSemaphoreOp> GrSemaphoreOp::MakeWait(
sk_sp
<GrSemaphore> semaphore,
/external/skqp/src/image/
SkImage.cpp
85
sk_sp
<SkColorSpace> SkImage::refColorSpace() const {
89
sk_sp
<SkShader> SkImage::makeShader(SkShader::TileMode tileX, SkShader::TileMode tileY,
94
sk_sp
<SkData> SkImage::encodeToData(SkEncodedImageFormat type, int quality) const {
103
sk_sp
<SkData> SkImage::encodeToData() const {
117
sk_sp
<SkData> SkImage::refEncodedData() const {
118
return
sk_sp
<SkData>(as_IB(this)->onRefEncoded());
121
sk_sp
<SkImage> SkImage::MakeFromEncoded(
sk_sp
<SkData> encoded, const SkIRect* subset) {
136
sk_sp
<SkImage> SkImage::makeSubset(const SkIRect& subset) const {
209
sk_sp
<SkImage> SkImage::MakeFromBitmap(const SkBitmap& bm)
[
all
...]
/external/skia/tests/
FlattenDrawableTest.cpp
34
static
sk_sp
<SkFlattenable> CreateProc(SkReadBuffer& buffer) {
39
return
sk_sp
<IntDrawable>(new IntDrawable(a, b, c, d));
72
static
sk_sp
<SkFlattenable> CreateProc(SkReadBuffer& buffer) {
75
return
sk_sp
<PaintDrawable>(new PaintDrawable(paint));
109
static
sk_sp
<SkFlattenable> CreateProc(SkReadBuffer& buffer) {
110
sk_sp
<SkFlattenable> intDrawable(
115
sk_sp
<SkFlattenable> paintDrawable(
120
return
sk_sp
<CompoundDrawable>(new CompoundDrawable((IntDrawable*) intDrawable.get(),
136
sk_sp
<IntDrawable> fIntDrawable;
137
sk_sp
<PaintDrawable> fPaintDrawable
[
all
...]
/external/skqp/tests/
FlattenDrawableTest.cpp
34
static
sk_sp
<SkFlattenable> CreateProc(SkReadBuffer& buffer) {
39
return
sk_sp
<IntDrawable>(new IntDrawable(a, b, c, d));
72
static
sk_sp
<SkFlattenable> CreateProc(SkReadBuffer& buffer) {
75
return
sk_sp
<PaintDrawable>(new PaintDrawable(paint));
109
static
sk_sp
<SkFlattenable> CreateProc(SkReadBuffer& buffer) {
110
sk_sp
<SkFlattenable> intDrawable(
115
sk_sp
<SkFlattenable> paintDrawable(
120
return
sk_sp
<CompoundDrawable>(new CompoundDrawable((IntDrawable*) intDrawable.get(),
136
sk_sp
<IntDrawable> fIntDrawable;
137
sk_sp
<PaintDrawable> fPaintDrawable
[
all
...]
/external/skia/bench/
ClipMaskBench.cpp
23
using MaskMakerFunc =
sk_sp
<SkImage> (*)(int);
46
sk_sp
<SkImage> fClip;
49
DEF_BENCH(return new ClipMaskBench("a8", [](int size) ->
sk_sp
<SkImage> {
50
sk_sp
<SkSurface> surface = SkSurface::MakeRaster(SkImageInfo::MakeA8(size, size));
55
DEF_BENCH(return new ClipMaskBench("8888", [](int size) ->
sk_sp
<SkImage> {
56
sk_sp
<SkSurface> surface = SkSurface::MakeRasterN32Premul(size, size);
61
DEF_BENCH(return new ClipMaskBench("picture", [](int size) ->
sk_sp
<SkImage> {
/external/skqp/bench/
ClipMaskBench.cpp
23
using MaskMakerFunc =
sk_sp
<SkImage> (*)(int);
46
sk_sp
<SkImage> fClip;
49
DEF_BENCH(return new ClipMaskBench("a8", [](int size) ->
sk_sp
<SkImage> {
50
sk_sp
<SkSurface> surface = SkSurface::MakeRaster(SkImageInfo::MakeA8(size, size));
55
DEF_BENCH(return new ClipMaskBench("8888", [](int size) ->
sk_sp
<SkImage> {
56
sk_sp
<SkSurface> surface = SkSurface::MakeRasterN32Premul(size, size);
61
DEF_BENCH(return new ClipMaskBench("picture", [](int size) ->
sk_sp
<SkImage> {
Completed in 479 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>