Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkCodec_libbmp.cpp656 SkPMColor (*packARGB) (uint32_t, uint32_t, uint32_t, uint32_t); in createColorTable() local
660 packARGB = &SkPackARGB32NoCheck; in createColorTable()
663 packARGB = &SkPreMultiplyARGB; in createColorTable()
670 packARGB = NULL; in createColorTable()
687 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()