HomeSort by relevance Sort by last modified time
    Searched full:shape (Results 176 - 200 of 500) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/awt/java/awt/geom/
FlatteningPathIterator.java 30 * shape and flattens it by estimating the curve as a series of line segments.
212 * Calculates flat path points for current segment of the source shape. Line
218 * buffer. When series completed evaluate() takes next source shape segment.
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 73 // create a path that describes the expected shape after the corner is rounded
EmbossMaskFilterTest.java 77 // emboss must not change anything outside the drawn shape
  /dalvik/vm/
Sync.h 23 * Monitor shape field. Used to distinguish immediate thin locks from
  /development/samples/GlobalTime/src/com/android/globaltime/
Annulus.java 27 public class Annulus extends Shape {
LatLongSphere.java 83 float norm = 1.0f / Shape.length(x, y, z);
  /external/iproute2/man/man8/
tc-sfq.8 17 SFQ does not shape traffic but only schedules the transmission of packets, based on 'flows'.
  /external/kernel-headers/original/linux/
futex.h 54 * we keep userspace flexible, to freely shape its data-structure,
  /external/opencore/doc/oscl_html/
classListenParam.html 14 <area href="classSocketRequestParam.html" alt="SocketRequestParam" shape="rect" coords="0,0,130,24">
classOsclPriorityLink.html 17 <area href="classOsclDoubleLink.html" alt="OsclDoubleLink" shape="rect" coords="0,0,102,24">
structOsclMemoryFragment.html 17 <area href="classBufferFragment.html" alt="BufferFragment" shape="rect" coords="0,56,137,80">
  /external/skia/src/core/
SkPictureRecord.cpp 365 void SkPictureRecord::drawShape(SkShape* shape) {
368 int index = fShapes.find(shape);
371 *fShapes.append() = shape;
372 shape->ref();
  /external/skia/src/utils/
SkDumpCanvas.cpp 367 void SkDumpCanvas::drawShape(SkShape* shape) {
368 this->dump(kDrawShape_Verb, NULL, "drawShape(%p)", shape);
370 this->INHERITED::drawShape(shape);
372 this->dump(kDrawShape_Verb, NULL, "endShape(%p)", shape);
  /external/speex/libspeex/
cb_search.c 56 VARDECL(spx_word16_t *shape);
57 ALLOC(shape, subvect_size, spx_word16_t);
64 shape[k] = (spx_word16_t)shape_cb[i*subvect_size+k];
73 resj = MAC16_16(resj,shape[k],r[j-k]);
  /external/webkit/WebKitTools/iExploder/htdocs/
htmlattrs.in 239 shape
  /frameworks/base/awt/java/awt/
BasicStroke.java 33 * shape of the pen which draws the outline of a Shape and the decorations
34 * applied at the ends and joins of path segments of the Shape. The BasicStroke
463 * Creates a Shape from the outline of the specified shape drawn with this
467 * the specified Shape to be stroked.
468 * @return the Shape of the stroked outline.
469 * @see java.awt.Stroke#createStrokedShape(java.awt.Shape)
471 public Shape createStrokedShape(Shape s)
    [all...]
Graphics.java 269 Shape clip = getClip();
272 // TODO: Can we get shape bounds without creating Rectangle object?
817 * @return a Shape object of the clipping area or null if it is not set.
819 public abstract Shape getClip();
870 * Sets the new clipping area to be the area specified by Shape object. The
875 * the Shape object which represents new clipping area.
877 public abstract void setClip(Shape clip);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 191 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; local
192 Image icon = factory.getIcon(mXmlName, color, shape);
208 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; local
209 ImageDescriptor id = factory.getImageDescriptor(mXmlName, color, shape);
  /external/tinyxml/docs/
classTiXmlDeclaration.html 16 <area href="classTiXmlNode.html" alt="TiXmlNode" shape="rect" coords="0,56,108,80">
17 <area href="classTiXmlBase.html" alt="TiXmlBase" shape="rect" coords="0,0,108,24">
classTiXmlText.html 16 <area href="classTiXmlNode.html" alt="TiXmlNode" shape="rect" coords="0,56,73,80">
17 <area href="classTiXmlBase.html" alt="TiXmlBase" shape="rect" coords="0,0,73,24">
  /frameworks/base/core/java/android/widget/
RatingBar.java 22 import android.graphics.drawable.shapes.Shape;
238 Shape getDrawableShape() {
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunBreaker.java 613 * Creates the black box bounds shape
616 * @return black box bounds shape
618 public Shape getBlackBoxBounds(int firstEndpoint, int secondEndpoint) {
632 * Creates visual bounds shape
651 * Creates logical bounds shape
697 * Creates outline shape for the managed text
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_1.jd 243 but only when necessary. The base shape must always stay inside the
326 <li>Import the shape into a tool like Adobe Photoshop and scale to fit an image
346 <li>Rounded corners must always be applied to the base shape and to the details
442 <li>In a tool like Adobe Photoshop, create the base shape within a 25x25 px
470 of the anti-alias of a round shape.</li>
547 <li>Import the shape to a tool like Adobe Photoshop and scale to fit an image of
605 <li>Create the basic shape using a tool like Adobe Illustrator.</li>
606 <li>Import the shape into a tool like Adobe Photoshop and scale to fit a 32x32
626 <li>Dialog icons have a 1 pixel safeframe. The base shape must fit within the
627 safeframe, but the anti-alias of a round shape can overlap the safeframe. <spa
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
trans4m_time_2_freq_fxp.cpp 76 wnd_shape_prev_bk = previous window shape type
79 wnd_shape_this_bk = current window shape type
138 Window shape decisions are made by the encoder on a frame-by-frame-basis.
141 shape from the preceding frame.
152 Once the window shape is selected, the window_shape syntax element is
164 the first transform window is determined by the window shape of the previous
372 Int wnd_shape_prev_bk, /* window shape, current and previous */
  /frameworks/base/media/libstagefright/codecs/aacdec/
trans4m_time_2_freq_fxp.cpp 76 wnd_shape_prev_bk = previous window shape type
79 wnd_shape_this_bk = current window shape type
138 Window shape decisions are made by the encoder on a frame-by-frame-basis.
141 shape from the preceding frame.
152 Once the window shape is selected, the window_shape syntax element is
164 the first transform window is determined by the window shape of the previous
372 Int wnd_shape_prev_bk, /* window shape, current and previous */

Completed in 451 milliseconds

1 2 3 4 5 6 78 91011>>