/frameworks/base/core/res/res/drawable/ |
list_highlight_inactive.xml | 21 <shape xmlns:android="http://schemas.android.com/apk/res/android"> 28 </shape>
|
/frameworks/base/core/tests/coretests/res/drawable/ |
box.xml | 21 <shape xmlns:android="http://schemas.android.com/apk/res/android"> 26 </shape>
|
/packages/apps/Calendar/res/drawable/ |
selection.xml | 20 <shape xmlns:android="http://schemas.android.com/apk/res/android"> 27 </shape>
|
/packages/apps/IM/res/drawable/ |
shape_separator.xml | 21 <shape xmlns:android="http://schemas.android.com/apk/res/android" type="line"> 29 </shape>
|
/frameworks/base/awt/java/awt/geom/ |
Area.java | 25 import java.awt.Shape; 34 * The Class Area provides a minimal implementation for a generic shape. 38 public class Area implements Shape, Cloneable { 41 * The source Shape object. 43 Shape s; 87 * Instantiates a new area with data given by the specified shape. 90 * the shape that gives the data for this Area. 92 public Area(Shape s) { 174 * Performs an exclusive or operation between this shape and the specified 175 * shape [all...] |
/external/opencore/doc/oscl_html/ |
classOsclGetHostByNameRequest.html | 14 <area href="classOsclDNSRequestAO.html" alt="OsclDNSRequestAO" shape="rect" coords="91,168,264,192"> 15 <area href="classOsclActiveObject.html" alt="OsclActiveObject" shape="rect" coords="91,112,264,136"> 16 <area href="classHeapBase.html" alt="HeapBase" shape="rect" coords="0,56,173,80"> 17 <area href="classPVActiveBase.html" alt="PVActiveBase" shape="rect" coords="183,56,356,80"> 18 <area href="class__OsclHeapBase.html" alt="_OsclHeapBase" shape="rect" coords="0,0,173,24">
|
classOscl__Alloc.html | 17 <area href="classOscl__DefAlloc.html" alt="Oscl_DefAlloc" shape="rect" coords="768,56,1014,80"> 18 <area href="class__OsclBasicAllocator.html" alt="_OsclBasicAllocator" shape="rect" coords="0,112,246,136"> 19 <area href="classOsclAllocDestructDealloc.html" alt="OsclAllocDestructDealloc" shape="rect" coords="256,112,502,136"> 20 <area href="classOsclMemAllocator.html" alt="OsclMemAllocator" shape="rect" coords="512,112,758,136"> 21 <area href="classOsclMemBasicAllocator.html" alt="OsclMemBasicAllocator" shape="rect" coords="768,112,1014,136"> 22 <area href="classOsclMemPoolFixedChunkAllocator.html" alt="OsclMemPoolFixedChunkAllocator" shape="rect" coords="1024,112,1270,136"> 23 <area href="classOsclMemPoolResizableAllocator.html" alt="OsclMemPoolResizableAllocator" shape="rect" coords="1280,112,1526,136"> 24 <area href="classOsclReadyAlloc.html" alt="OsclReadyAlloc" shape="rect" coords="1536,112,1782,136"> 25 <area href="classOsclMemAllocDestructDealloc.html" alt="OsclMemAllocDestructDealloc< T >" shape="rect" coords="128,168,374,192"> 26 <area href="classOsclMemBasicAllocDestructDealloc.html" alt="OsclMemBasicAllocDestructDealloc< T >" shape="rect" coords="384,168,630,192" [all...] |
classOscl__DefAlloc.html | 17 <area href="classOscl__Alloc.html" alt="Oscl_Alloc" shape="rect" coords="640,0,886,24"> 18 <area href="classOscl__Dealloc.html" alt="Oscl_Dealloc" shape="rect" coords="896,0,1142,24"> 19 <area href="class__OsclBasicAllocator.html" alt="_OsclBasicAllocator" shape="rect" coords="0,112,246,136"> 20 <area href="classOsclAllocDestructDealloc.html" alt="OsclAllocDestructDealloc" shape="rect" coords="256,112,502,136"> 21 <area href="classOsclMemAllocator.html" alt="OsclMemAllocator" shape="rect" coords="512,112,758,136"> 22 <area href="classOsclMemBasicAllocator.html" alt="OsclMemBasicAllocator" shape="rect" coords="768,112,1014,136"> 23 <area href="classOsclMemPoolFixedChunkAllocator.html" alt="OsclMemPoolFixedChunkAllocator" shape="rect" coords="1024,112,1270,136"> 24 <area href="classOsclMemPoolResizableAllocator.html" alt="OsclMemPoolResizableAllocator" shape="rect" coords="1280,112,1526,136"> 25 <area href="classOsclReadyAlloc.html" alt="OsclReadyAlloc" shape="rect" coords="1536,112,1782,136"> 26 <area href="classOsclMemAllocDestructDealloc.html" alt="OsclMemAllocDestructDealloc< T >" shape="rect" coords="128,168,374,192" [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
CaretManager.java | 309 * Creates a caret shape. 316 * @return caret shape 384 public Shape[] getCaretShapes( 391 Shape caret1 = getCaretShape(hit1, layout); 394 return new Shape[] {caret1, null}; 396 Shape caret2 = getCaretShape(hit2, layout); 400 new Shape[] {caret1, caret2} : 401 new Shape[] {caret2, caret1}; 405 * Connects two carets to produce a highlight shape. 408 * @return highlight shape [all...] |
AndroidGlyphVector.java | 22 import java.awt.Shape; 60 protected Shape[] gvShapes; 144 public Shape getGlyphLogicalBounds(int glyphIndex) { 163 public Shape getGlyphOutline(int glyphIndex) { 184 public Shape getGlyphVisualBounds(int glyphIndex) { 199 public Shape getOutline(float x, float y) { 204 public Shape getOutline() {
|
Glyph.java | 23 import java.awt.Shape; 57 // shape that representing the outline of this glyph 58 Shape glOutline = null; 207 public Shape getShape(){ 228 * Returns shape that represents outline of the specified character. 232 public abstract Shape initOutline(char c);
|
/frameworks/base/awt/java/awt/font/ |
TextLayout.java | 26 import java.awt.Shape; 367 * black box bounds is an Shape which contains all bounding boxes of all the 375 * @return the Shape which contains black box bounds. 377 public Shape getBlackBoxBounds(int firstEndpoint, int secondEndpoint) { 423 * Gets a Shape which represents the caret of the specified TextHitInfo in 430 * @return the Shape which represents the caret. 432 public Shape getCaretShape(TextHitInfo hitInfo, Rectangle2D bounds) { 438 * Gets a Shape which represents the caret of the specified TextHitInfo in 443 * @return the Shape which represents the caret. 445 public Shape getCaretShape(TextHitInfo hitInfo) [all...] |
/external/v8/benchmarks/ |
raytrace.js | 64 // flog/shape/baseshape.js 65 // flog/shape/sphere.js 66 // flog/shape/plane.js 421 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 423 Flog.RayTracer.Shape.BaseShape = Class.create(); 425 Flog.RayTracer.Shape.BaseShape.prototype = { 446 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 448 Flog.RayTracer.Shape.Sphere = Class.create() [all...] |
/external/webkit/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 59 // flog/shape/baseshape.js 60 // flog/shape/sphere.js 61 // flog/shape/plane.js 416 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 418 Flog.RayTracer.Shape.BaseShape = Class.create(); 420 Flog.RayTracer.Shape.BaseShape.prototype = { 441 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 443 Flog.RayTracer.Shape.Sphere = Class.create() [all...] |
/frameworks/base/core/jni/android/graphics/ |
PathEffect.cpp | 43 const SkPath* shape, float advance, float phase, int style) { 44 SkASSERT(shape != NULL); 45 return new SkPath1DPathEffect(*shape, SkFloatToScalar(advance),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
IconFactory.java | 100 * @param shape The shape of the icon in the automatically generated icons, 103 public Image getIcon(String osName, int color, int shape) { 104 String key = Character.toString((char) shape) + Integer.toString(color) + osName; 107 ImageDescriptor id = getImageDescriptor(osName, color, shape); 141 * @param shape The shape of the icon in the automatically generated icons, 144 public ImageDescriptor getImageDescriptor(String osName, int color, int shape) { 145 String key = Character.toString((char) shape) + Integer.toString(color) + osName; 153 id = new LetterImageDescriptor(osName.charAt(0), color, shape); [all...] |
/frameworks/base/awt/java/awt/ |
Graphics2D.java | 68 * Intersects the current clipping area with the specified Shape and the 70 * defined, the Shape becomes the new clipping area. No rendering operations 74 * the specified Shape object which will be intersected with 77 public abstract void clip(Shape s); 80 * Draws the outline of the specified Shape. 83 * the Shape which outline is drawn. 85 public abstract void draw(Shape s); 212 * Fills the interior of the specified Shape. 215 * the Shape to be filled. 217 public abstract void fill(Shape s) [all...] |
/development/samples/GlobalTime/src/com/android/globaltime/ |
Sphere.java | 21 public class Sphere extends Shape {
|
/external/speex/libspeex/ |
cb_search_sse.h | 59 VARDECL(__m128 *shape); 61 ALLOC(shape, subvect_size, __m128); 71 shape[j] = _mm_setr_ps(0.03125*_shape[j], 0.03125*_shape[subvect_size+j], 0.03125*_shape[2*subvect_size+j], 0.03125*_shape[3*subvect_size+j]); 77 resj = _mm_add_ps(resj, _mm_mul_ps(shape[k],r[j-k]));
|
/external/webkit/WebCore/css/ |
SVGCSSPropertyNames.in | 31 shape-rendering
|
/external/webkit/WebCore/html/ |
HTMLAreaElement.h | 68 enum Shape { Default, Poly, Rect, Circle, Unknown }; 75 Shape m_shape;
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
ArcShape.java | 24 * Creates an arc shape. The arc shape starts at a specified
|
/development/samples/CubeLiveWallpaper/ |
_index.html | 41 wire-frame shape to a <code>Canvas</code>. The shape is set by the user, by means 44 wallpaper shape preference. </li> 48 animates a wire-frame shape to a <code>Canvas</code>. The shape is set by the 52 wallpaper shape preference. </li>
|
/external/icu4c/layout/ |
ArabicShaping.cpp | 116 FeatureMask shape = featureMask & SHAPE_MASK; local 118 shape >>= shapeOffset; 120 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success); 123 void ArabicShaping::shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 charMax, function in class:ArabicShaping 138 // shaper.shape(errout, 2) (isolate to initial, or final to medial) 139 // shaper.shape(out, 1) (isolate to final)
|
/frameworks/base/awt/java/awt/image/renderable/ |
RenderContext.java | 25 import java.awt.Shape; 44 Shape aoi; 61 public RenderContext(AffineTransform usr2dev, Shape aoi, RenderingHints hints) { 75 public RenderContext(AffineTransform usr2dev, Shape aoi) { 183 public void setAreaOfInterest(Shape newAoi) { 192 public Shape getAreaOfInterest() {
|