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:mask_path
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/modules/skottie/src/
H
A
D
Layer.cpp
84
sk_sp<sksg::RenderNode> makeMask(sk_sp<sksg::Path>
mask_path
) const {
in makeMask()
85
sk_sp<sksg::RenderNode> mask = sksg::Draw::Make(std::move(
mask_path
), fMaskPaint);
in makeMask()
138
sk_sp<sksg::Path>
mask_path
; // for clipping and masking
in AttachMask()
member
167
auto
mask_path
= abuilder->attachPath((*m)["pt"]);
in AttachMask()
local
168
if (!
mask_path
) {
in AttachMask()
186
mask_path
->setFillType(mask_inverted ? SkPathFillType::kInverseWinding
in AttachMask()
194
mask_stack.push_back({ std::move(
mask_path
),
in AttachMask()
209
clip_node = std::move(mask_stack.front().
mask_path
);
in AttachMask()
216
merge_recs.push_back({std::move(mask.
mask_path
), mask.merge_mode });
in AttachMask()
229
maskNode = rec.mask_adapter->makeMask(std::move(rec.
mask_path
));
in AttachMask()
[all...]
/third_party/protobuf/src/google/protobuf/util/
H
A
D
field_mask_util.cc
671
const std::string&
mask_path
= mask.paths(i);
in IsPathInFieldMask()
local
672
if (path ==
mask_path
) {
in IsPathInFieldMask()
674
} else if (
mask_path
.length() < path.length()) {
in IsPathInFieldMask()
676
if (path.substr(0,
mask_path
.length() + 1).compare(
mask_path
+ ".") ==
in IsPathInFieldMask()
Completed in 3 milliseconds