Searched refs:radius (Results 1 - 9 of 9) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Deboled.cxx326 void EBOLED::drawRoundedRectangle(int8_t x, int8_t y, int8_t width, int8_t height, int16_t radius, uint8_t color) { argument
328 drawLineHorizontal(x+radius , y , width-2*radius, color); // Top
329 drawLineHorizontal(x+radius , y+height-1, width-2*radius, color); // Bottom
330 drawLineVertical( x , y+radius , height-2*radius, color); // Left
331 drawLineVertical( x+width-1 , y+radius , height-2*radius, color); // Right
333 drawRoundCorners(x+radius ,
429 drawCircle(int16_t x0, int16_t y0, int16_t radius, uint8_t color) argument
466 drawRoundCorners( int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, uint8_t color) argument
501 drawCircleFilled(int8_t x0, int8_t y0, int16_t radius, uint8_t color) argument
506 drawRoundedCornersFilled(int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, int16_t delta, uint8_t color) argument
[all...]
H A Deboled.h267 * @param radius of the rounded corners
270 void drawRoundedRectangle(int8_t x, int8_t y, int8_t width, int8_t height, int16_t radius, uint8_t color);
314 * @param radius the radius of the circle
317 void drawCircle (int16_t x0, int16_t y0, int16_t radius, uint8_t color = COLOR_WHITE);
324 * @param radius the radius of the arc
328 void drawRoundCorners( int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, uint8_t color);
335 * @param radius the radius o
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mpl/
H A Dmag_disturb.h55 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/invensense/65xx/libsensors_iio/software/core/mpl/
H A Dmag_disturb.h54 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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_tapify.py41 radius = (float(blocksize)-1)/2
45 r,c = numpy.dot(affine,[y-radius, x-radius])
46 tps = gettaps([r+radius,c+radius])
/hardware/ti/omap4xxx/camera/
H A DSensorListener.cpp53 float radius = 0; local
63 radius = (float) sqrt(x * x + y * y + z * z);
64 tilt = (int) asinf(z / radius) * RADIANS_2_DEG;
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_APIs.c163 AKFLOAT radius; local
230 radius = AKFS_SQRT(
235 if (radius > AKFS_GEOMAG_MAX) {
/hardware/ti/omap4-aah/camera/
H A DSensorListener.cpp51 float radius = 0; local
61 radius = (float) sqrt(x * x + y * y + z * z);
62 tilt = (int) asinf(z / radius) * RADIANS_2_DEG;
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
H A Dmain.css215 -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;

Completed in 542 milliseconds