OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sk_sp
(Results
1726 - 1750
of
2633
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/skia/gm/
textblobmixedsizes.cpp
99
sk_sp
<SkSurface> surface;
105
sk_sp
<SkColorSpace> colorSpace = inputCanvas->imageInfo().refColorSpace();
179
sk_sp
<SkTextBlob> fBlob;
xfermodes3.cpp
124
sk_sp
<SkSurface> possiblyCreateTempSurface(SkCanvas* baseCanvas, int w, int h) {
219
sk_sp
<SkShader> fBGShader;
220
sk_sp
<SkShader> fBmpShader;
/external/skia/samplecode/
PerlinPatch.cpp
63
sk_sp
<SkShader> fShader0;
64
sk_sp
<SkShader> fShader1;
65
sk_sp
<SkShader> fShaderCompose;
/external/skia/src/atlastext/
SkAtlasTextTarget.cpp
22
SkAtlasTextTarget::SkAtlasTextTarget(
sk_sp
<SkAtlasTextContext> context, int width, int height,
79
SkInternalAtlasTextTarget(
sk_sp
<SkAtlasTextContext> context, int width, int height,
113
std::unique_ptr<SkAtlasTextTarget> SkAtlasTextTarget::Make(
sk_sp
<SkAtlasTextContext> context,
/external/skia/src/core/
SkImageInfo.cpp
142
sk_sp
<SkData> data = buffer.readByteArrayAsData();
156
sk_sp
<SkData> data = fColorSpace->serialize();
163
sk_sp
<SkData> data = SkData::MakeEmpty();
/external/skia/src/effects/
Sk1DPathEffect.cpp
156
sk_sp
<SkFlattenable> SkPath1DPathEffect::CreateProc(SkReadBuffer& buffer) {
209
sk_sp
<SkPathEffect> SkPath1DPathEffect::Make(const SkPath& path, SkScalar advance, SkScalar phase,
214
return
sk_sp
<SkPathEffect>(new SkPath1DPathEffect(path, advance, phase, style));
SkTableColorFilter.cpp
86
sk_sp
<SkColorFilter> onMakeComposed(
sk_sp
<SkColorFilter> inner) const override;
193
sk_sp
<SkFlattenable> SkTable_ColorFilter::CreateProc(SkReadBuffer& buffer) {
273
sk_sp
<SkColorFilter> SkTable_ColorFilter::onMakeComposed(
sk_sp
<SkColorFilter> innerFilter) const {
347
ColorTableEffect(
sk_sp
<GrTextureProxy> proxy, GrTextureStripAtlas* atlas, int row);
457
sk_sp
<GrTextureProxy> proxy;
463
sk_sp
<SkImage> srcImage = SkImage::MakeFromBitmap(bitmap);
480
ColorTableEffect::ColorTableEffect(
sk_sp
<GrTextureProxy> proxy, GrTextureStripAtlas* atlas, int row)
546
sk_sp
<SkColorSpace> colorSpace = GrTest::TestColorSpace(d->fRandom)
[
all
...]
/external/skia/src/gpu/
GrPathRendering.h
91
virtual
sk_sp
<GrPath> createPath(const SkPath&, const GrStyle&) = 0;
101
virtual
sk_sp
<GrPathRange> createPathRange(GrPathRange::PathGenerator*, const GrStyle&) = 0;
130
sk_sp
<GrPathRange> createGlyphs(const SkTypeface*, const SkScalerContextEffects&,
SkGr.cpp
70
sk_sp
<GrTextureProxy> GrUploadBitmapToTextureProxy(GrProxyProvider* proxyProvider,
90
sk_sp
<SkImage> image = SkMakeImageFromRasterBitmap(bitmap, cpyMode);
112
sk_sp
<GrTextureProxy> GrCopyBaseMipMapToTextureProxy(GrContext* ctx, GrTextureProxy* baseProxy) {
128
sk_sp
<GrTextureProxy> proxy = proxyProvider->createMipMapProxy(desc, SkBudgeted::kYes);
134
sk_sp
<SkColorSpace> colorSpace;
138
sk_sp
<GrSurfaceContext> sContext =
146
sk_sp
<GrTextureProxy> GrRefCachedBitmapTextureProxy(GrContext* ctx,
155
sk_sp
<GrTextureProxy> GrMakeCachedBitmapProxy(GrProxyProvider* proxyProvider,
167
sk_sp
<SkImage> image = SkMakeImageFromRasterBitmap(bitmap, cpyMode);
192
sk_sp
<GrTextureProxy> GrMakeCachedImageProxy(GrProxyProvider* proxyProvider
[
all
...]
/external/skia/src/gpu/effects/
GrConfigConversionEffect.fp
41
sk_sp
<GrRenderTargetContext> readRTC(context->makeDeferredRenderTargetContext(
45
sk_sp
<GrRenderTargetContext> tempRTC(context->makeDeferredRenderTargetContext(
64
sk_sp
<GrTextureProxy> dataProxy = proxyProvider->createTextureProxy(desc, SkBudgeted::kYes,
GrConfigConversionEffect.h
49
sk_sp
<GrRenderTargetContext> readRTC(context->makeDeferredRenderTargetContext(
51
sk_sp
<GrRenderTargetContext> tempRTC(context->makeDeferredRenderTargetContext(
68
sk_sp
<GrTextureProxy> dataProxy =
/external/skia/src/gpu/ops/
GrRegionOp.cpp
22
static
sk_sp
<GrGeometryProcessor> make_gp(const SkMatrix& viewMatrix) {
111
sk_sp
<GrGeometryProcessor> gp = make_gp(fViewMatrix);
128
sk_sp
<const GrBuffer> indexBuffer = target->resourceProvider()->refQuadIndexBuffer();
/external/skia/src/gpu/text/
GrAtlasManager.cpp
16
sk_sp
<const GrCaps> caps,
142
sk_sp
<GrSurfaceContext> sContext(context->contextPriv().makeWrappedSurfaceContext(
177
const
sk_sp
<GrTextureProxy>* proxies = fAtlases[i]->getProxies();
/external/skia/src/shaders/
SkShaderBase.h
172
sk_sp
<SkShader> makeColorSpace(SkColorSpaceXformer* xformer) const {
237
virtual
sk_sp
<SkShader> onMakeColorSpace(SkColorSpaceXformer*) const {
261
inline const SkShaderBase* as_SB(const
sk_sp
<SkShader>& shader) {
/external/skia/src/shaders/gradients/
SkRadialGradient.cpp
44
sk_sp
<SkFlattenable> SkRadialGradient::CreateProc(SkReadBuffer& buffer) {
124
sk_sp
<SkShader> shader;
186
sk_sp
<SkShader> SkRadialGradient::onMakeColorSpace(SkColorSpaceXformer* xformer) const {
/external/skia/tests/
CopySurfaceTest.cpp
78
sk_sp
<GrTextureProxy> src = proxyProvider->createTextureProxy(
80
sk_sp
<GrTextureProxy> dst = proxyProvider->createTextureProxy(
88
sk_sp
<GrSurfaceContext> dstContext =
GradientTest.cpp
50
void gradCheck(skiatest::Reporter* reporter, const
sk_sp
<SkShader>& shader,
72
sk_sp
<SkShader> s(SkShader::MakeEmptyShader());
77
sk_sp
<SkShader> s(new SkColorShader(rec.fColors[0]));
89
sk_sp
<SkShader> s(SkGradientShader::MakeLinear(buildRec.fPoint, buildRec.fColors, buildRec.fPos,
99
sk_sp
<SkShader> s(SkGradientShader::MakeRadial(buildRec.fPoint[0], buildRec.fRadius[0],
111
sk_sp
<SkShader> s(SkGradientShader::MakeSweep(buildRec.fPoint[0].fX, buildRec.fPoint[0].fY,
122
sk_sp
<SkShader> s(SkGradientShader::MakeTwoPointConical(buildRec.fPoint[0],
345
sk_sp
<SkSurface> surface(SkSurface::MakeRasterN32Premul(50, 50));
366
sk_sp
<SkSurface> surface(SkSurface::MakeRasterN32Premul(50, 50));
452
sk_sp
<SkColorSpace> srgb = SkColorSpace::MakeSRGB()
[
all
...]
MipMapTest.cpp
26
sk_sp
<SkMipMap> mm(SkMipMap::Build(bm, SkDestinationSurfaceColorMode::kLegacy, nullptr));
63
sk_sp
<SkMipMap> mm(SkMipMap::Build(bm, SkDestinationSurfaceColorMode::kLegacy, nullptr));
93
sk_sp
<SkMipMap> mm(SkMipMap::Build(bm, SkDestinationSurfaceColorMode::kLegacy, nullptr));
PathRendererCacheTests.cpp
77
sk_sp
<GrContext> ctx = GrContext::MakeMock(nullptr);
82
sk_sp
<GrRenderTargetContext> rtc(ctx->makeDeferredRenderTargetContext(
89
sk_sp
<GrPathRenderer> pathRenderer(createPathRenderer(ctx.get()));
QuickRejectTest.cpp
28
sk_sp
<SkDrawLooper> onMakeColorSpace(SkColorSpaceXformer*) const override {
60
sk_sp
<SkFlattenable> TestLooper::CreateProc(SkReadBuffer&) { return sk_make_sp<TestLooper>(); }
168
sk_sp
<SkImageFilter> filter = SkLightingImageFilter::MakeDistantLitDiffuse(
TraceMemoryDumpTest.cpp
79
sk_sp
<GrGLBuffer> buffer(
153
sk_sp
<GrGLRenderTarget> rt = GrGLRenderTarget::MakeWrapped(gpu, sd, iddesc, 0);
175
sk_sp
<GrGLRenderTarget> rt = GrGLRenderTarget::MakeWrapped(gpu, sd, iddesc, 0);
/external/skia/tools/fonts/
SkRandomScalerContext.cpp
20
SkRandomScalerContext(
sk_sp
<SkRandomTypeface>, const SkScalerContextEffects&,
40
SkRandomScalerContext::SkRandomScalerContext(
sk_sp
<SkRandomTypeface> face,
191
SkRandomTypeface::SkRandomTypeface(
sk_sp
<SkTypeface> proxy, const SkPaint& paint, bool fakeIt)
/external/skia/tools/skdiff/
skdiff_utils.cpp
29
sk_sp
<SkData> read_file(const char* file_path) {
30
sk_sp
<SkData> data(SkData::MakeFromFileName(file_path));
37
bool get_bitmap(
sk_sp
<SkData> fileBits, DiffResource& resource, bool sizeOnly) {
/external/skqp/bench/
GrResourceCacheBench.cpp
73
sk_sp
<GrContext> context(GrContext::MakeMock(nullptr));
147
sk_sp
<GrGpuResource> resource(cache->findAndRefUniqueResource(key));
154
sk_sp
<GrContext> fContext;
/external/skqp/gm/
patch.cpp
14
static
sk_sp
<SkShader> make_shader() {
85
static void dopatch(SkCanvas* canvas, const SkColor colors[],
sk_sp
<SkImage> img = nullptr) {
97
sk_sp
<SkShader> shader;
Completed in 679 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>