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

<<81828384858687888990>>

  /external/skia/include/codec/
SkAndroidCodec.h 72 static std::unique_ptr<SkAndroidCodec> MakeFromData(sk_sp<SkData>, SkPngChunkReader* = nullptr);
115 sk_sp<SkColorSpace> computeOutputColorSpace(SkColorType outputColorType,
116 sk_sp<SkColorSpace> prefColorSpace = nullptr);
  /external/skia/samplecode/
SampleAll.cpp 108 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
281 sk_sp<SkPathEffect> pathEffectTest() {
297 sk_sp<SkShader> shaderTest() {
SampleSVGPong.cpp 67 void update_pos(const sk_sp<sksg::RRect>& rr, const SkPoint& pos) {
241 sk_sp<sksg::RRect> objectNode,
287 sk_sp<sksg::Matrix> fContentMatrix;
  /external/skia/src/codec/
SkAndroidCodec.cpp 122 std::unique_ptr<SkAndroidCodec> SkAndroidCodec::MakeFromData(sk_sp<SkData> data,
169 sk_sp<SkColorSpace> SkAndroidCodec::computeOutputColorSpace(SkColorType outputColorType,
170 sk_sp<SkColorSpace> prefColorSpace) {
  /external/skia/src/core/
SkMaskFilterBase.h 136 virtual sk_sp<GrTextureProxy> filterMaskGPU(GrContext*,
137 sk_sp<GrTextureProxy> srcProxy,
247 inline const SkMaskFilterBase* as_MFB(const sk_sp<SkMaskFilter>& mf) {
  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.fp 190 static sk_sp<GrTextureProxy> create_profile_texture(GrProxyProvider* proxyProvider,
232 sk_sp<GrTextureProxy> blurProfile =
269 sk_sp<GrTextureProxy> profile(create_profile_texture(proxyProvider, circle, sigma,
SkDashPathEffect.cpp 367 sk_sp<SkFlattenable> SkDashImpl::CreateProc(SkReadBuffer& buffer) {
393 sk_sp<SkPathEffect> SkDashPathEffect::Make(const SkScalar intervals[], int count, SkScalar phase) {
397 return sk_sp<SkPathEffect>(new SkDashImpl(intervals, count, phase));
  /external/skia/src/gpu/
SkGpuDevice_drawTexture.cpp 109 const SkRect* dst, GrAA aa, sk_sp<GrTextureProxy> proxy,
145 void SkGpuDevice::drawPinnedTextureProxy(sk_sp<GrTextureProxy> proxy, uint32_t pinnedUniqueID,
167 sk_sp<SkColorSpace> cs;
  /external/skia/src/gpu/ccpr/
GrCCPathProcessor.cpp 39 sk_sp<const GrBuffer> GrCCPathProcessor::FindVertexBuffer(GrOnFlushResourceProvider* onFlushRP) {
66 sk_sp<const GrBuffer> GrCCPathProcessor::FindIndexBuffer(GrOnFlushResourceProvider* onFlushRP) {
83 sk_sp<GrTextureProxy> atlas, SkPath::FillType fillType)
  /external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.cpp 147 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> proxy,
245 sk_sp<GrTextureProxy> proxy,
270 sk_sp<GrTextureProxy> proxy = d->textureProxy(texIdx);
  /external/skia/src/gpu/ops/
GrTessellatingPathRenderer.cpp 102 sk_sp<GrBuffer> fVertexBuffer;
257 sk_sp<GrBuffer> cachedVertexBuffer(rp->findByUniqueKey<GrBuffer>(key));
311 sk_sp<GrGeometryProcessor> gp;
  /external/skia/src/pdf/
SkPDFUtils.cpp 21 sk_sp<SkPDFArray> SkPDFUtils::RectToArray(const SkRect& rect) {
31 sk_sp<SkPDFArray> SkPDFUtils::MatrixToArray(const SkMatrix& matrix) {
345 sk_sp<SkPDFDict> resources,
  /external/skia/src/shaders/gradients/
SkGradientShaderPriv.h 36 sk_sp<SkColorSpace> fColorSpace;
135 sk_sp<SkColorSpace> fColorSpace; // color space of gradient stops
306 sk_sp<SkColorSpace> fColorSpace;
  /external/skia/tests/
ClearTest.cpp 44 sk_sp<GrRenderTargetContext> newRTC(GrContext* context, int w, int h) {
54 sk_sp<GrRenderTargetContext> rtContext;
221 sk_sp<SkSurface> surf = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, ii);
  /external/skia/third_party/gif/
SkGifImageReader.h 181 sk_sp<SkColorTable> buildTable(SkStreamBuffer*, SkColorType dstColorType,
191 mutable sk_sp<SkColorTable> m_table;
351 sk_sp<SkColorTable> getColorTable(SkColorType dstColorType, int index);
  /external/skia/tools/gpu/
GrTest.cpp 153 sk_sp<SkImage> GrContext::getFontAtlasImage_ForTesting(GrMaskFormat format, unsigned int index) {
157 const sk_sp<GrTextureProxy>* proxies = restrictedAtlasManager->getProxies(format, &numProxies);
163 sk_sp<SkImage> image(new SkImage_Gpu(this, kNeedNewImageUniqueID, kPremul_SkAlphaType,
  /external/skia/tools/viewer/
Viewer.cpp 473 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]);
491 sk_sp<Slide> slide(new GMSlide(gm.release()));
506 sk_sp<Slide> slide(new SampleSlide(reg->factory()));
521 sk_sp<SKPSlide> slide(new SKPSlide(SkOSPath::Basename(path.c_str()), path));
534 sk_sp<SKPSlide> slide(new SKPSlide(skpName, path));
552 sk_sp<ImageSlide> slide(new ImageSlide(jpgName, path));
561 SkTArray<sk_sp<Slide>, true> dirSlides;
897 sk_sp<SkColorSpace> cs = nullptr;
921 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
930 sk_sp<SkSurface> offscreenSurface = nullptr
    [all...]
  /external/skqp/gm/
windowrectangles.cpp 152 AlphaOnlyClip(sk_sp<GrTextureProxy> mask, int x, int y) : fMask(mask), fX(x), fY(y) {}
163 sk_sp<GrTextureProxy> fMask;
201 sk_sp<GrRenderTargetContext> maskRTC(
  /external/skqp/include/codec/
SkAndroidCodec.h 72 static std::unique_ptr<SkAndroidCodec> MakeFromData(sk_sp<SkData>, SkPngChunkReader* = nullptr);
115 sk_sp<SkColorSpace> computeOutputColorSpace(SkColorType outputColorType,
116 sk_sp<SkColorSpace> prefColorSpace = nullptr);
  /external/skqp/samplecode/
SampleAll.cpp 108 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
281 sk_sp<SkPathEffect> pathEffectTest() {
297 sk_sp<SkShader> shaderTest() {
SampleSVGPong.cpp 67 void update_pos(const sk_sp<sksg::RRect>& rr, const SkPoint& pos) {
241 sk_sp<sksg::RRect> objectNode,
287 sk_sp<sksg::Matrix> fContentMatrix;
  /external/skqp/src/codec/
SkAndroidCodec.cpp 122 std::unique_ptr<SkAndroidCodec> SkAndroidCodec::MakeFromData(sk_sp<SkData> data,
169 sk_sp<SkColorSpace> SkAndroidCodec::computeOutputColorSpace(SkColorType outputColorType,
170 sk_sp<SkColorSpace> prefColorSpace) {
  /external/skqp/src/core/
SkMaskFilterBase.h 136 virtual sk_sp<GrTextureProxy> filterMaskGPU(GrContext*,
137 sk_sp<GrTextureProxy> srcProxy,
247 inline const SkMaskFilterBase* as_MFB(const sk_sp<SkMaskFilter>& mf) {
  /external/skqp/src/effects/
GrCircleBlurFragmentProcessor.fp 190 static sk_sp<GrTextureProxy> create_profile_texture(GrProxyProvider* proxyProvider,
232 sk_sp<GrTextureProxy> blurProfile =
269 sk_sp<GrTextureProxy> profile(create_profile_texture(proxyProvider, circle, sigma,
SkDashPathEffect.cpp 367 sk_sp<SkFlattenable> SkDashImpl::CreateProc(SkReadBuffer& buffer) {
393 sk_sp<SkPathEffect> SkDashPathEffect::Make(const SkScalar intervals[], int count, SkScalar phase) {
397 return sk_sp<SkPathEffect>(new SkDashImpl(intervals, count, phase));

Completed in 959 milliseconds

<<81828384858687888990>>