Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkWindow.cpp236 evt.setFast32(uni); in handleChar()
255 evt.setFast32(key); in handleKey()
285 evt.setFast32(key); in handleKeyUp()
DSkListView.cpp187 evt->setFast32(index);
256 evt.setFast32(index);
601 evt.setFast32(index);
DSkWidget.cpp247 evt.setFast32(this->getSinkID());
DSkEvent.cpp135 this->setFast32(n); in inflate()
/external/skia/samplecode/
DOverView.cpp56 evt.setFast32(iy * N + ix); in onFindClickHandler()
DTransitionView.cpp87 evt->setFast32(fNext->getSinkID()); in onEvent()
DSampleApp.cpp1439 query->setFast32(fSamples.count()); in onQuery()
1456 query->setFast32(this->getGrContext() != NULL); in onQuery()
1479 evt.setFast32(uni); in onHandleChar()
1611 evt.setFast32(key); in onHandleKey()
1889 evt.setFast32(count); in SetRepeatDraw()
1895 evt.setFast32(pred); in SetUsePipe()
/external/skia/include/views/
DSkEvent.h117 void setFast32(uint32_t x) { f32 = x; } in setFast32() function
/external/skia/src/animator/
DSkDisplayPost.cpp211 fEvent.setFast32(futureTime); in enable()
/external/skia/src/gpu/
Dapp-android.cpp214 evt.setFast32(index); in getSlideTitle()