/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/clang/test/CodeGenObjC/ |
D | debug-info-impl.m | 8 @interface Shape : NSObject interface 11 @interface Circle : Shape
|
/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 | 9950 template<typename Shape, typename Key> 9951 void Dictionary<Shape, Key>::Print(FILE* out) { in Print() 9952 int capacity = HashTable<Shape, Key>::Capacity(); in Print() 9954 Object* k = HashTable<Shape, Key>::KeyAt(i); in Print() 9955 if (HashTable<Shape, Key>::IsKey(k)) { in Print() 9971 template<typename Shape, typename Key> 9972 void Dictionary<Shape, Key>::CopyValuesTo(FixedArray* elements) { in CopyValuesTo() 9974 int capacity = HashTable<Shape, Key>::Capacity(); in CopyValuesTo() 9978 Object* k = Dictionary<Shape, Key>::KeyAt(i); in CopyValuesTo() 9979 if (Dictionary<Shape, Key>::IsKey(k)) { in CopyValuesTo() [all …]
|
D | objects-inl.h | 2057 template<typename Shape, typename Key> 2058 int HashTable<Shape, Key>::ComputeCapacity(int at_least_space_for) { in ComputeCapacity() 2068 template<typename Shape, typename Key> 2069 int HashTable<Shape, Key>::FindEntry(Key key) { in FindEntry() 2075 template<typename Shape, typename Key> 2076 int HashTable<Shape, Key>::FindEntry(Isolate* isolate, Key key) { in FindEntry() 2078 uint32_t entry = FirstProbe(HashTable<Shape, Key>::Hash(key), capacity); in FindEntry() 2086 Shape::IsMatch(key, element)) return entry; in FindEntry() 2183 template <typename Shape, typename Key> in CAST_ACCESSOR() 2184 HashTable<Shape, Key>* HashTable<Shape, Key>::cast(Object* obj) { in CAST_ACCESSOR() [all …]
|
D | objects.h | 2701 template<typename Shape, typename Key> 2706 if (Shape::UsesSeed) { in Hash() 2707 return Shape::SeededHash(key, in Hash() 2710 return Shape::Hash(key); in Hash() 2715 if (Shape::UsesSeed) { in HashForObject() 2716 return Shape::SeededHashForObject(key, in HashForObject() 2719 return Shape::HashForObject(key, object); in HashForObject() 2788 kPrefixStartIndex + Shape::kPrefixSize; 2789 static const int kEntrySize = Shape::kEntrySize; 2978 template <typename Shape, typename Key> [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.15/src/video/fbcon/ |
D | riva_mmio.h | 95 U032 Shape; member
|
/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
|