Searched refs:tmpM (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkComposeShader.cpp | 84 SkMatrix tmpM; in onCreateContext() local 85 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix()); in onCreateContext() 94 newRec.fMatrix = &tmpM; in onCreateContext()
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1373 SkMatrix tmpM; in drawTiledBitmap() local 1374 tmpM.setTranslate(offset.fX - srcRect.fLeft, offset.fY - srcRect.fTop); in drawTiledBitmap() 1375 viewM.preConcat(tmpM); in drawTiledBitmap()
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 1811 int32_t tmpH, tmpM, tmpS; in parseOffsetFields() local 1819 tmpLen = parseOffsetFieldsWithPattern(text, start, items, TRUE, tmpH, tmpM, tmpS); in parseOffsetFields() 1831 offsetM = tmpM; in parseOffsetFields()
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 10417 IRTemp tmpM = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 10421 assign( tmpM, isT ? getIRegT(regM) : getIRegA(regM) ); in decode_V6MEDIA_instruction() 10422 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) ); in decode_V6MEDIA_instruction() 10500 IRTemp tmpM = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 10505 assign( tmpM, isT ? getIRegT(regM) : getIRegA(regM) ); in decode_V6MEDIA_instruction() 10506 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) ); in decode_V6MEDIA_instruction()
|