Searched refs:Shape (Results 1 – 13 of 13) sorted by relevance
/external/webkit/WebCore/platform/text/mac/ |
D | ShapeArabic.c | 357 unsigned int Shape; in shapeUnicode() local 427 Shape = shapeTable[nextLink & (LINKR + LINKL)] in shapeUnicode() 432 Shape = (Shape == 1 || Shape == 3) ? 1 : 0; in shapeUnicode() 438 Shape = 1; in shapeUnicode() 440 Shape = 0; in shapeUnicode() 443 Shape = 0; in shapeUnicode() 448 dest[i] = 0xFE70 + IrrelevantPos[(dest[i] - 0x064B)] + Shape; in shapeUnicode() 451 dest[i] = (UChar)((dest[i] < 0x0670 ? 0xFE70 : 0xFB50) + (currLink >> 8) + Shape); in shapeUnicode()
|
/external/webkit/SunSpider/tests/ |
D | v8-raytrace.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(); 445 Flog.RayTracer.Shape.Sphere.prototype = { 491 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 493 Flog.RayTracer.Shape.Plane = Class.create(); 495 Flog.RayTracer.Shape.Plane.prototype = { 851 var sphere = new Flog.RayTracer.Shape.Sphere( [all …]
|
/external/webkit/V8Binding/v8/benchmarks/ |
D | raytrace.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(); 450 Flog.RayTracer.Shape.Sphere.prototype = { 496 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 498 Flog.RayTracer.Shape.Plane = Class.create(); 500 Flog.RayTracer.Shape.Plane.prototype = { 856 var sphere = new Flog.RayTracer.Shape.Sphere( [all …]
|
/external/webkit/WebCore/html/ |
D | HTMLAreaElement.h | 57 enum Shape { Default, Poly, Rect, Circle, Unknown }; enum 64 Shape m_shape;
|
D | HTMLAreaElement.cpp | 105 Shape shape = m_shape; in getRegion()
|
/external/webkit/V8Binding/v8/src/ |
D | objects.cc | 6033 template<typename Shape, typename Key> 6034 void Dictionary<Shape, Key>::Print() { in Print() 6035 int capacity = HashTable<Shape, Key>::Capacity(); in Print() 6037 Object* k = HashTable<Shape, Key>::KeyAt(i); in Print() 6038 if (HashTable<Shape, Key>::IsKey(k)) { in Print() 6054 template<typename Shape, typename Key> 6055 void Dictionary<Shape, Key>::CopyValuesTo(FixedArray* elements) { in CopyValuesTo() 6057 int capacity = HashTable<Shape, Key>::Capacity(); in CopyValuesTo() 6060 Object* k = Dictionary<Shape, Key>::KeyAt(i); in CopyValuesTo() 6061 if (Dictionary<Shape, Key>::IsKey(k)) { in CopyValuesTo() [all …]
|
D | objects.h | 2021 template<typename Shape, typename Key> 2071 kPrefixStartIndex + Shape::kPrefixSize; 2072 static const int kEntrySize = Shape::kEntrySize; 2221 template <typename Shape, typename Key> 2222 class Dictionary: public HashTable<Shape, Key> { 2225 static inline Dictionary<Shape, Key>* cast(Object* obj) { in cast() 2226 return reinterpret_cast<Dictionary<Shape, Key>*>(obj); in cast() 2231 return get(HashTable<Shape, Key>::EntryToIndex(entry)+1); in ValueAt() 2236 set(HashTable<Shape, Key>::EntryToIndex(entry)+1, value); in ValueAtPut() 2243 Smi::cast(get(HashTable<Shape, Key>::EntryToIndex(entry) + 2))); in DetailsAt() [all …]
|
D | objects-inl.h | 1568 template <typename Shape, typename Key> in CAST_ACCESSOR() 1569 HashTable<Shape, Key>* HashTable<Shape, Key>::cast(Object* obj) { in CAST_ACCESSOR() 2832 template<typename Shape, typename Key> 2833 void Dictionary<Shape, Key>::SetEntry(int entry, in SetEntry() 2838 int index = HashTable<Shape, Key>::EntryToIndex(entry); in SetEntry()
|
/external/icu4c/common/ |
D | ushape.c | 782 unsigned int Shape; in shapeUnicode() local 857 Shape = shapeTable[nextLink & (LINKR + LINKL)] in shapeUnicode() 862 Shape &= 1; in shapeUnicode() 867 Shape = 1; in shapeUnicode() 869 Shape = 0; in shapeUnicode() 873 Shape = 0; in shapeUnicode() 878 dest[i] = 0xFE70 + IrrelevantPos[(dest[i] - 0x064B)] + Shape; in shapeUnicode() 880 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape); in shapeUnicode() 882 dest[i] = (UChar)(0xFE70 + (currLink >> 8) + Shape); in shapeUnicode()
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 244 public void clip(Shape s) in clip() 264 public void draw(Shape s) in draw() 404 public void fill(Shape s) in fill() 449 public Shape getClip() in getClip() 514 public boolean hit(Rectangle rect, Shape s, boolean onStroke) in hit() 549 public void setClip(Shape clip) in setClip()
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | riva_mmio.h | 95 U032 Shape; member
|
/external/webkit/WebKit/English.lproj/ |
D | Localizable.strings | 272 "Set Traditional Character Shape (Undo action name)" = "Set Traditional Character Shape";
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.mm | 427 …rShape: return UI_STRING_KEY("Set Traditional Character Shape", "Set Traditional Character Shape (…
|