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_G16_BITS
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/include/private/
H
A
D
SkColorData.h
20
#define
SK_G16_BITS
6
macro
23
#define SK_R16_SHIFT (SK_B16_BITS +
SK_G16_BITS
)
28
#define SK_G16_MASK ((1 <<
SK_G16_BITS
) - 1)
40
return (g << (8 -
SK_G16_BITS
)) | (g >> (2 *
SK_G16_BITS
- 8));
in SkG16ToG32()
296
#define SkG32ToG16_MACRO(g) ((unsigned)(g) >> (SK_G32_BITS -
SK_G16_BITS
))
320
unsigned g = ((c >> (SK_G32_SHIFT + (8 -
SK_G16_BITS
))) & SK_G16_MASK) << SK_G16_SHIFT;
in SkPixel32ToPixel16()
348
dg = (sg + SkMul16ShiftRound(dg, isa,
SK_G16_BITS
)) >> (8 -
SK_G16_BITS
);
in SkSrcOver32To16()
362
SkASSERT((g >> (8 -
SK_G16_BITS
))
in SkPixel16ToColor()
[all...]
/third_party/skia/src/core/
H
A
D
SkBlitter_ARGB32.cpp
37
int maskG = SkGetPackedG16(mask) >> (
SK_G16_BITS
- 5);
in blend_lcd16()
77
int maskG = SkGetPackedG16(mask) >> (
SK_G16_BITS
- 5);
in blend_lcd16_opaque()
107
#define SK_G16x5_G32x5_SHIFT (SK_G32_SHIFT - SK_G16_SHIFT -
SK_G16_BITS
+ 5)
1232
int maskG = SkGetPackedG16(m) >> (
SK_G16_BITS
- 5);
in blend_row_lcd16()
1266
int maskG = SkGetPackedG16(m) >> (
SK_G16_BITS
- 5);
in blend_row_LCD16_opaque()
Completed in 5 milliseconds