Searched refs:initState (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/core/ |
D | SkColorMatrixFilterRowMajor255.cpp | 37 void SkColorMatrixFilterRowMajor255::initState() { in initState() function in SkColorMatrixFilterRowMajor255 57 this->initState(); in SkColorMatrixFilterRowMajor255() 321 cf->initState(); in MakeSingleChannelOutput()
|
D | SkColorMatrixFilterRowMajor255.h | 44 void initState();
|
/external/skia/src/core/ |
D | SkColorMatrixFilterRowMajor255.cpp | 37 void SkColorMatrixFilterRowMajor255::initState() { in initState() function in SkColorMatrixFilterRowMajor255 57 this->initState(); in SkColorMatrixFilterRowMajor255() 321 cf->initState(); in MakeSingleChannelOutput()
|
D | SkColorMatrixFilterRowMajor255.h | 44 void initState();
|
/external/oj-libjdwp/src/share/back/ |
D | stepControl.c | 166 initState(JNIEnv *env, jthread thread, StepRequest *step) in initState() function 501 error = initState(env, thread, step); in completeStep() 715 error = initState(env, thread, step); in stepControl_resetRequest() 822 error = initState(env, thread, step); in stepControl_beginStep()
|
/external/brotli/java/org/brotli/dec/ |
D | BitReaderTest.java | 25 Decode.initState(reader, new ByteArrayInputStream(new byte[1])); in testReadAfterEos()
|
D | BrotliInputStream.java | 81 Decode.initState(state, source); in BrotliInputStream()
|
D | Decode.java | 148 static void initState(State s, InputStream input) { in initState() method in Decode
|
/external/lzma/C/ |
D | Lzma2Dec.c | 172 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState); 258 BoolInt initState = (p->control >= 0xA0); in Lzma2Dec_DecodeToDic() local 259 LzmaDec_InitDicAndState(&p->decoder, initDic, initState); in Lzma2Dec_DecodeToDic()
|
D | LzmaDec.c | 853 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState() argument 864 if (initState) in LzmaDec_InitDicAndState()
|
/external/u-boot/lib/lzma/ |
D | LzmaDec.c | 711 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() argument 723 if (initState) in LzmaDec_InitDicAndState()
|
/external/brotli/js/ |
D | decode.js | 66 function initState(s, input) { function in BrotliDecodeClosure 1697 initState(s, new InputStream(bytes));
|