HomeSort by relevance Sort by last modified time
    Searched refs:radius (Results 251 - 275 of 612) sorted by null

<<11121314151617181920>>

  /external/skia/bench/
BlurRectBench.cpp 44 SkScalar radius() const { function in class:BlurRectBench
91 SkBlurMask::BlurRect(&mask, r, this->radius(), SkBlurMask::kNormal_Style);
143 SkBlurMask::Blur(&mask, fSrcMask, this->radius(),
169 SkBlurMask::BlurGroundTruth(&mask, fSrcMask, this->radius(),
  /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.
SkMorphologyImageFilter.h 26 SkISize radius() const { return fRadius; } function in class:SkMorphologyImageFilter
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 140 double radius; member in struct:__anon35188
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
MosaicTypes.h 140 double radius; member in struct:__anon35195
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 140 double radius; member in struct:__anon35205
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 236 int radius = SelectionHandle.PIXEL_RADIUS; local
237 int doubleRadius = 2 * radius;
244 swtGc.fillRectangle(cx - radius, cy - radius, doubleRadius, doubleRadius);
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 63 SDL_Surface *CreateLight(int radius)
79 light = SDL_CreateRGBSurface(SDL_SWSURFACE, 2*radius, 2*radius, 16,
86 light = SDL_CreateRGBSurface(SDL_SWSURFACE, 2*radius, 2*radius, 32,
124 if ( range > radius ) {
128 trans = (Uint8)((range*alphamask)/radius);
  /build/tools/droiddoc/templates-ds/assets/
android-developer-core.css 817 -webkit-border-radius:7px;
818 -moz-border-radius:7px;
819 border-radius:7px;
917 border-radius:7px;
918 -moz-border-radius:7px;
919 -webkit-border-radius:7px;
933 border-radius:7px 7px 0 0;
934 -moz-border-radius:7px 7px 0 0;
935 -webkit-border-top-left-radius:7px;
936 -webkit-border-top-right-radius:7px
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 816 -webkit-border-radius:7px;
817 -moz-border-radius:7px;
818 border-radius:7px;
916 border-radius:7px;
917 -moz-border-radius:7px;
918 -webkit-border-radius:7px;
932 border-radius:7px 7px 0 0;
933 -moz-border-radius:7px 7px 0 0;
934 -webkit-border-top-left-radius:7px;
935 -webkit-border-top-right-radius:7px
    [all...]
  /external/libppp/src/
pap.c 67 #include "radius.h"
149 if (*bundle->radius.cfg.file && bundle->radius.repstr)
150 SendPapCode(authp, PAP_ACK, bundle->radius.repstr);
267 if (*bundle->radius.cfg.file) {
268 if (!radius_Authenticate(&bundle->radius, authp, authp->in.name,
  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 527 FT_Fixed radius,
538 FT_Vector_From_Polar( &a, radius, angle_start );
563 FT_Vector_From_Polar( &b, radius, next );
568 length = FT_MulDiv( radius, FT_Sin( theta ) * 4,
778 FT_Fixed radius; member in struct:FT_StrokerRec_
820 FT_Fixed radius,
825 stroker->radius = radius;
880 FT_Fixed radius = stroker->radius; local
923 FT_Fixed radius = stroker->radius; local
950 FT_Fixed radius = stroker->radius; local
1054 FT_Fixed sigma = 0, radius = stroker->radius; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 527 FT_Fixed radius,
538 FT_Vector_From_Polar( &a, radius, angle_start );
563 FT_Vector_From_Polar( &b, radius, next );
568 length = FT_MulDiv( radius, FT_Sin( theta ) * 4,
778 FT_Fixed radius; member in struct:FT_StrokerRec_
820 FT_Fixed radius,
825 stroker->radius = radius;
880 FT_Fixed radius = stroker->radius; local
923 FT_Fixed radius = stroker->radius; local
950 FT_Fixed radius = stroker->radius; local
1054 FT_Fixed sigma = 0, radius = stroker->radius; local
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestModifyHeight.java 212 private void adjustHeight(Vector3f loc, float radius, float height) {
214 // offset it by radius because in the loop we iterate through 2 radii
215 int radiusStepsX = (int) (radius / terrain.getLocalScale().x);
216 int radiusStepsZ = (int) (radius / terrain.getLocalScale().z);
230 if (isInRadius(locX - loc.x, locZ - loc.z, radius)) {
231 // see if it is in the radius of the tool
232 float h = calculateHeight(radius, height, locX - loc.x, locZ - loc.z);
244 private boolean isInRadius(float x, float y, float radius) {
246 // return true if the distance is less than equal to the radius
247 return point.length() <= radius;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/css/
media_controls.css 97 border-bottom-left-radius: 4px;
99 border-top-left-radius: 4px;
105 border-bottom-right-radius: 4px;
107 border-top-right-radius: 4px;
167 border-top-left-radius: 2px;
168 border-top-right-radius: 2px;
476 border-radius: 5px;
527 border-radius: 2.5px;
542 border-radius: 10px;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe.css 58 border-radius: 2px;
91 border-radius: 2px;
131 border-radius: 2px;
  /external/skia/gm/
blurrect.cpp 143 BlurRectCompareGM(const char name[], unsigned int rectWidth, unsigned int rectHeight, float radius, SkBlurMask::Style style)
147 , fRadius(radius)
157 SkScalar radius() const { function in class:BlurRectCompareGM
220 return SkBlurMask::BlurRect(m, r, this->radius(), this->style());
246 return SkBlurMask::Blur(m, src, this->radius(), this->style(), this->getQuality());
292 return SkBlurMask::BlurGroundTruth(m, src, this->radius(), this->style());
  /frameworks/base/libs/hwui/
FontRenderer.cpp 594 uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius, const float* positions) {
615 uint32_t paddedWidth = (uint32_t) (bounds.right - bounds.left) + 2 * radius;
616 uint32_t paddedHeight = (uint32_t) (bounds.top - bounds.bottom) + 2 * radius;
637 int penX = radius - bounds.left;
638 int penY = radius - bounds.bottom;
650 blurImage(&dataBuffer, paddedWidth, paddedHeight, radius);
728 void FontRenderer::blurImage(uint8_t** image, int32_t width, int32_t height, int32_t radius) {
730 if (width * height * radius >= RS_MIN_INPUT_CUTOFF) {
751 mRsScript->setRadius(radius);
763 float *gaussian = new float[2 * radius + 1]
    [all...]
  /external/chromium-trace/trace-viewer/src/base/
unittest.css 104 border-radius: 5px;
  /external/chromium-trace/trace-viewer/src/ui/
mouse_mode_selector.css 13 border-radius: 4px;
  /external/chromium_org/chrome/browser/resources/chromeos/
sim_unlock.css 49 -webkit-border-radius: 2px;
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.css 35 border-radius: 2px;
  /external/chromium_org/chrome/browser/resources/ntp_android/
bookmarks.css 103 -webkit-border-radius: 10px;
194 border-bottom-left-radius: 2px;
195 border-bottom-right-radius: 2px;
209 border-radius: 16px; /* remove any junk in the corners of the favicon */
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 23 border-radius: 2px;
78 border-radius: 100%;
95 border-radius: 2px;
134 border-radius: 100%;
238 /* We use border color because it follows the border radius (unlike outline).
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
popup.css 22 border-radius: 5px;

Completed in 2000 milliseconds

<<11121314151617181920>>