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:totalMatrix
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/modules/skottie/src/
H
A
D
Transform.cpp
40
this->node()->setMatrix(this->
totalMatrix
());
in onSync()
43
SkMatrix TransformAdapter2D::
totalMatrix
() const {
in totalMatrix()
function in skottie::internal::TransformAdapter2D
130
if (!dispatched && adapter->
totalMatrix
().isIdentity()) {
in attachMatrix2D()
161
this->node()->setMatrix(this->
totalMatrix
());
in onSync()
177
SkM44 TransformAdapter3D::
totalMatrix
() const {
in totalMatrix()
function in skottie::internal::TransformAdapter3D
199
if (adapter->
totalMatrix
() == SkM44()) {
in attachMatrix3D()
H
A
D
Transform.h
60
SkMatrix
totalMatrix
() const;
81
virtual SkM44
totalMatrix
() const;
H
A
D
Camera.h
27
SkM44
totalMatrix
() const override;
H
A
D
Camera.cpp
70
SkM44 CameraAdaper::
totalMatrix
() const {
in totalMatrix()
function in skottie::internal::CameraAdaper
/third_party/skia/samplecode/
H
A
D
SampleImageFilterDAG.cpp
104
skif::DeviceSpace<SkIRect> targetOutput(fMapping.
totalMatrix
()
in computeInputBounds()
/third_party/skia/src/core/
H
A
D
SkImageFilterTypes.h
463
SkMatrix
totalMatrix
() const {
in totalMatrix()
function in skif::Mapping
/third_party/skia/src/pdf/
H
A
D
SkPDFDevice.cpp
1069
SkMatrix
totalMatrix
= this->localToDevice();
in handleInversePath()
local
1071
if (!
totalMatrix
.invert(&transformInverse)) {
in handleInversePath()
Completed in 7 milliseconds