Home
last modified time | relevance | path

Searched refs:curpos (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_font.c3127 Uint8 *curpos; in SDLTest_DrawCharacter() local
3178 curpos = linepos; in SDLTest_DrawCharacter()
3185 *(Uint32 *)curpos = 0xffffffff; in SDLTest_DrawCharacter()
3187 *(Uint32 *)curpos = 0; in SDLTest_DrawCharacter()
3189 curpos += 4; in SDLTest_DrawCharacter()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dfs.c158 int32_t curpos = -1; in obj_read() local
183 amp_fseek(fp, 0, HAL_SEEK_END, &curpos); in obj_read()
184 if (curpos < 0) { in obj_read()
187 size = curpos; in obj_read()
190 amp_fseek(fp, 0, HAL_SEEK_SET, &curpos); in obj_read()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dfs.c158 int32_t curpos = -1; in obj_read() local
183 amp_fseek(fp, 0, HAL_SEEK_END, &curpos); in obj_read()
184 if (curpos < 0) { in obj_read()
187 size = curpos; in obj_read()
190 amp_fseek(fp, 0, HAL_SEEK_SET, &curpos); in obj_read()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dfs.c154 mp_int_t curpos = -1; in obj_read() local
178 amp_fseek(fp, 0, HAL_SEEK_END, &curpos); in obj_read()
179 if (curpos < 0) { in obj_read()
182 size = curpos; in obj_read()
185 amp_fseek(fp, 0, HAL_SEEK_SET, &curpos); in obj_read()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c647 int32_t curpos = -1; in board_get_json_buff() local
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxPrimitives.c5917 Uint8 *curpos; in characterColor() local
6027 curpos = linepos; in characterColor()
6035 *(Uint32 *)curpos = color; in characterColor()
6037 *(Uint32 *)curpos = 0; in characterColor()
6038 curpos += 4; in characterColor()

Completed in 27 milliseconds