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:ShapeInfo
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
LowerMatrixIntrinsics.cpp
176
struct
ShapeInfo
{
struct in __anon25166::LowerMatrixIntrinsics
180
ShapeInfo
(unsigned NumRows = 0, unsigned NumColumns = 0)
in ShapeInfo()
function
183
ShapeInfo
(Value *NumRows, Value *NumColumns)
in ShapeInfo()
function
187
bool operator==(const
ShapeInfo
&other) {
in operator ==()
190
bool operator!=(const
ShapeInfo
&other) { return !(*this == other); }
in operator !=()
206
DenseMap<Value *,
ShapeInfo
> ShapeMap;
225
ColumnMatrixTy getMatrix(Value *MatrixVal, const
ShapeInfo
&SI,
in getMatrix()
262
bool setShapeInfo(Value *V,
ShapeInfo
Shape) {
in setShapeInfo()
443
ShapeInfo
Shape = ShapeMap[V];
in propagateShapeBackward()
561
ShapeInfo
Shap
in LowerLoad()
[all...]
/third_party/skia/modules/skottie/src/layers/shapelayer/
H
A
D
ShapeLayer.cpp
95
struct
ShapeInfo
{
struct
102
const
ShapeInfo
* FindShapeInfo(const skjson::ObjectValue& jshape) {
in FindShapeInfo()
103
static constexpr
ShapeInfo
gShapeInfo[] = {
in FindShapeInfo()
130
sizeof(
ShapeInfo
),
in FindShapeInfo()
133
static_cast<const
ShapeInfo
*>(info)->fTypeString);
in FindShapeInfo()
136
return static_cast<const
ShapeInfo
*>(info);
in FindShapeInfo()
176
const
ShapeInfo
& fInfo;
in attachShape()
/third_party/skia/modules/skottie/src/text/
H
A
D
RangeSelector.cpp
191
struct
ShapeInfo
{
struct
206
ShapeGenerator(const
ShapeInfo
& sinfo, float ease_lo, float ease_hi)
in ShapeGenerator()
222
static constexpr
ShapeInfo
gShapeInfo[] = {
/third_party/skia/bench/
H
A
D
ShapesBench.cpp
228
struct
ShapeInfo
{
struct in ShapesBench
246
SkTArray<
ShapeInfo
> fShapes;
Completed in 7 milliseconds