Lines Matching refs:PLTT_WHITE
269 PrintString(3, 14, PLTT_WHITE, "parent packet ... %d BYTE", parent_packet_size); in DrawFrame()
272 PrintString(3, 16, PLTT_WHITE, "sync mode ... %s", in DrawFrame()
296 PrintString(3 + i, 20, PLTT_WHITE, "%c", c); in DrawFrame()
298 PrintString(3 + i, 21, PLTT_WHITE, "!"); in DrawFrame()
311 PrintString(3, 14, PLTT_WHITE, " sync "); in DrawFrame()
317 PrintString(10, 14, PLTT_WHITE, " async "); in DrawFrame()
323 PrintString(5, 16 + i, (i == file_index) ? PLTT_YELLOW : PLTT_WHITE, file_path[i]); in DrawFrame()
329 PrintString(3, 20, PLTT_WHITE, "read error!"); in DrawFrame()
334 PrintString(3, 20, PLTT_WHITE, "read done %d BYTE", read_byte); in DrawFrame()
335 PrintString(3, 21, PLTT_WHITE, "%d [bps]", read_time); in DrawFrame()
343 PrintString(3, 20, PLTT_WHITE, "reading %d BYTE", read_byte); in DrawFrame()
344 PrintString(3, 21, PLTT_WHITE, "%8d / %d", current, total); in DrawFrame()