Searched refs:radius (Results 1 – 9 of 9) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
D | eboled.cxx | 326 void EBOLED::drawRoundedRectangle(int8_t x, int8_t y, int8_t width, int8_t height, int16_t radius, … in drawRoundedRectangle() argument 328 drawLineHorizontal(x+radius , y , width-2*radius, color); // Top in drawRoundedRectangle() 329 drawLineHorizontal(x+radius , y+height-1, width-2*radius, color); // Bottom in drawRoundedRectangle() 330 drawLineVertical( x , y+radius , height-2*radius, color); // Left in drawRoundedRectangle() 331 drawLineVertical( x+width-1 , y+radius , height-2*radius, color); // Right in drawRoundedRectangle() 333 drawRoundCorners(x+radius , y+radius , radius, 1, color); in drawRoundedRectangle() 334 drawRoundCorners(x+width-radius-1, y+radius , radius, 2, color); in drawRoundedRectangle() 335 drawRoundCorners(x+width-radius-1, y+height-radius-1, radius, 4, color); in drawRoundedRectangle() 336 drawRoundCorners(x+radius , y+height-radius-1, radius, 8, color); in drawRoundedRectangle() 429 void EBOLED::drawCircle(int16_t x0, int16_t y0, int16_t radius, uint8_t color) in drawCircle() argument [all …]
|
D | eboled.h | 270 …void drawRoundedRectangle(int8_t x, int8_t y, int8_t width, int8_t height, int16_t radius, uint8_t… 317 void drawCircle (int16_t x0, int16_t y0, int16_t radius, uint8_t color = COLOR_WHITE); 328 void drawRoundCorners( int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, uint8_t color); 338 void drawCircleFilled(int8_t x0, int8_t y0, int16_t radius, uint8_t color); 349 …void drawRoundedCornersFilled(int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, int16_t de…
|
/hardware/invensense/6515/libsensors_iio/software/core/mpl/ |
D | mag_disturb.h | 55 void inv_mag_disturb_set_vector_radius_3D(float radius); 85 void inv_mag_disturb_set_magnitude_threshold(float radius); 88 void inv_mag_disturb_set_magnitude_recover_normal_threshold(float radius); 103 void inv_mag_disturb_set_local_field_radius(float radius);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_tapify.py | 41 radius = (float(blocksize)-1)/2 45 r,c = numpy.dot(affine,[y-radius, x-radius]) 46 tps = gettaps([r+radius,c+radius])
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/ |
D | mag_disturb.h | 54 void inv_mag_disturb_set_vector_radius_3D(float radius); 77 void inv_mag_disturb_set_magnitude_threshold(float radius); 83 void inv_mag_disturb_set_local_field_radius(float radius);
|
/hardware/ti/omap4xxx/camera/ |
D | SensorListener.cpp | 53 float radius = 0; in sensor_events_listener() local 63 radius = (float) sqrt(x * x + y * y + z * z); in sensor_events_listener() 64 tilt = (int) asinf(z / radius) * RADIANS_2_DEG; in sensor_events_listener()
|
/hardware/ti/omap4-aah/camera/ |
D | SensorListener.cpp | 51 float radius = 0; in sensor_events_listener() local 61 radius = (float) sqrt(x * x + y * y + z * z); in sensor_events_listener() 62 tilt = (int) asinf(z / radius) * RADIANS_2_DEG; in sensor_events_listener()
|
/hardware/akm/AK8975_FS/akmdfs/ |
D | AKFS_APIs.c | 163 AKFLOAT radius; in AKFS_Get_MAGNETIC_FIELD() local 230 radius = AKFS_SQRT( in AKFS_Get_MAGNETIC_FIELD() 235 if (radius > AKFS_GEOMAG_MAX) { in AKFS_Get_MAGNETIC_FIELD()
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/ |
D | main.css | 215 -moz-border-radius: 4px; 216 -webkit-border-radius: 4px; 217 border-radius: 4px; 235 -moz-border-radius: 3px; 236 -webkit-border-radius: 3px; 237 border-radius: 3px; 415 border-radius: 3px; 425 border-radius: 3px; 767 border-radius: 3px;
|