/external/skia/include/effects/ |
SkGradientShader.h | 54 /** Returns a shader that generates a radial gradient given the center and radius. 58 It is an error for colorCount to be < 2, or for radius to be <= 0. 60 @param radius Must be positive. The radius of the circle for this gradient 71 static SkShader* CreateRadial(const SkPoint& center, SkScalar radius, 77 /** Returns a shader that generates a radial gradient given the start position, start radius, end position and end radius. 84 @param startRadius Must be positive. The radius of the start circle for this gradient. 86 @param endRadius Must be positive. The radius of the end circle for this gradient.
|
/external/chromium/chrome/browser/ui/cocoa/ |
profile_menu_button.mm | 37 radius:(CGFloat)radius; 166 radius:(CGFloat)radius { 167 const NSRect innerRect = NSInsetRect(rect, radius, radius); 177 radius:radius 186 radius:radius [all...] |
/external/chromium_org/remoting/webapp/ |
toolbar.css | 25 border-bottom-left-radius: 7px; 26 border-bottom-right-radius: 7px; 40 border-radius: 7px;
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatQuad.cpp | 182 static inline bool lineIntersectsCircle(const FloatPoint& center, float radius, const FloatPoint& p0, const FloatPoint& p1) 186 float radius2 = radius * radius; 196 // If distance between the center point and the line > the radius, 208 bool FloatQuad::intersectsCircle(const FloatPoint& center, float radius) const 211 || lineIntersectsCircle(center, radius, m_p1, m_p2) 212 || lineIntersectsCircle(center, radius, m_p2, m_p3) 213 || lineIntersectsCircle(center, radius, m_p3, m_p4) 214 || lineIntersectsCircle(center, radius, m_p4, m_p1); 219 // Transform the ellipse to an origin-centered circle whose radius is the product of major radius and minor radius [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
test_rtree.c | 35 double radius; member in struct:Circle 68 ** and that the parameters are in range (that the radius of the circle 69 ** radius is greater than zero). */ 78 /* Record the center and radius of the circular region. One way that 80 ** is by testing if each corner of the bounding box lies within radius 84 pCircle->radius = p->aParam[2]; 99 pCircle->aBox[0].ymin = pCircle->centery + pCircle->radius; 100 pCircle->aBox[0].ymax = pCircle->centery - pCircle->radius; 101 pCircle->aBox[1].xmin = pCircle->centerx + pCircle->radius; 102 pCircle->aBox[1].xmax = pCircle->centerx - pCircle->radius; [all...] |
/external/ppp/pppd/plugins/radius/ |
radattr.c | 5 * A plugin which is stacked on top of radius.so. This plugin writes 6 * all RADIUS attributes from the server's authentication confirmation 59 * vp -- linked-list of RADIUS attribute-value pairs
|
/external/skia/gm/ |
ninepatchstretch.cpp | 41 const SkScalar radius = SkIntToScalar(kFixed) - strokeWidth/2; local 49 canvas.drawRoundRect(r, radius, radius, paint);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
fisheye.rsh | 39 const float radius = 1.15f * bound; 40 radius2 = radius*radius;
|
fisheye_approx.rsh | 39 const float radius = 1.15f * bound; 40 radius2 = radius*radius;
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
fisheye.rsh | 39 const float radius = 1.15f * bound; 40 radius2 = radius*radius;
|
fisheye_approx.rsh | 39 const float radius = 1.15f * bound; 40 radius2 = radius*radius;
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
fisheye.rsh | 39 const float radius = 1.15f * bound; 40 radius2 = radius*radius;
|
fisheye_approx.rsh | 39 const float radius = 1.15f * bound; 40 radius2 = radius*radius;
|
/external/opencv/cv/src/ |
cvshapedescr.cpp | 135 CvPoint2D32f pt2, CvPoint2D32f * center, float *radius ) 153 *radius = (float) icvDistanceL2_32f( *center, pt0 ); 158 radius = 0; 166 CV_INLINE double icvIsPtInCircle( CvPoint2D32f pt, CvPoint2D32f center, float radius ) 170 return (double)radius*radius - dx*dx - dy*dy; 184 float radius, min_radius = FLT_MAX; local 188 radius = 1.f; 218 radius = (float)(icvDistanceL2_32f( pts[idxs[0]], center )*1.03); 219 if( radius < 1.f 283 float radius = 0; local [all...] |
/cts/apps/CtsVerifier/res/drawable/ |
gray_bubble.xml | 19 <corners android:radius="10dip"/>
|
/development/samples/ApiDemos/res/drawable/ |
scrollbar_vertical_thumb.xml | 20 <corners android:radius="6dp" />
|
scrollbar_vertical_track.xml | 20 <corners android:radius="0dp" />
|
/development/samples/ApiDemos/res/layout/ |
drag_layout.xml | 36 dot:radius="64dp" 45 dot:radius="64dp" 57 dot:radius="64dp" 69 dot:radius="64dp"
|
/external/chromium/chrome/browser/resources/ |
incognito_tab.css | 14 border-radius: 5px 5px;
|
/external/chromium/chrome/browser/resources/options/ |
search_page.css | 12 border-radius: 6px;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 52 border-bottom-left-radius: 12px 12px; 53 border-bottom-right-radius: 12px 12px; 56 border-top-left-radius: 12px 12px; 57 border-top-right-radius: 12px 12px;
|
/external/chromium_org/ash/display/ |
event_transformation_handler.cc | 57 // This is to scale the TouchEvent's radius when the touch display is in 58 // mirror mode. TouchEvent's radius is often reported in the touchscreen's 60 // at a lower resolution. We scale down the radius using the ratio defined as 80 // area ratio of that touchscreen to scale the event's radius.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
enterprise_info.css | 11 border-radius: 2px;
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_thumbnail.css | 28 border-radius: 2px;
|
/external/chromium_org/chrome/browser/resources/media/ |
webrtc_logs.css | 24 border-radius: 2px;
|