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:kAffine_Mask
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/docs/examples/
H
A
D
Matrix_TypeMask.cpp
12
typeMask += SkMatrix::
kAffine_Mask
& matrix.getType() ? "
kAffine_Mask
" : "";
in REG_FIDDLE()
/third_party/skia/src/core/
H
A
D
SkMatrix.cpp
136
mask |=
kAffine_Mask
| kScale_Mask;
in computeTypeMask()
207
if (!(mask &
kAffine_Mask
)) {
in isSimilarity()
234
SkASSERT(mask & (
kAffine_Mask
| kScale_Mask));
in preservesRightAngles()
361
&& !(fTypeMask & (kPerspective_Mask |
kAffine_Mask
))) {
in preScale()
609
return 0 == (mask & (SkMatrix::
kAffine_Mask
| SkMatrix::kPerspective_Mask));
in only_scale_and_translate()
1210
SkASSERT((m.getType() & (
kAffine_Mask
| kPerspective_Mask)) ==
kAffine_Mask
);
in RotTrans_xy()
1223
SkASSERT((m.getType() & (
kAffine_Mask
| kPerspective_Mask))==
kAffine_Mask
);
in Rot_xy()
1238
SkASSERT((m.getType() & (kScale_Mask |
kAffine_Mask
| kPerspective_Mas
in ScaleTrans_xy()
[all...]
H
A
D
SkScalerContext.cpp
1021
if (mask & SkMatrix::
kAffine_Mask
) {
in MakeRecAndEffects()
/third_party/skia/tests/
H
A
D
DrawBitmapRectTest.cpp
35
if (mask & SkMatrix::
kAffine_Mask
) {
in rand_matrix()
71
rand_matrix(&mat, rand, SkMatrix::
kAffine_Mask
| SkMatrix::kPerspective_Mask);
in test_treatAsSprite()
/third_party/skia/include/core/
H
A
D
SkMatrix.h
187
kAffine_Mask
= 0x04, //!< skew or rotate SkMatrix
enumerator
197
kAffine_Mask
, kPerspective_Mask
1850
kAffine_Mask
|
1855
kAffine_Mask
|
/third_party/skia/src/gpu/tessellate/
H
A
D
WangsFormula.h
71
if (m.getType() & SkMatrix::
kAffine_Mask
) {
in operator =()
/third_party/skia/tools/debugger/
H
A
D
DrawCommand.cpp
1108
case SkMatrix::
kAffine_Mask
:
in writeMatrixType()
Completed in 13 milliseconds