OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packARGB
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/animator/
SkAnimateBase.h
41
void
packARGB
(SkScalar [], int count, SkTDOperandArray* );
SkAnimateBase.cpp
162
void SkAnimateBase::
packARGB
(SkScalar array[], int count, SkTDOperandArray* converted)
SkDisplayApply.cpp
138
animator->
packARGB
(&values->fScalar, count, &converted);
/external/skia/src/codec/
SkBmpStandardCodec.cpp
97
SkPMColor (*
packARGB
) (uint32_t, uint32_t, uint32_t, uint32_t);
99
packARGB
= &SkPackARGB32NoCheck;
101
packARGB
= &SkPremultiplyARGBInline;
116
colorTable[i] =
packARGB
(alpha, red, green, blue);
Completed in 840 milliseconds