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:SK_B16_BITS
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/include/private/
H
A
D
SkColorData.h
21
#define
SK_B16_BITS
5
macro
23
#define SK_R16_SHIFT (
SK_B16_BITS
+ SK_G16_BITS)
24
#define SK_G16_SHIFT (
SK_B16_BITS
)
29
#define SK_B16_MASK ((1 <<
SK_B16_BITS
) - 1)
44
return (b << (8 -
SK_B16_BITS
)) | (b >> (2 *
SK_B16_BITS
- 8));
in SkB16ToB32()
297
#define SkB32ToB16_MACRO(b) ((unsigned)(b) >> (SK_B32_BITS -
SK_B16_BITS
))
321
unsigned b = ((c >> (SK_B32_SHIFT + (8 -
SK_B16_BITS
))) & SK_B16_MASK) << SK_B16_SHIFT;
in SkPixel32ToPixel16()
349
db = (sb + SkMul16ShiftRound(db, isa,
SK_B16_BITS
)) >> (8 -
SK_B16_BITS
);
in SkSrcOver32To16()
[all...]
/third_party/skia/src/core/
H
A
D
SkBlitter_ARGB32.cpp
38
int maskB = SkGetPackedB16(mask) >> (
SK_B16_BITS
- 5);
in blend_lcd16()
78
int maskB = SkGetPackedB16(mask) >> (
SK_B16_BITS
- 5);
in blend_lcd16_opaque()
108
#define SK_B16x5_B32x5_SHIFT (SK_B32_SHIFT - SK_B16_SHIFT -
SK_B16_BITS
+ 5)
489
SK_B16_BITS
+ SK_R16_BITS + 1);
in blit_row_lcd16_opaque()
546
SK_B16_BITS
+ SK_R16_BITS + 1);
in blit_row_lcd16()
1233
int maskB = SkGetPackedB16(m) >> (
SK_B16_BITS
- 5);
in blend_row_lcd16()
1267
int maskB = SkGetPackedB16(m) >> (
SK_B16_BITS
- 5);
in blend_row_LCD16_opaque()
Completed in 4 milliseconds