/external/webkit/Source/WebKit2/Platform/ |
D | Region.cpp | 53 …for (Shape::SpanIterator span = m_shape.spans_begin(), end = m_shape.spans_end(); span != end && s… in rects() 57 …for (Shape::SegmentIterator segment = m_shape.segments_begin(span), end = m_shape.segments_end(spa… in rects() 68 Region::Shape::Shape() in Shape() function in WebKit::Region::Shape 72 Region::Shape::Shape(const IntRect& rect) in Shape() function in WebKit::Region::Shape 80 void Region::Shape::appendSpan(int y) in appendSpan() 85 bool Region::Shape::canCoalesce(SegmentIterator begin, SegmentIterator end) in canCoalesce() 105 void Region::Shape::appendSpan(int y, SegmentIterator begin, SegmentIterator end) in appendSpan() 114 void Region::Shape::appendSpans(const Shape& shape, SpanIterator begin, SpanIterator end) in appendSpans() 120 void Region::Shape::appendSegment(int x) in appendSegment() 125 Region::Shape::SpanIterator Region::Shape::spans_begin() const in spans_begin() [all …]
|
D | Region.h | 67 class Shape { 69 Shape(); 70 Shape(const WebCore::IntRect&); 83 static Shape unionShapes(const Shape& shape1, const Shape& shape2); 84 static Shape intersectShapes(const Shape& shape1, const Shape& shape2); 85 static Shape subtractShapes(const Shape& shape1, const Shape& shape2); 88 void swap(Shape&); 100 static Shape shapeOperation(const Shape& shape1, const Shape& shape2); 105 void appendSpans(const Shape&, SpanIterator begin, SpanIterator end); 115 Shape m_shape;
|
/external/webkit/Source/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/clang/test/PCH/ |
D | enum.h | 9 enum Shape { enum 16 enum Shape aRoundShape = Circle;
|
D | enum.c | 15 enum Shape s = Triangle;
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
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/PerformanceTests/SunSpider/tests/v8-v5/ |
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/Source/WebCore/html/ |
D | HTMLAreaElement.h | 62 enum Shape { Default, Poly, Rect, Circle, Unknown }; enum 69 Shape m_shape;
|
D | HTMLAreaElement.cpp | 128 Shape shape = m_shape; in getRegion()
|
/external/v8/benchmarks/ |
D | raytrace.js | 415 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 417 Flog.RayTracer.Shape.Sphere = Class.create(); 419 Flog.RayTracer.Shape.Sphere.prototype = { 465 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 467 Flog.RayTracer.Shape.Plane = Class.create(); 469 Flog.RayTracer.Shape.Plane.prototype = { 825 var sphere = new Flog.RayTracer.Shape.Sphere( 837 var sphere1 = new Flog.RayTracer.Shape.Sphere( 849 var plane = new Flog.RayTracer.Shape.Plane(
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-raytrace.js | 410 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 412 Flog.RayTracer.Shape.Sphere = Class.create(); 414 Flog.RayTracer.Shape.Sphere.prototype = { 460 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 462 Flog.RayTracer.Shape.Plane = Class.create(); 464 Flog.RayTracer.Shape.Plane.prototype = { 820 var sphere = new Flog.RayTracer.Shape.Sphere( 832 var sphere1 = new Flog.RayTracer.Shape.Sphere( 844 var plane = new Flog.RayTracer.Shape.Plane(
|
/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/v8/src/ |
D | objects.cc | 7987 template<typename Shape, typename Key> 7988 void Dictionary<Shape, Key>::Print(FILE* out) { in Print() 7989 int capacity = HashTable<Shape, Key>::Capacity(); in Print() 7991 Object* k = HashTable<Shape, Key>::KeyAt(i); in Print() 7992 if (HashTable<Shape, Key>::IsKey(k)) { in Print() 8008 template<typename Shape, typename Key> 8009 void Dictionary<Shape, Key>::CopyValuesTo(FixedArray* elements) { in CopyValuesTo() 8011 int capacity = HashTable<Shape, Key>::Capacity(); in CopyValuesTo() 8015 Object* k = Dictionary<Shape, Key>::KeyAt(i); in CopyValuesTo() 8016 if (Dictionary<Shape, Key>::IsKey(k)) { in CopyValuesTo() [all …]
|
D | objects-inl.h | 1812 template<typename Shape, typename Key> 1813 int HashTable<Shape, Key>::FindEntry(Key key) { in FindEntry() 1819 template<typename Shape, typename Key> 1820 int HashTable<Shape, Key>::FindEntry(Isolate* isolate, Key key) { in FindEntry() 1822 uint32_t entry = FirstProbe(Shape::Hash(key), capacity); in FindEntry() 1829 Shape::IsMatch(key, element)) return entry; in FindEntry() 1913 template <typename Shape, typename Key> in CAST_ACCESSOR() 1914 HashTable<Shape, Key>* HashTable<Shape, Key>::cast(Object* obj) { in CAST_ACCESSOR() 3955 template<typename Shape, typename Key> 3956 void Dictionary<Shape, Key>::SetEntry(int entry, in SetEntry() [all …]
|
D | objects.h | 2259 template<typename Shape, typename Key> 2323 kPrefixStartIndex + Shape::kPrefixSize; 2324 static const int kEntrySize = Shape::kEntrySize; 2501 template <typename Shape, typename Key> 2502 class Dictionary: public HashTable<Shape, Key> { 2505 static inline Dictionary<Shape, Key>* cast(Object* obj) { in cast() 2506 return reinterpret_cast<Dictionary<Shape, Key>*>(obj); in cast() 2511 return this->get(HashTable<Shape, Key>::EntryToIndex(entry)+1); in ValueAt() 2525 this->set(HashTable<Shape, Key>::EntryToIndex(entry) + 1, value); in ValueAtPut() 2533 Smi::cast(this->get(HashTable<Shape, Key>::EntryToIndex(entry) + 2))); in DetailsAt() [all …]
|
/external/icu4c/common/ |
D | ushape.c | 1202 unsigned int Shape; in shapeUnicode() local 1295 Shape = shapeTable[nextLink & (LINKR + LINKL)] in shapeUnicode() 1300 Shape &= 1; in shapeUnicode() 1305 Shape = 1; in shapeUnicode() 1307 Shape = 0; in shapeUnicode() 1311 Shape = 0; in shapeUnicode() 1320 dest[i] = 0xFE70 + IrrelevantPos[(dest[i] - 0x064B)] + Shape; in shapeUnicode() 1323 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape); in shapeUnicode() 1325 dest[i] = (UChar)(0xFE70 + (currLink >> 8) + Shape); in shapeUnicode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | riva_mmio.h | 95 U032 Shape; member
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
D | AECMobile.m | 87 % Estimate Echo Spectral Shape
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.mm | 503 …eturn UI_STRING_KEY_INTERNAL("Set Traditional Character Shape", "Set Traditional Character Shape (…
|
/external/webkit/Source/WebCore/English.lproj/ |
D | Localizable.strings | 332 "Set Traditional Character Shape (Undo action name)" = "Set Traditional Character Shape";
|
/external/webkit/PerformanceTests/PageLoad/svg/files/ |
D | world-iso.svg | 3 It was produced by SGV MapGen (Version 1.0 Evaluation)from MapInfo MID/MIF or ESRI Shape Files.
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 2535 (WebKit::Region::Shape::shapeOperation): Initialize variable to avoid a bogus "potentially 4017 (WebKit::Region::Shape::Shape): 7696 (WebKit::Region::Shape::move): 8043 (WebKit::Region::Shape::segments_end): 8109 (WebKit::Region::Shape::Shape): 8110 (WebKit::Region::Shape::appendSpan): 8111 (WebKit::Region::Shape::canCoalesce): 8112 (WebKit::Region::Shape::appendSpans): 8113 (WebKit::Region::Shape::appendSegment): 8114 (WebKit::Region::Shape::spans_begin): [all …]
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 52007 http://www.keepmedia.com/pubs/Shape/2005/06/07/884674?extID=10026
|