Home
last modified time | relevance | path

Searched refs:pos (Results 1 - 12 of 12) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dapp_demo_i2c_oled.h22 void OledPositionCleanScreen(unsigned char fillData, unsigned char line, unsigned char pos, unsigned char len);
H A Dapp_demo_i2c_oled.c497 * pos :write positon start from x axis
500 void OledPositionCleanScreen(unsigned char fillData, unsigned char line, unsigned char pos, unsigned char len) in OledPositionCleanScreen() argument
507 for (unsigned char n = pos; n < len; n++) { in OledPositionCleanScreen()
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/
H A Dapp_demo_i2c_oled.h21 void OledPositionCleanScreen(unsigned char fillData, unsigned char line, unsigned char pos, unsigned char len);
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Dapp_demo_i2c_oled.h22 void OledPositionCleanScreen(unsigned char fillData, unsigned char line, unsigned char pos, unsigned char len);
H A Dapp_demo_i2c_oled.c497 * pos :write positon start from x axis
500 void OledPositionCleanScreen(unsigned char fillData, unsigned char line, unsigned char pos, unsigned char len) in OledPositionCleanScreen() argument
507 for (unsigned char n = pos; n < len; n++) { in OledPositionCleanScreen()
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
H A Dapp_demo_i2c_oled.h22 void OledPositionCleanScreen(unsigned char fillData, unsigned char line, unsigned char pos, unsigned char len);
H A Dapp_demo_i2c_oled.c497 * pos :write positon start from x axis
500 void OledPositionCleanScreen(unsigned char fillData, unsigned char line, unsigned char pos, unsigned char len) in OledPositionCleanScreen() argument
507 for (unsigned char n = pos; n < len; n++) { in OledPositionCleanScreen()
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/
H A Dvideo2bin.py36 pos = cap.get(cv.CAP_PROP_POS_FRAMES)
37 percent = pos / frameCount * 100
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/
H A Dapp_demo_i2c_oled.h23 unsigned char pos, unsigned char len);
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H A Dsample_ui.cpp117 Point pos = event.GetCurrentPos(); variable
122 printf("click at (%d,%d), move to (%d,%d)\n", pos.x, pos.y, x, y);
H A Dui_animator_test.cpp115 int16_t pos = easingFunc_(startPos_, endPos_, animator_->GetRunTime(), animator_->GetTime()); in Callback() local
117 view->SetPosition(pos, view->GetY()); in Callback()
/vendor/ohemu/qemu_small_system_demo/apps/src/
H A Dsample_ui.cpp156 Point pos = event.GetCurrentPos(); variable
161 HILOG_DEBUG(HILOG_MODULE_APP, "click at (%d,%d), move to (%d,%d)\n", pos.x, pos.y, x, y);

Completed in 6 milliseconds