OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sk_sp
(Results
701 - 725
of
2633
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/skia/tools/viewer/
SKPSlide.h
27
sk_sp
<const SkPicture> fPic;
/external/skqp/bench/
PDFBench.cpp
66
static void test_pdf_object_serialization(const
sk_sp
<SkPDFObject> object) {
91
sk_sp
<SkImage> img(GetResourceAsImage("images/color_wheel.png"));
116
sk_sp
<SkImage> fImage;
130
sk_sp
<SkImage> img(GetResourceAsImage("images/mandrill_512_q075.jpg"));
132
sk_sp
<SkData> encoded = img->refEncodedData();
153
sk_sp
<SkImage> fImage;
175
sk_sp
<SkPDFObject> object =
202
sk_sp
<SkShader> fShader;
220
sk_sp
<SkPDFObject> shader = SkPDFMakeShader(&doc, fShader.get(), SkMatrix::I(),
/external/skqp/experimental/sksg/
SkSGEffectNode.cpp
12
EffectNode::EffectNode(
sk_sp
<RenderNode> child)
SkSGImage.cpp
15
Image::Image(
sk_sp
<SkImage> image) : fImage(std::move(image)) {}
/external/skqp/experimental/sksg/geometry/
SkSGText.cpp
19
sk_sp
<Text> Text::Make(
sk_sp
<SkTypeface> tf, const SkString& text) {
20
return
sk_sp
<Text>(new Text(std::move(tf), text));
23
Text::Text(
sk_sp
<SkTypeface> tf, const SkString& text)
/external/skqp/experimental/svg/model/
SkSVGShape.h
21
void appendChild(
sk_sp
<SkSVGNode>) override;
/external/skqp/gm/
arithmode.cpp
22
static
sk_sp
<SkImage> make_src() {
23
sk_sp
<SkSurface> surface(SkSurface::MakeRasterN32Premul(WW, HH));
38
static
sk_sp
<SkImage> make_dst() {
39
sk_sp
<SkSurface> surface(SkSurface::MakeRasterN32Premul(WW, HH));
81
sk_sp
<SkImage> src = make_src();
82
sk_sp
<SkImage> dst = make_dst();
83
sk_sp
<SkImageFilter> srcFilter = SkImageSource::Make(src);
84
sk_sp
<SkImageFilter> dstFilter = SkImageSource::Make(dst);
140
sk_sp
<SkImageFilter> bg =
gradientDirtyLaundry.cpp
38
static
sk_sp
<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
42
static
sk_sp
<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
47
static
sk_sp
<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode) {
53
typedef
sk_sp
<SkShader> (*GradMaker)(const SkPoint pts[2], const GradData&, SkShader::TileMode);
grayscalejpg.cpp
18
sk_sp
<SkImage> image(GetResourceAsImage(kResource));
/external/skqp/include/android/
SkBitmapRegionDecoder.h
32
static SkBitmapRegionDecoder* Create(
sk_sp
<SkData>, Strategy strategy);
65
sk_sp
<SkColorSpace> prefColorSpace = nullptr) = 0;
71
virtual
sk_sp
<SkColorSpace> computeOutputColorSpace(SkColorType outputColorType,
72
sk_sp
<SkColorSpace> prefColorSpace = nullptr) = 0;
/external/skqp/include/core/
SkFont.h
120
static
sk_sp
<SkFont> Make(
sk_sp
<SkTypeface>, SkScalar size, MaskType, uint32_t flags);
121
static
sk_sp
<SkFont> Make(
sk_sp
<SkTypeface>, SkScalar size, SkScalar scaleX, SkScalar skewX,
128
sk_sp
<SkFont> makeWithSize(SkScalar size) const;
132
sk_sp
<SkFont> makeWithFlags(uint32_t newFlags) const;
157
static
sk_sp
<SkFont> Testing_CreateFromPaint(const SkPaint&);
164
SkFont(
sk_sp
<SkTypeface>, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType,
167
sk_sp
<SkTypeface> fTypeface;
/external/skqp/include/effects/
Sk2DPathEffect.h
58
static
sk_sp
<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) {
59
return
sk_sp
<SkPathEffect>(new SkLine2DPathEffect(width, matrix));
87
static
sk_sp
<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) {
88
return
sk_sp
<SkPathEffect>(new SkPath2DPathEffect(matrix, path));
SkColorMatrixFilter.h
22
static
sk_sp
<SkColorFilter> MakeLightingFilter(SkColor mul, SkColor add);
/external/skqp/src/core/
SkDeferredDisplayList.cpp
15
sk_sp
<LazyProxyData> lazyProxyData)
/external/skqp/src/effects/
SkMagnifierImageFilter.cpp
33
sk_sp
<SkImageFilter> SkMagnifierImageFilter::Make(const SkRect& srcRect, SkScalar inset,
34
sk_sp
<SkImageFilter> input,
46
return
sk_sp
<SkImageFilter>(new SkMagnifierImageFilter(srcRect, inset,
55
sk_sp
<SkImageFilter> input,
63
sk_sp
<SkFlattenable> SkMagnifierImageFilter::CreateProc(SkReadBuffer& buffer) {
76
sk_sp
<SkSpecialImage> SkMagnifierImageFilter::onFilterImage(SkSpecialImage* source,
80
sk_sp
<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
103
sk_sp
<GrTextureProxy> inputProxy(input->asTextureProxyRef(context));
194
sk_sp
<SkImageFilter> SkMagnifierImageFilter::onMakeColorSpace(SkColorSpaceXformer* xformer) const {
/external/skqp/src/gpu/
GrColorSpaceXform.h
24
static
sk_sp
<GrColorSpaceXform> Make(const SkColorSpace* src,
27
static
sk_sp
<GrColorSpaceXform> MakeGamutXform(const SkColorSpace* src,
92
sk_sp
<GrColorSpaceXform> colorXform);
100
sk_sp
<GrColorSpaceXform> fColorXform;
GrGpuFactory.cpp
16
sk_sp
<GrGpu> GrGpu::Make(GrBackend backend,
GrPaint.cpp
40
void GrPaint::addColorTextureProcessor(
sk_sp
<GrTextureProxy> proxy, const SkMatrix& matrix) {
44
void GrPaint::addColorTextureProcessor(
sk_sp
<GrTextureProxy> proxy, const SkMatrix& matrix,
50
void GrPaint::addCoverageTextureProcessor(
sk_sp
<GrTextureProxy> proxy,
55
void GrPaint::addCoverageTextureProcessor(
sk_sp
<GrTextureProxy> proxy,
GrTextureMaker.cpp
16
sk_sp
<GrTextureProxy> GrTextureMaker::refTextureProxyForParams(const GrSamplerState& params,
18
sk_sp
<SkColorSpace>* texColorSpace,
32
sk_sp
<GrTextureProxy> original(this->refOriginalTextureProxy(willBeMipped, dstColorSpace,
51
sk_sp
<GrTextureProxy> cachedProxy;
59
sk_sp
<GrTextureProxy> result;
121
sk_sp
<SkColorSpace> texColorSpace;
123
sk_sp
<GrTextureProxy> proxy(this->refTextureProxyForParams(samplerState, dstColorSpace,
141
sk_sp
<GrTextureProxy> GrTextureMaker::generateTextureProxyForParams(const CopyParams& copyParams,
144
sk_sp
<GrTextureProxy> original(this->refOriginalTextureProxy(willBeMipped, dstColorSpace,
/external/skqp/src/gpu/effects/
GrBicubicEffect.h
34
static std::unique_ptr<GrFragmentProcessor> Make(
sk_sp
<GrTextureProxy> proxy,
44
static std::unique_ptr<GrFragmentProcessor> Make(
sk_sp
<GrTextureProxy> proxy,
62
GrBicubicEffect(
sk_sp
<GrTextureProxy>, const SkMatrix& matrix,
64
GrBicubicEffect(
sk_sp
<GrTextureProxy>, const SkMatrix &matrix, const SkRect& domain);
GrRectBlurEffect.h
22
static
sk_sp
<GrTextureProxy> CreateBlurProfileTexture(GrProxyProvider* proxyProvider,
32
sk_sp
<GrTextureProxy> blurProfile(
68
sk_sp
<GrTextureProxy> blurProfile(CreateBlurProfileTexture(proxyProvider, sigma));
82
GrRectBlurEffect(SkRect rect, float sigma,
sk_sp
<GrTextureProxy> blurProfile,
/external/skqp/src/gpu/gl/
GrGLContext.h
55
sk_sp
<const GrGLInterface> fInterface;
70
sk_sp
<const GrGLInterface> fInterface;
80
sk_sp
<GrGLCaps> fGLCaps;
92
static std::unique_ptr<GrGLContext> Make(
sk_sp
<const GrGLInterface>, const GrContextOptions&);
/external/skqp/src/gpu/gl/egl/
GrGLMakeNativeInterface_egl.cpp
27
sk_sp
<const GrGLInterface> GrGLMakeNativeInterface() {
/external/skqp/src/gpu/gl/glfw/
GrGLMakeNativeInterface_glfw.cpp
21
sk_sp
<const GrGLInterface> GrGLMakeNativeInterface() {
/external/skqp/src/gpu/mtl/
GrMtlTrampoline.h
24
static
sk_sp
<GrGpu> MakeGpu(GrContext*, const GrContextOptions&, void* device, void* queue);
Completed in 613 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>