HomeSort by relevance Sort by last modified time
    Searched refs:shape (Results 226 - 250 of 394) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-alpha7/
asset-studio-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta1/
asset-studio-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta2/
asset-studio-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta3/
asset-studio-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-rc1/
asset-studio-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-rc2/
asset-studio-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.1/
asset-studio-25.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.3/
asset-studio-25.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.3.0-alpha1/
asset-studio-25.3.0-alpha1.jar 
  /external/ImageMagick/www/api/
morphology.php 65 <p>The floating point values in the kernel can also include a special value known as 'nan' or 'not a number' to indicate that this value is not part of the kernel array. This allows you to shaped the kernel within its rectangular area. That is 'nan' values provide a 'mask' for the kernel shape. However at least one non-nan value must be provided for correct working of a kernel.</p>
246 <dd> Plus:[{radius}[,{scale}]] Cross:[{radius}[,{scale}]] Generate a kernel in the shape of a 'plus' or a 'cross' with a each arm the length of the given radius (default 2). </dd>
254 <dd> Peak:radius1,radius2 Find any peak larger than the pixels the fall between the two radii. The default ring of pixels is as per "Ring". Edges Find flat orthogonal edges of a binary shape Corners Find 90 degree corners of a binary shape Diagonals:type A special kernel to thin the 'outside' of diagonals LineEnds:type Find end points of lines (for pruning a skeletion) Two types of lines ends (default to both) can be searched for Type 0: All line ends Type 1: single kernel for 4-conneected line ends Type 2: single kernel for simple line ends LineJunctions Find three line junctions (within a skeletion) Type 0: all line junctions Type 1: Y Junction kernel Type 2: Diagonal T Junction kernel Type 3: Orthogonal T Junction kernel Type 4: Diagonal X Junction kernel Type 5: Orthogonal + Junction kernel Ridges:type Find single pixel ridges or thin lines Type 1: Fine single pixel thick lines and ridges Type 2: Find two pixel thick lines and ridges ConvexHull Octagonal Thickening Kernel, to generate convex hulls of 45 degrees Skeleton:type Traditional skeleton generating kernels. Type 1: Tradional Skeleton kernel (4 connected skeleton) Type 2: HIPR2 Skeleton kernel (8 connected skeleton) Type 3: Thinning skeleton based on a ressearch paper by Dan S. Bloomberg (Default Type) ThinSE:type A huge variety of Thinning Kernels designed to preserve conectivity. many other kernel sets use these kernels as source definitions. Type numbers are 41-49, 81-89, 481, and 482 which are based on the super and sub notations used in the source research paper. </dd>
258 <dd> Different types of distance measuring methods, which are used with the a 'Distance' morphology method for generating a gradient based on distance from an edge of a binary shape, though there is a technique for handling a anti-aliased shape. </dd>
270 <dd> However using a larger radius such as "Euclidean:4" you will get a much smoother distance gradient from the edge of the shape. Especially if the image is pre-processed to include any anti-aliasing pixels. Of course a larger kernel is slower to use, and not always needed. </dd>
    [all...]
  /external/python/cpython2/Modules/_ctypes/
callproc.c 1895 PyObject *shape; local
    [all...]
  /external/skia/tests/
RecordOptsTest.cpp 245 sk_sp<SkPicture> shape; local
252 shape = recorder.finishRecordingAsPicture();
254 translucentFilterLayerPaint.setImageFilter(SkPictureImageFilter::Make(shape));
  /libcore/ojluni/src/main/java/java/util/stream/
SliceOps.java 71 * Creates a slice spliterator given a stream shape governing the
76 private static <P_IN> Spliterator<P_IN> sliceSpliterator(StreamShape shape,
81 switch (shape) {
95 throw new IllegalStateException("Unknown shape " + shape);
167 // to shape of the source, and is potentially more efficient
276 // to shape of the source, and is potentially more efficient
385 // to shape of the source, and is potentially more efficient
494 // to shape of the source, and is potentially more efficient
    [all...]
  /external/opencv/cv/src/
cvmorph.cpp 176 "structuring element should be valid matrix if CUSTOM element shape is specified" );
406 CV_ERROR( CV_StsBadArg, "Unknown/unsupported element shape" );
728 int shape, int *values )
738 if( !values && shape == CV_SHAPE_CUSTOM )
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawableTest.java 48 import android.graphics.drawable.shapes.Shape;
288 public MockShapeDrawable(Shape s) {
292 protected void onDraw(Shape shape, Canvas canvas, Paint paint) {
293 super.onDraw(shape, canvas, paint);
309 Shape mockShape = spy(new MockShape());
324 public static class MockShape extends Shape {
356 assertEquals("Shape is tinted", Color.BLACK, DrawableTestUtils.getPixel(d, 0, 0));
  /external/fio/tools/hist/
fiologparser_hist.py 132 if arrs[fp].shape[0] == 0:
302 arr = np.empty(shape=(0,__TOTAL_COLUMNS - 1))
  /external/pdfium/xfa/fxbarcode/datamatrix/
BC_HighLevelEncoder.cpp 77 SymbolShapeHint shape,
84 context.setSymbolShape(shape);
  /frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java 38 import android.graphics.drawable.shapes.Shape;
50 * {@link android.graphics.drawable.shapes.Shape} object and manages its
51 * presence on the screen. If no Shape is given, then the ShapeDrawable will
54 * This object can be defined in an XML file with the <code>&lt;shape></code>
60 * href="{@docRoot}guide/topics/graphics/2d-graphics.html#shape-drawable">
63 * <a href="{@docRoot}guide/topics/resources/drawable-resource.html#Shape">
89 * Creates a ShapeDrawable with a specified Shape.
91 * @param s the Shape that this ShapeDrawable should be
93 public ShapeDrawable(Shape s) {
100 * Returns the Shape of this ShapeDrawable
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 484 SkPath* shape = &fShape; local
485 if (shape->isEmpty()) {
486 shape = nullptr;
488 fDevice->finishContentEntry(fBlendMode, std::move(fDstFormXObject), shape);
495 /* Returns true when we explicitly need the shape of the drawing. */
513 /* Returns true unless we only need the shape of the drawing. */
521 /* If the shape is different than the alpha component of the content, then
522 * setShape should be called with the shape. In particular, images and
523 * devices have rectangular shape.
525 void setShape(const SkPath& shape) {
1732 SkPath shape; local
2468 SkPath shape; local
    [all...]
SkPDFDevice.h 230 void finishContentEntry(SkBlendMode, sk_sp<SkPDFObject> dst, SkPath* shape);
  /developers/build/lib/
assetstudio.jar 
  /external/skia/tools/
using_skia_and_harfbuzz.cpp 153 shaper.shape(&textBlobBuilder, glyph_paint, text, textBytes, SkPoint{0, 0});
  /frameworks/layoutlib/bridge/src/android/graphics/
BaseCanvas_Delegate.java 326 Shape shape = pathDelegate.getJavaShape();
327 Rectangle2D bounds = shape.getBounds2D();
356 graphics.fill(shape);
361 graphics.draw(shape);
  /frameworks/rs/script_api/
rs_allocation_create.spec 85 summary: Creates an rs_type object with the specified Element and shape attributes
87 Creates an rs_type object with the specified Element and shape attributes.
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/
jackson-annotations-2.2.2.jar 

Completed in 2295 milliseconds

1 2 3 4 5 6 7 8 91011>>