OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkUnsplay
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
ColorPrivTest.cpp
14
ASSERT(
SkUnsplay
(ag << 8, rb << 8) == color);
18
ASSERT(
SkUnsplay
(agrb<<8) == color);
/external/skia/include/core/
SkColorPriv.h
470
static inline uint32_t
SkUnsplay
(uint32_t ag, uint32_t rb) {
479
static inline uint32_t
SkUnsplay
(uint64_t agrb) {
497
return
SkUnsplay
(ret_ag, ret_rb);
503
return
SkUnsplay
(SkSplay(src) * scale + (256-scale) * SkSplay(dst));
[
all
...]
Completed in 56 milliseconds