Home
last modified time | relevance | path

Searched refs:packARGB (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/codec/
DSkBmpStandardCodec.cpp97 SkPMColor (*packARGB) (uint32_t, uint32_t, uint32_t, uint32_t); in createColorTable() local
99 packARGB = &SkPackARGB32NoCheck; in createColorTable()
101 packARGB = &SkPremultiplyARGBInline; in createColorTable()
116 colorTable[i] = packARGB(alpha, red, green, blue); in createColorTable()
/external/skia/src/animator/
DSkAnimateBase.h41 void packARGB(SkScalar [], int count, SkTDOperandArray* );
DSkAnimateBase.cpp162 void SkAnimateBase::packARGB(SkScalar array[], int count, SkTDOperandArray* converted) in packARGB() function in SkAnimateBase
DSkDisplayApply.cpp138 animator->packARGB(&values->fScalar, count, &converted); in applyValues()