HomeSort by relevance Sort by last modified time
    Searched full:corner (Results 76 - 100 of 1638) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skqp/gm/
patheffects.cpp 20 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); local
23 compose = SkPathEffect::MakeCompose(sk_ref_sp(pe), corner);
25 compose = corner;
occludedrrectblur.cpp 63 static void draw_45(SkCanvas* canvas, SkRRect::Corner corner,
65 SkRRect::Corner left = SkRRect::kUpperLeft_Corner, right = SkRRect::kUpperLeft_Corner;
70 switch (corner) {
174 static void draw_30_60(SkCanvas* canvas, SkRRect::Corner corner, const SkVector& v,
176 SkRRect::Corner left = SkRRect::kUpperLeft_Corner, right = SkRRect::kUpperLeft_Corner;
181 switch (corner) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemPointerIconButton.java 54 // Top/left or bottom/right corner.
57 // Top/rightor bottom/left corner.
  /external/autotest/client/cros/multimedia/
display_info.py 14 @param left: The x-coordinate of the upper-left corner.
15 @param top: The y-coordinate of the upper-left corner.
  /external/eigen/test/
eigen2support.cpp 39 VERIFY_IS_EQUAL((m1.corner(TopLeft,1,1)), (m1.block(0,0,1,1)));
40 VERIFY_IS_EQUAL((m1.template corner<1,1>(TopLeft)), (m1.template block<1,1>(0,0)));
  /external/mesa3d/src/mesa/state_tracker/
st_atom_stipple.c 46 * the origin (0,0) is the lower-left corner of the window.
47 * With Gallium, the origin is the upper-left corner of the window.
  /external/pdfium/xfa/fxfa/parser/
cxfa_box.cpp 142 CXFA_Corner* corner; local
144 corner =
145 JSObject()->GetOrCreateProperty<CXFA_Corner>(i, XFA_Element::Corner);
147 corner = JSObject()->GetProperty<CXFA_Corner>(i, XFA_Element::Corner);
151 // with a null corner in the first position.
152 if (corner || i == 0) {
153 strokes[j] = corner;
cxfa_border.cpp 16 {XFA_Element::Corner, 4, 0}, {XFA_Element::Fill, 1, 0},
cxfa_stroke.h 33 bool IsCorner() const { return GetElementType() == XFA_Element::Corner; }
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 42 * @param x the variable x-coordinate of the upper-left corner of the image.
43 * @param y the variable y-coordinate of the upper-left corner of the image.
  /external/skia/gm/
occludedrrectblur.cpp 63 static void draw_45(SkCanvas* canvas, SkRRect::Corner corner,
65 SkRRect::Corner left = SkRRect::kUpperLeft_Corner, right = SkRRect::kUpperLeft_Corner;
70 switch (corner) {
174 static void draw_30_60(SkCanvas* canvas, SkRRect::Corner corner, const SkVector& v,
176 SkRRect::Corner left = SkRRect::kUpperLeft_Corner, right = SkRRect::kUpperLeft_Corner;
181 switch (corner) {
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/html/
manpage.css 223 background: #f0f5fa url(/i/corner-leftline.gif) repeat-y;
227 background: #f0f5fa url(/i/corner-rightline.gif) repeat-y;
231 background: #f0f5fa url(/i/corner-topline.gif) repeat-x;
235 background: #f0f5fa url(/i/corner-botline.gif) repeat-x;
239 background: #ffffff url(/i/corner-rightline.gif) repeat-y;
243 background: #ffffff url(/i/corner-topline.gif) repeat-x;
247 background: #ffffff url(/i/corner-botline.gif) repeat-x;
255 background: #ffffff url(/i/corner-leftline.gif) repeat-y;
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
manpage.css 223 background: #f0f5fa url(/i/corner-leftline.gif) repeat-y;
227 background: #f0f5fa url(/i/corner-rightline.gif) repeat-y;
231 background: #f0f5fa url(/i/corner-topline.gif) repeat-x;
235 background: #f0f5fa url(/i/corner-botline.gif) repeat-x;
239 background: #ffffff url(/i/corner-rightline.gif) repeat-y;
243 background: #ffffff url(/i/corner-topline.gif) repeat-x;
247 background: #ffffff url(/i/corner-botline.gif) repeat-x;
255 background: #ffffff url(/i/corner-leftline.gif) repeat-y;
  /frameworks/support/car/src/main/java/androidx/car/utils/
ListItemBackgroundResolver.java 33 * rectangle with rounded corner. The view is assumed to have a non-rounded corner outline.
  /developers/build/prebuilts/gradle/CardView/Application/src/main/res/values/
strings.xml 22 \n\nTo set the corner radius in your layouts, use the <font
  /developers/build/prebuilts/gradle/CardView/kotlinApp/Application/src/main/res/values/
strings.xml 24 \n\nTo set the corner radius in your layouts, use the <font
  /developers/samples/android/ui/views/CardView/Application/src/main/res/values/
strings.xml 22 \n\nTo set the corner radius in your layouts, use the <font
  /developers/samples/android/ui/views/CardView/kotlinApp/Application/src/main/res/values/
strings.xml 24 \n\nTo set the corner radius in your layouts, use the <font
  /development/samples/browseable/CardView/res/values/
strings.xml 22 \n\nTo set the corner radius in your layouts, use the <font
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
curses_tests.py 22 stdscr.addstr(uly-2, ulx, "Be sure to try typing in the lower-right corner.")
  /external/autotest/client/site_tests/firmware_TouchMTB/
test_conf.py 333 GV.TL: ('top left corner',),
334 GV.TR: ('top right corner',),
335 GV.BL: ('bottom left corner',),
336 GV.BR: ('bottom right corner',),
597 GV.TL: ('top left corner',),
598 GV.TR: ('top right corner',),
599 GV.BL: ('bottom left corner',),
600 GV.BR: ('bottom right corner',),
639 GV.BL: ('bottom left corner',),
641 GV.BR: ('bottom right corner',),
    [all...]
  /external/autotest/client/site_tests/touch_ScrollDirection/
README 17 corner of the screen, and then move the cursor back to center of
  /external/autotest/client/site_tests/touch_TapSettings/
README 21 corner of the screen and then move the cursor back to center of
  /external/llvm/test/CodeGen/X86/
unreachable-loop-sinking.ll 5 ; not worthwhile, and there are corner cases which it doesn't handle.
  /external/python/cpython2/Demo/tkinter/matt/
canvas-w-widget-draw-el.py 20 # upper right and corner of the window, as usual for X)

Completed in 1248 milliseconds

1 2 34 5 6 7 8 91011>>