Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 25 of 67) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
Dworld.js67 function verifyShapeDescription(shape) { argument
102 function verifyCubeDescription(shape) { argument
115 function verifySphereDescription(shape) { argument
122 function verifyCylinderDescription(shape) { argument
132 function verifyConvexDescription(shape) { argument
Dbox.json13 "shape": "box", string
28 "shape": "box", string
43 "shape": "box", string
58 "shape": "box", string
73 "shape": "box", string
88 "shape": "box", string
103 "shape": "box", string
118 "shape": "box", string
133 "shape": "box", string
148 "shape": "box", string
[all …]
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableShapeValue.h42 static PassRefPtrWillBeRawPtr<AnimatableShapeValue> create(ShapeValue* shape) in create()
55 AnimatableShapeValue(ShapeValue* shape) in AnimatableShapeValue()
DAnimatableShapeValue.cpp64 const ShapeValue* shape = toAnimatableShapeValue(value)->m_shape.get(); in equalTo() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShapeValue.h50 static PassRefPtr<ShapeValue> createShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox) in createShapeValue()
66 BasicShape* shape() const { return m_shape.get(); } in shape() function
88 ShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox) in ShapeValue()
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Ddesktop_frame.h59 const DesktopRegion* shape() const { return shape_.get(); } in shape() function
60 void set_shape(DesktopRegion* shape) { shape_.reset(shape); } in set_shape()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DBoxShapeTest.cpp85 OwnPtr<Shape> shape = createBoxShape(RoundedRect(0, 0, 100, 50), 10); in TEST_F() local
130 OwnPtr<Shape> shape = createBoxShape(RoundedRect(IntRect(0, 0, 100, 100), cornerRadii), 0); in TEST_F() local
DShape.h66 Path shape; member
DShape.cpp105 OwnPtr<Shape> shape; in createShape() local
224 OwnPtr<Shape> shape = createInsetShape(bounds); in createLayoutBoxShape() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipPathOperation.h97 static PassRefPtr<ShapeClipPathOperation> create(PassRefPtr<BasicShape> shape) in create()
116 ShapeClipPathOperation(PassRefPtr<BasicShape> shape) in ShapeClipPathOperation()
/external/chromium_org/chrome/browser/ui/views/apps/
Dshaped_app_window_targeter.cc20 SkRegion* shape = app_window_->shape(); in GetHitTestMask() local
Dchrome_native_app_window_views.h30 SkRegion* shape() { return shape_.get(); } in shape() function
/external/jemalloc/test/unit/
Dmath.c356 double shape = pt_gamma_shape[i]; in TEST_BEGIN() local
372 double shape = 1.0; in TEST_BEGIN() local
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
Dharfbuzz-arabic.c33 unsigned char shape; member
387 ArabicShape shape = joining_table[XIsolated][j].form2; in getArabicProperties() local
513 ArabicShape shape = joining_table[XIsolated][j].form2; in getNkoProperties() local
844 static int getShape(hb_uint8 cell, int shape) in getShape()
936 int shape = properties[i].shape; in shapedString() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceSolidColor.cpp84 …phicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) in postApplyResource()
DRenderSVGResourceGradient.cpp132 …phicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) in postApplyResource()
/external/chromium_org/remoting/client/
Dframe_consumer_proxy.cc28 const webrtc::DesktopRegion& shape) { in ApplyBuffer()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_median_filter.c158 generate_offsets(enum vl_median_filter_shape shape, unsigned size, in generate_offsets()
240 enum vl_median_filter_shape shape) in vl_median_filter_init()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_median_filter.c158 generate_offsets(enum vl_median_filter_shape shape, unsigned size, in generate_offsets()
240 enum vl_median_filter_shape shape) in vl_median_filter_init()
/external/chromium_org/remoting/ios/bridge/
Dframe_consumer_bridge.cc41 const webrtc::DesktopRegion& shape) { in ApplyBuffer()
/external/icu/icu4c/source/layout/
DArabicShaping.cpp118 FeatureMask shape = featureMask & SHAPE_MASK; in adjustTags() local
125 void ArabicShaping::shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 cha… in shape() function in ArabicShaping
/external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
DDeferredLegacyStyleInterpolation.cpp139 bool DeferredLegacyStyleInterpolation::interpolationRequiresStyleResolve(const CSSBasicShape& shape) in interpolationRequiresStyleResolve()
/external/chromium_org/remoting/client/jni/
Djni_frame_consumer.cc49 const webrtc::DesktopRegion& shape) { in ApplyBuffer()
/external/skia/gm/
Dnested.cpp47 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) { in AddShape()
/external/chromium_org/third_party/skia/gm/
Dnested.cpp47 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) { in AddShape()

123