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

<<41424344454647484950>>

  /external/skia/tests/
DashPathEffectTest.cpp 23 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, count, phase));
33 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, count, 0.0f));
95 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, 2, 0));
107 sk_sp<SkSurface> surface(SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(256, 256)));
DiscardableMemoryPoolTest.cpp 12 sk_sp<SkDiscardableMemoryPool> pool(SkDiscardableMemoryPool::Make(1));
  /external/skia/tools/gpu/gl/null/
NullGLTestContext.cpp 21 this->init(sk_sp<const GrGLInterface>(GrGLCreateNullInterface(enableNVPR)));
  /external/skia/tools/gpu/mock/
MockTestContext.cpp 30 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override {
  /external/skia/tools/shape/
SkShaper.h 27 SkShaper(sk_sp<SkTypeface> face);
  /external/skia/tools/skiaserve/urlhandlers/
DataHandler.cpp 32 sk_sp<UrlDataManager::UrlData> urlData(
DownloadHandler.cpp 28 sk_sp<SkData> data(request->writeOutSkp());
InfoHandler.cpp 40 sk_sp<SkData> data(request->getJsonInfo(n));
OpsHandler.cpp 34 sk_sp<SkData> data(request->getJsonOpList(n));
  /external/skia/tools/viewer/
BisectSlide.cpp 16 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) {
23 sk_sp<BisectSlide> bisect(new BisectSlide(filepath));
30 sk_sp<SkSVGDOM> svg = SkSVGDOM::MakeFromDOM(xml);
38 sk_sp<SkPicture> skp = SkPicture::MakeFromStream(&stream);
ImageSlide.cpp 28 sk_sp<SkData> encoded = SkData::MakeFromFileName(fPath.c_str());
SampleSlide.h 35 sk_sp<SkView> fView;
SkottieSlide.h 34 sk_sp<skottie::Animation> fAnimation;
  /external/skqp/bench/
AndroidCodecBench.h 34 sk_sp<SkData> fData;
BitmapRegionDecoderBench.h 39 sk_sp<SkData> fData;
CodecBench.h 36 sk_sp<SkData> fData;
SKPAnimationBench.h 43 sk_sp<Animation> fAnimation;
  /external/skqp/experimental/svg/model/
SkSVGContainer.cpp 15 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) {
SkSVGShape.cpp 26 void SkSVGShape::appendChild(sk_sp<SkSVGNode>) {
  /external/skqp/fuzz/oss_fuzz/
FuzzRegionDeserialize.cpp 14 bool FuzzRegionDeserialize(sk_sp<SkData> bytes) {
FuzzRegionSetPath.cpp 41 sk_sp<SkData> bytes(SkData::MakeWithoutCopy(data, size));
  /external/skqp/gm/
colormatrix.cpp 45 static sk_sp<SkImage> CreateSolidBitmap(int width, int height) {
62 static sk_sp<SkImage> CreateTransparentBitmap(int width, int height) {
143 sk_sp<SkImage> fSolidImg;
144 sk_sp<SkImage> fTransparentImg;
fadefilter.cpp 18 sk_sp<SkColorFilter> colorFilter(SkColorFilter::MakeMatrixFilterRowMajor255(matrix));
gammaencodedpremul.cpp 30 GammaEncodedPremulGM(sk_sp<SkColorSpace> dst, sk_sp<SkColorSpace> src, const char* desc)
112 sk_sp<SkColorSpace> fDstSpace;
113 sk_sp<SkColorSpace> fSrcSpace;
gammatext.cpp 15 static sk_sp<SkShader> make_heatGradient(const SkPoint pts[2]) {
93 static sk_sp<SkShader> make_gradient(SkColor c) {
105 static void draw_pair(SkCanvas* canvas, SkPaint* paint, const sk_sp<SkShader>& shader) {
118 sk_sp<SkShader> fShaders[3];

Completed in 476 milliseconds

<<41424344454647484950>>