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:SkHalfToFloat
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/tests/
H
A
D
MathTest.cpp
207
float f =
SkHalfToFloat
(h);
in unittest_half()
219
float f =
SkHalfToFloat
(h);
in unittest_half()
224
f =
SkHalfToFloat
(h);
in unittest_half()
229
f =
SkHalfToFloat
(h);
in unittest_half()
234
f =
SkHalfToFloat
(h);
in unittest_half()
239
f =
SkHalfToFloat
(h);
in unittest_half()
244
f =
SkHalfToFloat
(h);
in unittest_half()
249
f =
SkHalfToFloat
(h);
in unittest_half()
H
A
D
Float16Test.cpp
35
float expected =
SkHalfToFloat
(h),
in DEF_TEST()
/third_party/skia/src/core/
H
A
D
SkPixmap.cpp
121
value =
SkHalfToFloat
(half);
in getAlphaf()
288
return SkColorSetA(0, 255 *
SkHalfToFloat
(value));
in getColor()
312
uint32_t r = 255 *
SkHalfToFloat
((value >> 0) & 0xffff);
in getColor()
313
uint32_t g = 255 *
SkHalfToFloat
((value >> 16) & 0xffff);
in getColor()
H
A
D
SkHalf.cpp
72
float
SkHalfToFloat
(SkHalf h) {
in SkHalfToFloat()
function
H
A
D
SkConvertPixels.cpp
158
dst[x] = (uint8_t) (255.0f *
SkHalfToFloat
(src64[x] >> 48));
in convert_to_alpha8()
182
dst[x] = (uint8_t) (255.0f *
SkHalfToFloat
(srcF16[x]));
in convert_to_alpha8()
H
A
D
SkVM.cpp
1148
if (int X; this->allImm(x.id,&X)) { return splat(
SkHalfToFloat
(X)); }
in from_fp16()
/third_party/skia/include/private/
H
A
D
SkHalf.h
25
float
SkHalfToFloat
(SkHalf h);
Completed in 11 milliseconds