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

<<21222324252627282930>>

  /external/skia/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::onRefTextureProxyForParams(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,
GrTextureProducer.h 87 sk_sp<GrTextureProxy> refTextureProxyForParams(const GrSamplerState&,
89 sk_sp<SkColorSpace>* proxyColorSpace,
92 sk_sp<GrTextureProxy> refTextureProxyForParams(GrSamplerState::Filter filter,
94 sk_sp<SkColorSpace>* proxyColorSpace,
155 static sk_sp<GrTextureProxy> CopyOnGpu(GrContext*, sk_sp<GrTextureProxy> inputProxy,
167 sk_sp<GrTextureProxy> proxy,
174 virtual sk_sp<GrTextureProxy> onRefTextureProxyForParams(const GrSamplerState&,
176 sk_sp<SkColorSpace>* proxyColorSpace,
  /external/skia/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);
  /external/skia/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/skia/src/gpu/gl/egl/
GrGLMakeNativeInterface_egl.cpp 27 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
  /external/skia/src/gpu/gl/glfw/
GrGLMakeNativeInterface_glfw.cpp 21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
  /external/skia/src/gpu/mtl/
GrMtlTrampoline.h 24 static sk_sp<GrGpu> MakeGpu(GrContext*, const GrContextOptions&, void* device, void* queue);
  /external/skia/src/gpu/text/
GrTextBlobCache.h 38 sk_sp<GrAtlasTextBlob> makeBlob(int glyphCount, int runCount) {
42 sk_sp<GrAtlasTextBlob> makeBlob(const SkTextBlob* blob) {
49 sk_sp<GrAtlasTextBlob> makeCachedBlob(const SkTextBlob* blob,
53 sk_sp<GrAtlasTextBlob> cacheBlob(this->makeBlob(blob));
60 sk_sp<GrAtlasTextBlob> find(const GrAtlasTextBlob::Key& key) const {
120 void addBlob(sk_sp<GrAtlasTextBlob> blob) {
138 sk_sp<GrAtlasTextBlob> find(const GrAtlasTextBlob::Key& key) const {
155 SkSTArray<1, sk_sp<GrAtlasTextBlob>, true> fBlobs;
158 void add(sk_sp<GrAtlasTextBlob> blob) {
  /external/skia/src/gpu/vk/
GrVkTextureRenderTarget.cpp 85 sk_sp<GrVkTextureRenderTarget> GrVkTextureRenderTarget::Make(GrVkGpu* gpu,
156 sk_sp<GrVkTextureRenderTarget> texRT;
159 texRT = sk_sp<GrVkTextureRenderTarget>(new GrVkTextureRenderTarget(
166 texRT = sk_sp<GrVkTextureRenderTarget>(new GrVkTextureRenderTarget(
175 texRT = sk_sp<GrVkTextureRenderTarget>(new GrVkTextureRenderTarget(
181 texRT = sk_sp<GrVkTextureRenderTarget>(new GrVkTextureRenderTarget(
191 sk_sp<GrVkTextureRenderTarget>
205 sk_sp<GrVkTextureRenderTarget> trt = Make(gpu, desc, info, mipMapsStatus, budgeted,
214 sk_sp<GrVkTextureRenderTarget>
  /external/skia/src/pdf/
SkPDFMakeCIDGlyphWidthsArray.h 18 sk_sp<SkPDFArray> SkPDFMakeCIDGlyphWidthsArray(SkGlyphCache* cache,
SkPDFMakeToUnicodeCmap.h 14 sk_sp<SkPDFStream> SkPDFMakeToUnicodeCmap(
  /external/skia/src/ports/
SkFontMgr_custom_empty.cpp 25 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Custom_Empty() {
  /external/skia/src/shaders/
SkColorShader.h 68 sk_sp<SkShader> onMakeColorSpace(SkColorSpaceXformer* xformer) const override {
80 SkColor4Shader(const SkColor4f&, sk_sp<SkColorSpace>);
122 sk_sp<SkShader> onMakeColorSpace(SkColorSpaceXformer* xformer) const override;
125 sk_sp<SkColorSpace> fColorSpace;
SkLocalMatrixShader.cpp 27 sk_sp<SkFlattenable> SkLocalMatrixShader::CreateProc(SkReadBuffer& buffer) {
89 sk_sp<SkShader> SkShader::makeWithLocalMatrix(const SkMatrix& localMatrix) const {
96 sk_sp<SkShader> baseShader;
98 sk_sp<SkShader> proxy(as_SB(this)->makeAsALocalMatrixShader(&otherLocalMatrix));
  /external/skia/src/utils/
SkWhitelistTypefaces.cpp 21 sk_sp<SkTypeface> WhitelistDeserializeTypeface(SkStream* );
35 sk_sp<SkTypeface> defaultFace(SkTypeface::MakeFromName(nullptr, style));
36 sk_sp<SkTypeface> foundFace(SkTypeface::MakeFromName(fontName, style));
43 sk_sp<SkTypeface::LocalizedStrings> nameIter(
56 sk_sp<SkTypeface::LocalizedStrings> debugIter(
187 sk_sp<SkTypeface> WhitelistDeserializeTypeface(SkStream* stream) {
195 sk_sp<SkTypeface> typeface(SkTypeface::MakeFromFontData(std::move(data)));
210 sk_sp<SkTypeface> tf(SkTypeface::MakeFromName(fontName, SkFontStyle()));
265 sk_sp<SkTypeface> tf(SkTypeface::MakeFromName(fontName, SkFontStyle()));
  /external/skia/tests/
DeviceTest.cpp 20 static sk_sp<SkSpecialImage> MakeSpecial(SkBaseDevice* dev, const SkBitmap& bm) {
24 static sk_sp<SkSpecialImage> MakeSpecial(SkBaseDevice* dev, SkImage* img) {
28 static sk_sp<SkSpecialImage> SnapSpecial(SkBaseDevice* dev) {
41 sk_sp<SkBaseDevice> bmDev(SkBitmapDevice::Create(ii));
47 sk_sp<SkSpecialImage> special = DeviceTestingAccess::MakeSpecial(bmDev.get(), bm);
55 sk_sp<SkImage> image(SkImage::MakeFromBitmap(bm));
83 sk_sp<SkBaseDevice> gpuDev(SkGpuDevice::Make(context, SkBudgeted::kNo, ii,
92 sk_sp<SkSpecialImage> special = DeviceTestingAccess::MakeSpecial(gpuDev.get(), bm);
100 sk_sp<SkImage> image(SkImage::MakeFromBitmap(bm));
PipeTest.cpp 22 sk_sp<SkData> data = stream->detachAsData();
49 sk_sp<SkImage> img = GetResourceAsImage("images/mandrill_128.png");
72 sk_sp<SkData> data = serializer.writeImage(img.get());
87 sk_sp<SkImage> img = GetResourceAsImage("images/mandrill_128.png");
94 sk_sp<SkData> data = serializer.writeImage(img.get());
115 sk_sp<SkPicture> picture = []() {
143 sk_sp<SkData> data = serializer.writePicture(picture.get());
157 sk_sp<SkPicture> picture = []() {
169 sk_sp<SkData> data = serializer.writePicture(picture.get());
TextureProxyTest.cpp 45 static sk_sp<GrTextureProxy> deferred_tex(skiatest::Reporter* reporter,
49 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxy(desc, fit, SkBudgeted::kYes);
55 static sk_sp<GrTextureProxy> deferred_texRT(skiatest::Reporter* reporter,
59 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxy(desc, fit, SkBudgeted::kYes);
65 static sk_sp<GrTextureProxy> wrapped(skiatest::Reporter* reporter,
69 sk_sp<GrTextureProxy> proxy = proxyProvider->createInstantiatedProxy(desc, fit,
76 static sk_sp<GrTextureProxy> wrapped_with_key(skiatest::Reporter* reporter,
90 sk_sp<GrTextureProxy> proxy = proxyProvider->createInstantiatedProxy(desc, fit,
97 static sk_sp<GrTextureProxy> create_wrapped_backend(GrContext* context, SkBackingFit fit,
98 sk_sp<GrTexture>* backingSurface)
    [all...]
  /external/skia/tools/
create_flutter_test_images.cpp 17 static sk_sp<SkColorSpace> gbr_color_space() {
24 static sk_sp<SkColorSpace> tf_color_space() {
33 static sk_sp<SkColorSpace> wide_gamut_color_space() {
39 sk_sp<SkImage> image = GetResourceAsImage("images/flutter_logo.jpg");
skhello.cpp 33 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(w, h, &props));
36 sk_sp<SkImage> image(surface->makeImageSnapshot());
37 sk_sp<SkData> data(image->encode());
47 sk_sp<SkDocument> doc(SkDocument::MakePDF(path));
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.h 19 sk_sp<const GrGLInterface> CreateANGLEGLInterface();
  /external/skia/tools/viewer/
ImageSlide.h 27 sk_sp<SkImage> fImage;

Completed in 851 milliseconds

<<21222324252627282930>>