Searched defs:tmpM (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkComposeShader.cpp94 SkMatrix tmpM; local
96 (void)this->getLocalMatrix(&tmpM);
97 tmpM.setConcat(matrix, tmpM);
101 return fShaderA->setContext(device, paint, tmpM) &&
102 fShaderB->setContext(device, paint, tmpM);
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c9730 IRTemp tmpM = newTemp(Ity_I32); local
9734 assign( tmpM, isT ? getIRegT(regM) : getIRegA(regM) );
9735 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) );
9813 IRTemp tmpM = newTemp(Ity_I32); local
9818 assign( tmpM, isT ? getIRegT(regM) : getIRegA(regM) );
9819 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) );

Completed in 120 milliseconds