HomeSort by relevance Sort by last modified time
    Searched defs:direction (Results 1 - 25 of 365) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/legacy/src/animator/
SkDrawEmboss.h 20 SkTDScalarArray direction; member in class:SkDrawEmboss
  /external/skia/src/animator/
SkDrawEmboss.h 20 SkTDScalarArray direction; member in class:SkDrawEmboss
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
DirectionalLight.java 44 * <code>DirectionalLight</code> is a light coming from a certain direction in world space.
48 * come from their direction regardless of where an object is placed.
52 protected Vector3f direction = new Vector3f(0f, -1f, 0f); field in class:DirectionalLight
60 * Returns the direction vector of the light.
62 * @return The direction vector of the light.
67 return direction;
71 * Sets the direction of the light.
73 * Represents the vector direction the light is coming from.
76 * @param dir the direction of the light.
79 direction.set(dir)
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
xt_connbytes.h 42 u_int8_t direction; member in struct:xt_connbytes_info
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_connbytes.h 34 u_int8_t direction; member in struct:xt_connbytes_info
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu.cc 102 GtkMenuDirectionType direction) {
110 switch (direction) {
114 direction))
123 move_current(menu_shell, direction);
130 GTK_CUSTOM_MENU_ITEM(menu_item), direction); local
  /external/icu4c/layout/
GlyphIterator.h 81 le_int32 direction; member in class:GlyphIterator
MultipleSubstSubtables.cpp 74 le_int32 insert = 0, direction = 1; local
78 direction = -1;
85 insert += direction;
  /external/iptables/include/linux/netfilter/
xt_connbytes.h 24 __u8 direction; /* ipt_connbytes_direction */ member in struct:xt_connbytes_info
  /external/kernel-headers/original/linux/netfilter/
xt_connbytes.h 23 u_int8_t direction; /* ipt_connbytes_direction */ member in struct:xt_connbytes_info
  /external/skia/src/gpu/effects/
Gr1DKernelEffect.h 26 enum Direction {
32 Direction direction,
35 , fDirection(direction)
44 Direction direction() const { return fDirection; } function in class:Gr1DKernelEffect
48 Direction fDirection;
  /external/tcpdump/
print-token.c 85 static const char *direction[] = { variable
132 printf("%s", direction[DIRECTION(trp)]);
  /external/webkit/Source/WebCore/css/
CSSReflectValue.h 40 static PassRefPtr<CSSReflectValue> create(CSSReflectionDirection direction,
43 return adoptRef(new CSSReflectValue(direction, offset, mask));
46 CSSReflectionDirection direction() const { return m_direction; } function in class:WebCore::CSSReflectValue
55 CSSReflectValue(CSSReflectionDirection direction,
57 : m_direction(direction)
  /external/webkit/Source/WebCore/html/
HTMLTitleElement.cpp 80 TextDirection direction = LTR; local
82 direction = style->direction();
84 direction = style->direction();
85 return StringWithDirection(text(), direction);
  /external/webkit/Source/WebCore/page/
WebKitAnimation.cpp 85 WebKitAnimation::Direction WebKitAnimation::direction() const function in class:WebCore::WebKitAnimation
87 if (m_keyframeAnimation->animation()->direction() == Animation::AnimationDirectionNormal)
  /external/webkit/Source/WebCore/platform/graphics/filters/
SpotLightSource.h 34 const FloatPoint3D& direction, float specularExponent, float limitingConeAngle)
36 return adoptRef(new SpotLightSource(position, direction, specularExponent, limitingConeAngle));
43 const FloatPoint3D& direction() const { return m_direction; } function in class:WebCore::SpotLightSource
59 SpotLightSource(const FloatPoint3D& position, const FloatPoint3D& direction,
63 , m_direction(direction)
  /external/webkit/Source/WebCore/platform/text/
StringWithDirection.h 44 // Note that is explicitly *not* the direction of the string as learned
61 TextDirection direction() const { return m_direction; } function in class:WebCore::StringWithDirection
  /external/webkit/Source/WebCore/platform/win/
WebCoreTextRenderer.cpp 42 WTF::Unicode::Direction direction = WTF::Unicode::direction(run[i]); local
43 if (direction == WTF::Unicode::RightToLeft || direction > WTF::Unicode::OtherNeutral)
  /external/webkit/Source/WebCore/rendering/style/
StyleReflection.h 48 CSSReflectionDirection direction() const { return m_direction; } function in class:WebCore::StyleReflection
  /external/webkit/Source/WebCore/storage/
IDBCursor.cpp 63 unsigned short IDBCursor::direction() const function in class:WebCore::IDBCursor
65 return m_backend->direction();
IDBCursorBackendImpl.cpp 44 IDBCursorBackendImpl::IDBCursorBackendImpl(PassRefPtr<IDBBackingStore::Cursor> cursor, IDBCursor::Direction direction, CursorType cursorType, IDBTransactionBackendInterface* transaction, IDBObjectStoreBackendInterface* objectStore)
46 , m_direction(direction)
57 unsigned short IDBCursorBackendImpl::direction() const function in class:WebCore::IDBCursorBackendImpl
  /external/webkit/Source/WebKit/chromium/public/
WebIDBCursor.h 43 virtual unsigned short direction() const function in class:WebKit::WebIDBCursor
  /external/webkit/Source/WebKit/chromium/src/
IDBCursorBackendProxy.cpp 57 unsigned short IDBCursorBackendProxy::direction() const function in class:WebKit::IDBCursorBackendProxy
59 return m_idbCursor->direction();
WebIDBCursorImpl.cpp 50 unsigned short WebIDBCursorImpl::direction() const function in class:WebKit::WebIDBCursorImpl
52 return m_idbCursorBackend->direction();
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
bitbuffer.h 29 enum direction enum

Completed in 1307 milliseconds

1 2 3 4 5 6 7 8 91011>>