Searched refs:stroke (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.5/build/demos/prc/patterns/data/ |
| D | patterns.txt | 3 "+" 4 0 64 | (34,0) (38,63) | (6,32) (52,26) | # '+' Different stroke order 14 "4" 1 0 64 | (57,38) (4,40) (29,0) (37,63) | # '4' 1 stroke 16 … 64 | (15,2) (49,0) | (12,2) (16,31) (34,28) (50,44) (36,63) (14,57) | # '5' Different stroke order 20 "7" 1 0 64 | (10,1) (53,0) (25,62) | # '7' 1 stroke 26 "9" 1 0 64 | (46,15) (43,28) (29,29) (18,22) (15,8) (33,0) (45,10) (38,62) | # '9' Different stroke… 44 "i" 2 0 64 | (31,21) (31,62) | (26,0) (37,9) | # 'i' Different stroke order 46 "i" 2 0 64 | (25,0) (33,6) | (19,22) (29,19) (28,57) (41,60) | # 'i' Serif, different stroke order 50 …6,0) (35,5) | (20,19) (35,20) (38,52) (29,63) (27,47) (42,33) | # 'j' Serif, different stroke order 62 "p" 2 0 64 | (17,0) (26,63) (20,20) (36,3) (45,10) (36,34) (21,33) | # 'p' 1 stroke 70 "t" 2 0 64 | (32,0) (23,56) (34,63) (51,49) | (12,23) (47,21) | # 't' Different stroke order [all …]
|
| /TwlSDK-5.5/build/demos/ctrdg/backup-1/include/ |
| D | draw.h | 136 void BlitRect(int x, int y, int wx, int wy, RGB555 * src, int stroke); 137 void TransRect(int x, int y, int wx, int wy, RGB555 * src, int stroke);
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOBitmap.c | 387 void DEMOBlitRect(int x, int y, int wx, int wy, const GXRgb *image, int stroke) in DEMOBlitRect() argument 406 image += stroke; in DEMOBlitRect() 432 int stroke = wx; in DEMOBlitTex16() local 466 src += (stroke - tx) * 8 / 2; in DEMOBlitTex16() 692 int stroke = GX_LCD_SIZE_X; in DEMODrawText() local 708 dst += stroke; in DEMODrawText()
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/DEMOLib/include/ |
| D | DEMOBitmap.h | 140 void DEMOBlitRect(int x, int y, int wx, int wy, const GXRgb *image, int stroke);
|
| /TwlSDK-5.5/build/demos/ctrdg/backup-1/src/ |
| D | draw.c | 250 void BlitRect(int x, int y, int wx, int wy, RGB555 * src, int stroke) in BlitRect() argument 261 src += stroke; in BlitRect() 267 void TransRect(int x, int y, int wx, int wy, RGB555 * src, int stroke) in TransRect() argument 284 src += stroke; in TransRect()
|