Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DEF_SAMPLE
(Results
1 - 25
of
73
) sorted by relevance
1
2
3
/third_party/skia/experimental/sktext/samples/
H
A
D
Text.cpp
190
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/modules/skparagraph/samples/
H
A
D
SampleParagraph.cpp
3762
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
(retur
[all...]
/third_party/skia/samplecode/
H
A
D
SampleTextBox.cpp
117
DEF_SAMPLE
( return new TextBoxView([](){ return SkShaper::Make(); }, "default"); );
119
DEF_SAMPLE
( return new TextBoxView(SkShaper::MakeCoreText, "coretext"); );
190
DEF_SAMPLE
( return new SampleShaper; );
H
A
D
SampleShip.cpp
145
DEF_SAMPLE
( return new DrawShipView("DrawShip", draw_atlas); )
146
DEF_SAMPLE
( return new DrawShipView("DrawShipSim", draw_atlas_sim); )
H
A
D
Sample2PtRadial.cpp
40
DEF_SAMPLE
( return new TwoPtConicalView(); )
H
A
D
SampleEmboss.cpp
59
DEF_SAMPLE
( return new EmbossView(); )
H
A
D
SampleChineseFling.cpp
225
DEF_SAMPLE
( return new ChineseFlingView(); )
226
DEF_SAMPLE
( return new ChineseZoomView(); )
H
A
D
SampleLayers.cpp
163
DEF_SAMPLE
( return new LayersView; )
226
DEF_SAMPLE
( return new BackdropView; )
H
A
D
SampleWritePixels.cpp
58
DEF_SAMPLE
( return new WritePixelsView(); )
H
A
D
SamplePath.cpp
200
DEF_SAMPLE
( return new PathView; )
299
DEF_SAMPLE
( return new ArcToView; )
426
DEF_SAMPLE
( return new FatStroke; )
534
DEF_SAMPLE
( return new CubicCurve; )
763
DEF_SAMPLE
( return new CubicCurve2; )
H
A
D
SampleClip.cpp
133
DEF_SAMPLE
( return new ClipView(); )
333
DEF_SAMPLE
( return new HalfPlaneView(); )
417
DEF_SAMPLE
( return new HalfPlaneView2(); )
545
DEF_SAMPLE
( return new HalfPlaneView3(); )
634
DEF_SAMPLE
( return new HalfPlaneCoons(); )
H
A
D
SampleRepeatTile.cpp
65
DEF_SAMPLE
( return new RepeatTileView(); )
H
A
D
SampleManyRects.cpp
67
DEF_SAMPLE
( return new ManyRectsView(); )
H
A
D
SampleLCD.cpp
57
DEF_SAMPLE
( return new LCDView(); )
H
A
D
SampleStringArt.cpp
65
DEF_SAMPLE
( return new StringArtView(); )
H
A
D
SampleStrokeRect.cpp
64
DEF_SAMPLE
( return new StrokeRectSample(); )
H
A
D
SampleCamera.cpp
75
DEF_SAMPLE
( return new CameraView(); )
H
A
D
SampleAnimBlur.cpp
56
DEF_SAMPLE
( return new AnimBlurView(); )
H
A
D
SampleFlutterAnimate.cpp
97
DEF_SAMPLE
( return new FlutterAnimateView(); )
H
A
D
SampleGlyphTransform.cpp
83
DEF_SAMPLE
( return new GlyphTransformView(); )
H
A
D
SampleEffects.cpp
106
DEF_SAMPLE
( return new EffectsView(); )
H
A
D
SampleFillType.cpp
85
DEF_SAMPLE
( return new FillTypeView(); )
H
A
D
SampleCircle.cpp
88
DEF_SAMPLE
( return new CircleView(); )
H
A
D
SampleCowboy.cpp
121
DEF_SAMPLE
( return new AnimatedSVGSample("Cowboy.svg", "SampleCowboy"); )
H
A
D
SampleMegaStroke.cpp
84
DEF_SAMPLE
( return new MegaStrokeView(); )
Completed in 13 milliseconds
1
2
3