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:SkScalarFraction
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/bench/
H
A
D
BlurRectBench.cpp
82
if (
SkScalarFraction
(rad) != 0) {
in BlurRectDirectBench()
134
if (
SkScalarFraction
(rad) != 0) {
in BlurRectBoxFilterBench()
162
if (
SkScalarFraction
(rad) != 0) {
in BlurRectGaussianBench()
H
A
D
MorphologyBench.cpp
41
if (
SkScalarFraction
(rad) != 0) {
in MorphologyBench()
H
A
D
BlurBench.cpp
42
if (
SkScalarFraction
(rad) != 0) {
in BlurBench()
/third_party/skia/src/gpu/ops/
H
A
D
SoftwarePathRenderer.cpp
304
SkFixed fracX = SkScalarToFixed(
SkScalarFraction
(tx)) & 0x0000FF00;
in onDrawPath()
305
SkFixed fracY = SkScalarToFixed(
SkScalarFraction
(ty)) & 0x0000FF00;
in onDrawPath()
H
A
D
TextureOp.cpp
80
SkScalarFraction
(srcRect.fLeft) !=
SkScalarFraction
(dstRect.fLeft) ||
in filter_and_mm_have_effect()
81
SkScalarFraction
(srcRect.fTop) !=
SkScalarFraction
(dstRect.fTop);
in filter_and_mm_have_effect()
/third_party/skia/include/core/
H
A
D
SkScalar.h
102
static inline SkScalar
SkScalarFraction
(SkScalar x) {
in SkScalarFraction()
function
/third_party/skia/src/gpu/
H
A
D
GrBlurUtils.cpp
349
SkFixed fracX = SkScalarToFixed(
SkScalarFraction
(tx)) & 0x0000FF00;
in compute_key_and_clip_bounds()
350
SkFixed fracY = SkScalarToFixed(
SkScalarFraction
(ty)) & 0x0000FF00;
in compute_key_and_clip_bounds()
/third_party/skia/src/shaders/gradients/
H
A
D
Sk4fLinearGradient.cpp
60
SkScalar f = SkScalarIsFinite(fx) ?
SkScalarFraction
(fx) : 0;
in pinFx()
Completed in 7 milliseconds