Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkWindow.cpp181 evt.setFast32(uni); in handleChar()
199 evt.setFast32(key); in handleKey()
227 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()
DSampleApp.cpp1528 query->setFast32(fSamples.count()); in onQuery()
1545 query->setFast32(this->getGrContext() != NULL); in onQuery()
1558 evt.setFast32(uni); in onHandleChar()
1724 evt.setFast32(key); in onHandleKey()
2023 evt.setFast32(count); in SetRepeatDraw()
/external/skia/include/views/
DSkEvent.h115 void setFast32(uint32_t x) { f32 = x; } in setFast32() function
/external/skia/experimental/SkV8Example/
DGlobal.cpp127 evt->setFast32(id); in SetTimeout()
/external/skia/src/animator/
DSkDisplayPost.cpp203 fEvent.setFast32(futureTime); in enable()