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:SkScalarToDouble
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/utils/mac/
H
A
D
SkCGBase.h
25
return CGFLOAT_IS_DOUBLE ?
SkScalarToDouble
(scalar) : SkScalarToFloat(scalar);
in SkScalarToCGFloat()
/third_party/skia/src/core/
H
A
D
SkFDot6.h
32
tmp.fDouble =
SkScalarToDouble
(x) + magic;
in SkScalarRoundToFDot6()
H
A
D
SkPath.cpp
2446
double p0x =
SkScalarToDouble
(p0.fX);
in cross_prod()
2447
double p0y =
SkScalarToDouble
(p0.fY);
in cross_prod()
2449
double p1x =
SkScalarToDouble
(p1.fX);
in cross_prod()
2450
double p1y =
SkScalarToDouble
(p1.fY);
in cross_prod()
2452
double p2x =
SkScalarToDouble
(p2.fX);
in cross_prod()
2453
double p2y =
SkScalarToDouble
(p2.fY);
in cross_prod()
/third_party/skia/samplecode/
H
A
D
SamplePath.cpp
60
SkScalarToDouble
(r.fLeft),
SkScalarToDouble
(r.fTop),
in test_cubic2()
61
SkScalarToDouble
(r.fRight),
SkScalarToDouble
(r.fBottom),
in test_cubic2()
/third_party/skia/include/core/
H
A
D
SkScalar.h
62
#define
SkScalarToDouble
(x) static_cast<double>(x)
macro
/third_party/skia/tests/
H
A
D
TypefaceTest.cpp
214
SkScalarToDouble
(actual[actualIdx].value));
in DEF_TEST()
/third_party/skia/src/ports/
H
A
D
SkFontHost_FreeType.cpp
2036
SkScalarToDouble
(coordinate.value),
2037
SkScalarToDouble
(axisValue));
Completed in 12 milliseconds