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:mapRadius
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/docs/examples/
H
A
D
mapradius.cpp
14
SkScalar mappedRadius = matrix.
mapRadius
(circleRadius);
in REG_FIDDLE()
H
A
D
Matrix_mapRadius.cpp
15
SkScalar mappedRadius = matrix.
mapRadius
(circleRadius);
in REG_FIDDLE()
/third_party/skia/src/effects/
H
A
D
SkEmbossMaskFilter.cpp
80
SkScalar sigma = matrix.
mapRadius
(fBlurSigma);
in filterMask()
/third_party/skia/src/pdf/
H
A
D
SkPDFGradientShader.cpp
712
infoCopy.fRadius[0] = inverseMapperMatrix.
mapRadius
(info.fRadius[0]);
in make_function_shader()
713
infoCopy.fRadius[1] = inverseMapperMatrix.
mapRadius
(info.fRadius[1]);
in make_function_shader()
H
A
D
SkPDFDevice.cpp
617
SkScalar matrixScale = matrix.
mapRadius
(1.0f);
in internalDrawPath()
/third_party/skia/include/core/
H
A
D
SkMatrix.h
1639
SkScalar
mapRadius
(SkScalar radius) const;
/third_party/skia/src/gpu/ops/
H
A
D
GrOvalOpFactory.cpp
1072
radius = viewMatrix.
mapRadius
(radius);
1073
SkScalar strokeWidth = viewMatrix.
mapRadius
(stroke.getWidth());
1552
radius = viewMatrix.
mapRadius
(radius);
1553
strokeWidth = viewMatrix.
mapRadius
(strokeWidth);
/third_party/skia/src/gpu/geometry/
H
A
D
GrPathUtils.cpp
42
// take worst case
mapRadius
amoung four corners.
in scaleToleranceToSrc()
49
stretch = std::max(stretch, mat.
mapRadius
(SK_Scalar1));
in scaleToleranceToSrc()
/third_party/skia/src/core/
H
A
D
SkBlurMF.cpp
119
SkScalar xformedSigma = this->ignoreXform() ? fSigma : ctm.
mapRadius
(fSigma);
in computeXformedSigma()
H
A
D
SkMatrix.cpp
1178
SkScalar SkMatrix::
mapRadius
(SkScalar radius) const {
in mapRadius()
function in SkMatrix
Completed in 20 milliseconds