Home
last modified time | relevance | path

Searched refs:i_rect (Results 1 – 4 of 4) sorted by relevance

/external/skia/docs/examples/
DRect_set.cpp7 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()
DRect_MakeIWH.cpp7 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/
DSkRect_Reference.bmh107 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/
DSkRect_Reference.md254 i_rect width: 25 f_rect width:25
255 i_rect width: 125000111 f_rect width:125000112
1206 i_rect: {3, 4, 1, 2}