Searched refs:i_rect (Results 1 – 4 of 4) sorted by relevance
/external/skia/docs/examples/ |
D | Rect_set.cpp | 7 SkIRect i_rect = {3, 4, 1, 2}; in draw() local 8 … SkDebugf("i_rect: {%d, %d, %d, %d}\n", i_rect.fLeft, i_rect.fTop, i_rect.fRight, i_rect.fBottom); in draw() 10 f_rect.set(i_rect); in draw()
|
D | Rect_MakeIWH.cpp | 7 SkIRect i_rect = SkIRect::MakeWH(25, 35); in draw() local 9 SkDebugf("i_rect width: %d f_rect width:%g\n", i_rect.width(), f_rect.width()); in draw() 10 i_rect = SkIRect::MakeWH(125000111, 0); in draw() 12 SkDebugf("i_rect width: %d f_rect width:%.0f\n", i_rect.width(), f_rect.width()); in draw()
|
/external/skqp/docs/ |
D | SkRect_Reference.bmh | 107 SkIRect i_rect = SkIRect::MakeWH(25, 35); 109 SkDebugf("i_rect width: %d f_rect width:%g\n", i_rect.width(), f_rect.width()); 110 i_rect = SkIRect::MakeWH(125000111, 0); 112 SkDebugf("i_rect width: %d f_rect width:%.0f\n", i_rect.width(), f_rect.width()); 114 i_rect width: 25 f_rect width:25 115 i_rect width: 125000111 f_rect width:125000112 796 SkIRect i_rect = {3, 4, 1, 2}; 797 … SkDebugf("i_rect: {%d, %d, %d, %d}\n", i_rect.fLeft, i_rect.fTop, i_rect.fRight, i_rect.fBottom); 799 f_rect.set(i_rect); 802 i_rect: {3, 4, 1, 2}
|
/external/skqp/site/user/api/ |
D | SkRect_Reference.md | 254 i_rect width: 25 f_rect width:25 255 i_rect width: 125000111 f_rect width:125000112 1206 i_rect: {3, 4, 1, 2}
|