Home
last modified time | relevance | path

Searched refs:setFast32 (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/views/
DSkWindow.cpp153 evt.setFast32(uni); in handleChar()
171 evt.setFast32(key); in handleKey()
199 evt.setFast32(key); in handleKeyUp()
DSkEvent.cpp135 this->setFast32(n); in inflate()
/external/skia/samplecode/
DGMSampleView.cpp18 evt->setFast32(doShowSize); in NewShowSizeEvt()
DOverView.cpp82 evt.setFast32(i); in onFindClickHandler()
DSampleXfer.cpp64 evt->setFast32(fFast32); in onPrepareWidEvent()
DSampleApp.cpp1632 query->setFast32(fSamples.count()); in onQuery()
1649 query->setFast32(this->getGrContext() != nullptr); in onQuery()
1662 evt.setFast32(uni); in onHandleChar()
1852 evt.setFast32(key); in onHandleKey()
2131 evt.setFast32(count); in SetRepeatDraw()
/external/skia/include/views/
DSkEvent.h115 void setFast32(uint32_t x) { f32 = x; } in setFast32() function
/external/skia/src/animator/
DSkDisplayPost.cpp203 fEvent.setFast32(futureTime); in enable()
/external/skia/experimental/SkV8Example/
DGlobal.cpp127 evt->setFast32(id); in SetTimeout()