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

<<71727374757677787980>>

  /external/skia/tests/
ReadPixelsTest.cpp 343 static void test_readpixels(skiatest::Reporter* reporter, const sk_sp<SkSurface>& surface,
403 sk_sp<SkSurface> surface(SkSurface::MakeRenderTarget(ctxInfo.grContext(), SkBudgeted::kNo,
412 sk_sp<GrSurfaceContext> sContext) {
466 sk_sp<GrTextureProxy> proxy = proxyProvider->createTextureProxy(desc, SkBudgeted::kNo,
470 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(
543 sk_sp<SkImage> src = SkImage::MakeFromRaster(srcPixmap, nullptr, nullptr);
586 const sk_sp<SkColorSpace> kColorSpaces[] = {
593 for (sk_sp<SkColorSpace> dstCS : kColorSpaces) {
596 for (sk_sp<SkColorSpace> srcCS : kColorSpaces) {
RecorderTest.cpp 75 sk_sp<SkImage> image;
  /external/skia/tools/
chrome_fuzz.cpp 35 sk_sp<SkImageFilter> flattenable = SkValidatingDeserializeImageFilter(testdata.c_str(),
skp_parser.cpp 47 sk_sp<SkPicture> pic = SkPicture::MakeFromStream(&input);
  /external/skia/tools/gpu/gl/iOS/
CreatePlatformGLTestContext_iOS.mm 53 sk_sp<const GrGLInterface> gl(GrGLCreateNativeInterface());
  /external/skia/tools/mdbviz/
Model.cpp 32 sk_sp<SkPicture> pic(SkPicture::MakeFromStream(stream.get()));
  /external/skqp/bench/
RecordingBench.cpp 92 DeserializePictureBench::DeserializePictureBench(const char* name, sk_sp<SkData> data)
SkGlyphCacheBench.cpp 90 sk_sp<SkTypeface> typefaces[] =
  /external/skqp/experimental/svg/model/
SkSVGRadialGradient.cpp 67 sk_sp<SkShader> SkSVGRadialGradient::onMakeShader(const SkSVGRenderContext& ctx,
  /external/skqp/gm/
colorwheel.cpp 15 sk_sp<SkImage> image(GetResourceAsImage(resource));
drawlooper.cpp 50 sk_sp<SkDrawLooper> fLooper;
imagefiltersstroked.cpp 59 sk_sp<SkImageFilter> filters[] = {
lcdoverlap.cpp 90 sk_sp<SkTextBlob> fBlob;
textblobblockreordering.cpp 80 sk_sp<SkTextBlob> fBlob;
textblobcolortrans.cpp 91 sk_sp<SkTextBlob> fBlob;
  /external/skqp/include/effects/
Sk1DPathEffect.h 59 static sk_sp<SkPathEffect> Make(const SkPath& path, SkScalar advance, SkScalar phase, Style);
  /external/skqp/include/gpu/vk/
GrVkBackendContext.h 47 sk_sp<const GrVkInterface> fInterface;
  /external/skqp/samplecode/
SampleCamera.cpp 24 SkTArray<sk_sp<SkShader>> fShaders;
SampleCowboy.cpp 132 sk_sp<SkSVGDOM> fDom;
SampleFlutterAnimate.cpp 105 sk_sp<SkTypeface> fTypeface;
SamplePatch.cpp 31 static sk_sp<SkShader> make_shader0(SkIPoint* size) {
41 static sk_sp<SkShader> make_shader1(const SkIPoint& size) {
208 sk_sp<SkShader> fShader0;
209 sk_sp<SkShader> fShader1;
  /external/skqp/src/codec/
SkIcoCodec.h 91 SkTArray<std::unique_ptr<SkCodec>, true>* embeddedCodecs, sk_sp<SkColorSpace> colorSpace);
  /external/skqp/src/core/
SkBitmapDevice.cpp 413 sk_sp<SkSpecialImage> filteredImage;
421 sk_sp<SkImageFilterCache> cache(this->getImageFilterCache());
445 sk_sp<SkImage> srcImage(src->asImage());
460 sk_sp<SkImage> mask;
480 sk_sp<SkSurface> surf = SkSurface::MakeRaster(SkImageInfo::MakeA8(maskBounds.width(),
497 sk_sp<SkSpecialImage> SkBitmapDevice::makeSpecial(const SkBitmap& bitmap) {
501 sk_sp<SkSpecialImage> SkBitmapDevice::makeSpecial(const SkImage* image) {
506 sk_sp<SkSpecialImage> SkBitmapDevice::snapSpecial() {
512 sk_sp<SkSurface> SkBitmapDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) {
SkMipMap.h 73 sk_sp<SkColorSpace> fCS;
SkRecordedDrawable.cpp 71 sk_sp<SkFlattenable> SkRecordedDrawable::CreateProc(SkReadBuffer& buffer) {

Completed in 661 milliseconds

<<71727374757677787980>>