Home
last modified time | relevance | path

Searched refs:DEF_SAMPLE (Results 1 – 25 of 73) sorted by relevance

123

/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp3762 DEF_SAMPLE(return new ParagraphView1();)
3763 DEF_SAMPLE(return new ParagraphView2();)
3764 DEF_SAMPLE(return new ParagraphView3();)
3765 DEF_SAMPLE(return new ParagraphView4();)
3766 DEF_SAMPLE(return new ParagraphView5();)
3767 DEF_SAMPLE(return new ParagraphView6();)
3768 DEF_SAMPLE(return new ParagraphView7();)
3769 DEF_SAMPLE(return new ParagraphView8();)
3770 DEF_SAMPLE(return new ParagraphView9();)
3771 DEF_SAMPLE(return new ParagraphView10();)
[all …]
/third_party/skia/experimental/sktext/samples/
DText.cpp190 DEF_SAMPLE(return new TextSample_HelloWorld();)
191 DEF_SAMPLE(return new TextSample_Align_Dir();)
192 DEF_SAMPLE(return new TextSample_LongLTR();)
193 DEF_SAMPLE(return new TextSample_LongRTL1();)
194 DEF_SAMPLE(return new TextSample_LongRTL2();)
/third_party/skia/samplecode/
DSampleTextBox.cpp117 DEF_SAMPLE( return new TextBoxView([](){ return SkShaper::Make(); }, "default"); ); in __anon83ca00330102()
119 DEF_SAMPLE( return new TextBoxView(SkShaper::MakeCoreText, "coretext"); );
190 DEF_SAMPLE( return new SampleShaper; );
DSampleShip.cpp145 DEF_SAMPLE( return new DrawShipView("DrawShip", draw_atlas); )
146 DEF_SAMPLE( return new DrawShipView("DrawShipSim", draw_atlas_sim); )
DSampleChineseFling.cpp225 DEF_SAMPLE( return new ChineseFlingView(); )
226 DEF_SAMPLE( return new ChineseZoomView(); )
DSampleLayers.cpp163 DEF_SAMPLE( return new LayersView; )
226 DEF_SAMPLE( return new BackdropView; )
DSampleClip.cpp133 DEF_SAMPLE( return new ClipView(); )
333 DEF_SAMPLE( return new HalfPlaneView(); ) in DEF_SAMPLE() function
417 DEF_SAMPLE( return new HalfPlaneView2(); ) in DEF_SAMPLE() function
545 DEF_SAMPLE( return new HalfPlaneView3(); )
634 DEF_SAMPLE( return new HalfPlaneCoons(); )
DSamplePath.cpp200 DEF_SAMPLE( return new PathView; )
299 DEF_SAMPLE( return new ArcToView; )
426 DEF_SAMPLE( return new FatStroke; ) in DEF_SAMPLE() function
534 DEF_SAMPLE( return new CubicCurve; ) in DEF_SAMPLE() function
763 DEF_SAMPLE( return new CubicCurve2; )
DSample2PtRadial.cpp40 DEF_SAMPLE( return new TwoPtConicalView(); )
DSampleEmboss.cpp59 DEF_SAMPLE( return new EmbossView(); )
DSampleWritePixels.cpp58 DEF_SAMPLE( return new WritePixelsView(); )
DSampleAnimBlur.cpp56 DEF_SAMPLE( return new AnimBlurView(); )
DSampleLCD.cpp57 DEF_SAMPLE( return new LCDView(); )
DSampleManyRects.cpp67 DEF_SAMPLE( return new ManyRectsView(); )
DSampleAtlas.cpp250 DEF_SAMPLE( return new DrawAtlasView("DrawAtlas", draw_atlas); )
251 DEF_SAMPLE( return new DrawAtlasView("DrawAtlasSim", draw_atlas_sim); )
DSampleRepeatTile.cpp65 DEF_SAMPLE( return new RepeatTileView(); )
DSampleCamera.cpp75 DEF_SAMPLE( return new CameraView(); )
DSampleStrokeRect.cpp64 DEF_SAMPLE( return new StrokeRectSample(); )
DSampleStringArt.cpp65 DEF_SAMPLE( return new StringArtView(); )
DSampleMegaStroke.cpp84 DEF_SAMPLE( return new MegaStrokeView(); )
DSampleGlyphTransform.cpp83 DEF_SAMPLE( return new GlyphTransformView(); )
DSamplePatch.cpp319 DEF_SAMPLE( return new PatchView(); )
420 DEF_SAMPLE( return new PseudoInkView(); )
507 DEF_SAMPLE( return new ManyStrokesView(); )
DSampleEffects.cpp106 DEF_SAMPLE( return new EffectsView(); )
DSampleCowboy.cpp121 DEF_SAMPLE( return new AnimatedSVGSample("Cowboy.svg", "SampleCowboy"); )
DSampleXfer.cpp198 DEF_SAMPLE( return new XferDemo; )
306 DEF_SAMPLE( return new CubicResamplerDemo; )

123