Searched refs:insets (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DemoUtility.java | 55 c.insets = new Insets(2,2,2,2); in fixGrid() 78 new insets. 80 public static void setInsets(Container cont, Component comp, Insets insets) { in setInsets() argument 83 g.insets = insets; in setInsets()
|
/third_party/skia/samplecode/ |
H A D | SampleDegenerateQuads.cpp | 279 SkPoint insets[8]; 283 make_aa_line(fCorners[i], fCorners[(i + 1) % 4], fEdgeAA[i], false, insets + i * 2); 309 coverage = get_edge_dist_coverage(fEdgeAA, fCorners, outsets, insets, 339 draw_extended_line(canvas, linePaint, insets[i * 2], insets[i * 2 + 1]);
|
/third_party/skia/gm/ |
H A D | polygonoffset.cpp | 509 // Draw a single polygon with insets and potentially outsets 535 const float insets[] = { 5, 10, 15, 20, 25, 30, 35, 40 }; in drawPolygon() local 568 size_t count = fConvexOnly ? SK_ARRAY_COUNT(insets) : SK_ARRAY_COUNT(offsets); in drawPolygon() 570 SkScalar offset = fConvexOnly ? insets[i] : offsets[i]; in drawPolygon()
|
/third_party/backends/japi/ |
H A D | Jscanimage.java | 359 c.insets = new Insets(8, 4, 4, 4); in initSaneOptions() 362 c.insets = null; in initSaneOptions() 389 c.insets = new Insets(0, 8, 0, 0); in initOutputPanel() 484 c.insets = new Insets(8, 8, 8, 8); in initButtons()
|
Completed in 4 milliseconds