Home
last modified time | relevance | path

Searched defs:tmpY (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/samplecode/
DSamplePathEffects.cpp90 SkScalar tmpY = y + SkIntToScalar(rand.nextS() % 25); in onOnceBeforeDraw() local
/third_party/skia/samplecode/
DSamplePathEffects.cpp90 SkScalar tmpY = y + SkIntToScalar(rand.nextS() % 25); in onOnceBeforeDraw() local
/third_party/ffmpeg/libswscale/x86/
Dswscale.c110 const int16_t **tmpY = (const int16_t **) lumPlane->tmp; in ff_updateMMXDitherTables() local
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp562 String tmpY = this->getTempVariable(arguments[1]->type()); in writeIntrinsicCall() local