/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/ |
ft2-glyph_stroker.html | 167 <p>Used to render mitered line joins, with fixed bevels if the miter limit is exceeded. The outer edges of the strokes for the two segments are extended until they meet at an angle. If the segments meet at too sharp an angle (such that the miter would extend from the intersection of the segments a distance greater than the product of the miter limit value and the border radius), then a bevel join (see above) is used instead. This prevents long spikes being created. FT_STROKER_LINEJOIN_MITER_FIXED generates a miter line join as used in PostScript and PDF.</p> 173 <p>Used to render mitered line joins, with variable bevels if the miter limit is exceeded. The intersection of the strokes is clipped at a line perpendicular to the bisector of the angle between the strokes, at the distance from the intersection of the segments equal to the product of the miter limit value and the border radius. This prevents long spikes being created. FT_STROKER_LINEJOIN_MITER_VARIABLE generates a mitered line join as used in XPS. FT_STROKER_LINEJOIN_MITER is an alias for FT_STROKER_LINEJOIN_MITER_VARIABLE, retained for backwards compatibility.</p> [all...] |
/external/ImageMagick/ |
ChangeLog | 15 * To comply with the SVG standard, use stroke-opacity for transparent strokes.
|
/external/freetype/include/ |
ftautoh.h | 186 * U+31C0 - U+31EF // CJK Strokes
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftautoh.h | 186 * U+31C0 - U+31EF // CJK Strokes
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afranges.c | 554 AF_UNIRANGE_REC( 0x31C0UL, 0x31EFUL ), /* CJK Strokes */
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
Pixmap.java | 186 // * Sets the width in pixels of strokes.
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftautoh.h | 186 * U+31C0 - U+31EF // CJK Strokes
|
/external/skia/bench/ |
Android.mk | 362 ../gm/strokes.cpp \
|
/frameworks/base/docs/html/training/tv/start/ |
layouts.jd | 175 <li>Avoid lightweight fonts or fonts that have both very narrow and very broad strokes.
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
encodingstest.cpp | 134 0x31C0, 0x31EF, // CJK Strokes
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
ComposingText.java | 38 * This text layer holds key strokes.<br>
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftautoh.h | 186 * U+31C0 - U+31EF // CJK Strokes
|
/external/skia/src/gpu/batches/ |
GrAAConvexTessellator.cpp | 485 // good results for common cases. For thick strokes with high curvature, we will 487 // rendering for thick strokes. [all...] |
/external/skia/src/gpu/ |
GrOvalRenderer.cpp | [all...] |
SkGpuDevice.cpp | 463 We have special code for hairline strokes, miter-strokes, bevel-stroke [all...] |
/external/chromium-trace/catapult/third_party/flot/ |
excanvas.js | 31 // * Non uniform scaling does not correctly scale strokes. 885 // not work with fills, only strokes, unfortunately. [all...] |
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
imgproc_c.h | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion32.txt | 113 android:gestureStrokeType : Defines the type of strokes that define a gesture. [enum] 306 android:uncertainGestureColor : Color used to draw the user's strokes until we are sure it's a gesture. [color] [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/ |
Pixmap.java | 241 // * Sets the width in pixels of strokes.
|
/external/pdfium/xfa/include/fxfa/ |
fxfa_objectacc.h | 526 void GetStrokes(CXFA_StrokeArray& strokes) const;
|
/external/skia/dm/ |
Android.mk | 518 ../gm/strokes.cpp \
|
/external/skia/site/user/api/ |
skpaint.md | 84 Beyond simple attributes such as color, strokes, and text values,
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
FocusHelper.java | 227 // This check is to guard against cases where key strokes rushes in when workspace
|
/external/freetype/src/base/ |
ftstroke.c | 772 FT_Bool handle_wide_strokes; /* use wide strokes logic? */ [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftstroke.c | 782 FT_Bool handle_wide_strokes; /* use wide strokes logic? */ [all...] |