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:make_dash
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/modules/sksg/src/
H
A
D
SkSGGeometryEffect.cpp
97
sk_sp<SkPathEffect>
make_dash
(const std::vector<float> intervals, float phase) {
in make_dash()
function
123
if (const auto dash_patheffect =
make_dash
(fIntervals, fPhase)) {
in onRevalidateEffect()
/third_party/skia/gm/
H
A
D
inversepaths.cpp
46
sk_sp<SkPathEffect>
make_dash
() {
in make_dash()
function
55
{SkPaint::kStroke_Style,
make_dash
()},
/third_party/skia/tests/
H
A
D
GrStyledShapeTest.cpp
759
static sk_sp<SkPathEffect>
make_dash
() {
in make_dash()
function
778
sk_sp<SkPathEffect> dashPE =
make_dash
();
in test_basic()
806
stroke2RoundBevelDash.setPathEffect(
make_dash
());
in test_basic()
875
sk_sp<SkPathEffect> dashPE =
make_dash
();
in test_scale()
908
strokeDash.setPathEffect(
make_dash
());
in test_scale()
1009
dashA.setPathEffect(
make_dash
());
in test_stroke_param_impl()
1010
dashB.setPathEffect(
make_dash
());
in test_stroke_param_impl()
1107
for (DashFactoryFn md : {&
make_dash
, &make_null_dash}) {
in test_dash_fill()
1125
dash.setPathEffect(
make_dash
());
in test_null_dash()
1355
dashAndStroke.setPathEffect(
make_dash
());
in test_volatile_path()
[all...]
Completed in 5 milliseconds