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:path4
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/gm/
H
A
D
strokefill.cpp
325
SkPath
path4
;
in DEF_SIMPLE_GM_BG_NAME()
local
326
path4
.setFillType(SkPathFillType::kWinding);
in DEF_SIMPLE_GM_BG_NAME()
327
path4
.addRect(r, SkPathDirection::kCCW);
in DEF_SIMPLE_GM_BG_NAME()
329
path4
.addRect(r, SkPathDirection::kCW);
in DEF_SIMPLE_GM_BG_NAME()
330
canvas->drawPath(
path4
, paint);
in DEF_SIMPLE_GM_BG_NAME()
334
path4
.reset();
in DEF_SIMPLE_GM_BG_NAME()
335
SkASSERT(SkPathPriv::ComputeFirstDirection(
path4
) == SkPathFirstDirection::kUnknown);
in DEF_SIMPLE_GM_BG_NAME()
336
path4
.addRect(r, SkPathDirection::kCCW);
in DEF_SIMPLE_GM_BG_NAME()
337
SkASSERT(SkPathPriv::ComputeFirstDirection(
path4
) == SkPathFirstDirection::kCCW);
in DEF_SIMPLE_GM_BG_NAME()
338
path4
in DEF_SIMPLE_GM_BG_NAME()
[all...]
/third_party/skia/tests/
H
A
D
PathOpsBuildUseTest.cpp
83
SkPath
path4
(path);
in build1_1()
84
builder.add(
path4
, (SkPathOp) 2);
in build1_1()
H
A
D
PathOpsIssue3651.cpp
651
static SkPath
path4
() {
in path4()
function
1214
SkPath pathB =
path4
();
in issue3651_2()
Completed in 13 milliseconds