/frameworks/base/graphics/java/android/graphics/ |
Paint.java | 80 Join.MITER, Join.ROUND, Join.BEVEL 284 * join on a stroked path. The default is MITER. 290 MITER (0), 728 * Return the paint's stroke miter value. Used to control the behavior 729 * of miter joins when the joins angle is sharp. 731 * @return the paint's miter limit, used whenever the paint's style is 737 * Set the paint's stroke miter value. This is used to control the behavior 738 * of miter joins when the joins angle is sharp. This value must be >= 0. 740 * @param miter set the miter limit on the paint, used whenever the paint' [all...] |
/external/skia/include/core/ |
SkScan.h | 80 // draws with a miter-join
|
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
V4LCameraAdapter.h | 137 unsigned int mIter;
|
/external/webkit/PerformanceTests/PageLoad/svg/files/ |
42450-under the see.svg | [all...] |
francobollo_gnome_ezechi_02.svg | [all...] |
33041-Samurai.svg | 171 style="fill:url(#linearGradient2847);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.08426968" /> 175 style="fill:url(#linearGradient2849);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.12359553" 186 style="fill:url(#linearGradient2851);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 191 style="fill:url(#linearGradient2853);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> [all...] |
deb9frac1.svg | [all...] |
/external/freetype/src/base/ |
ftstroke.c | 830 /* ensure miter limit has sensible value */ 1038 /* process an outside corner, i.e. compute bevel/miter/round */ 1086 /* is miter limit exceeded? */ 1116 /* the miter is truncated */ 1165 else /* this is a miter (intersection) */ [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
map.h | 792 typename Map::iterator miter = map_.find(w1); local 793 if (miter != map_.end()) { 794 l = (*miter).second;
|
/external/sonivox/docs/JET_Authoring_Guidelines_files/ |
header.htm | 136 <v:stroke joinstyle="miter"/>
|
/external/webkit/Source/WebCore/css/ |
SVGCSSParser.cpp | 112 case CSSPropertyStrokeLinejoin: // miter | round | bevel | inherit
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
mozilla | 340 miter
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGRenderTreeAsText.cpp | 264 ts << "MITER"; 349 writeIfNotDefault(ts, "miter limit", svgStyle->strokeMiterLimit(), 4.0f);
|
/external/libvpx/examples/includes/geshi/geshi/ |
actionscript3.php | 312 'MITER', 'MIN_VALUE', 'MICROPHONE', 'MENU_SELECT',
|
/external/sonivox/docs/JET_Creator_User_Manual_files/ |
header.htm | 146 <v:stroke joinstyle="miter"/>
|
/external/webkit/Source/WebCore/inspector/front-end/ |
CSSKeywordCompletions.js | 102 "round", "miter", "bevel"
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
invitation.svg | 371 style="font-size:45.290764px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient1363);fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Century Schoolbook L" />
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 425 p.setStrokeJoin(Join.MITER); 426 assertEquals(Join.MITER, p.getStrokeJoin()); [all...] |
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
GraphicsContextCairo.cpp | 1020 void GraphicsContext::setMiterLimit(float miter) 1025 cairo_set_miter_limit(platformContext()->cr(), miter); [all...] |
/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | 196 static void setStrokeMiter(JNIEnv* env, jobject paint, jfloat miter) { 198 GraphicsJNI::getNativePaint(env, paint)->setStrokeMiter(SkFloatToScalar(miter)); [all...] |
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 42 { SkType_Join, "miter|round|blunt" },
|
SkAnimatorScript2.cpp | 27 { SkType_Join, "miter|round|blunt" },
|
/external/skia/src/core/ |
SkScalerContext.cpp | 158 SkDebugf(" frame %g miter %g hints %d framefill %d format %d join %d\n",
|
SkStroke.cpp | 333 } else { // miter-join
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCameraAdapter.cpp | [all...] |