Home
last modified time | relevance | path

Searched refs:initState (Results 1 – 6 of 6) sorted by relevance

/external/lzma/C/
DLzma2Dec.c170 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
252 Bool initState = (mode > 0); in Lzma2Dec_DecodeToDic() local
253 if ((!initDic && p->needInitDic) || (!initState && p->needInitState)) in Lzma2Dec_DecodeToDic()
256 LzmaDec_InitDicAndState(&p->decoder, initDic, initState); in Lzma2Dec_DecodeToDic()
DLzmaDec.c718 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() argument
730 if (initState) in LzmaDec_InitDicAndState()
/external/skia/src/core/
DSkColorMatrixFilterRowMajor255.h44 void initState();
DSkColorMatrixFilterRowMajor255.cpp36 void SkColorMatrixFilterRowMajor255::initState() { in initState() function in SkColorMatrixFilterRowMajor255
56 this->initState(); in SkColorMatrixFilterRowMajor255()
429 cf->initState(); in CreateSingleChannelOutput()
/external/skia/src/animator/
DSkAnimateActive.h43 void initState(SkApply* , int offset);
DSkAnimateActive.cpp35 initState(&fApply, 0); in init()
73 initState(apply, oldCount); in append()
269 void SkActive::initState(SkApply* apply, int offset) { in initState() function in SkActive