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:fBlurSigma
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/modules/skparagraph/src/
H
A
D
TextShadow.cpp
10
: fColor(color), fOffset(offset),
fBlurSigma
(blurSigma) {}
in TextShadow()
15
if (
fBlurSigma
!= other.
fBlurSigma
) return false;
in operator ==()
24
if (
fBlurSigma
!= 0.0) return true;
in hasShadow()
H
A
D
TextLine.cpp
743
SkDoubleToScalar(shadow.
fBlurSigma
));
/third_party/skia/samplecode/
H
A
D
SampleAnimBlur.cpp
25
SkScalar
fBlurSigma
= 0;
member in AnimBlurView
42
fBlurSigma
));
51
fBlurSigma
= get_anim_sin(1e-9 * nanos, 100, 4, 5);
/third_party/skia/src/effects/
H
A
D
SkEmbossMaskFilter.cpp
64
: fLight(light),
fBlurSigma
(blurSigma)
in SkEmbossMaskFilter()
66
SkASSERT(
fBlurSigma
> 0);
in SkEmbossMaskFilter()
80
SkScalar sigma = matrix.mapRadius(
fBlurSigma
);
in filterMask()
142
buffer.writeScalar(
fBlurSigma
);
in flatten()
H
A
D
SkEmbossMaskFilter.h
43
SkScalar
fBlurSigma
;
member in SkEmbossMaskFilter
/third_party/skia/modules/skparagraph/include/
H
A
D
TextShadow.h
15
double
fBlurSigma
= 0.0;
member in skia::textlayout::TextShadow
Completed in 6 milliseconds