OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:offsettype
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArrayModifier.java
98
int
offsettype
= ((Number) modifierStructure.getFieldValue("offset_type")).intValue();
local
99
if ((
offsettype
& 0x01) != 0) {// Constant offset
104
if ((
offsettype
& 0x02) != 0) {// Relative offset
109
if ((
offsettype
& 0x04) != 0) {// Object offset
/external/harfbuzz_ng/src/
hb-open-type-private.hh
685
template <typename
OffsetType
, typename Type>
686
struct GenericOffsetTo :
OffsetType
720
inline bool try_set (hb_sanitize_context_t *c, const
OffsetType
&v) {
736
template <typename Base, typename
OffsetType
, typename Type>
737
inline const Type& operator + (const Base &base, const GenericOffsetTo<
OffsetType
, Type> &offset) { return offset (base); }
738
template <typename Base, typename
OffsetType
, typename Type>
739
inline Type& operator + (Base &base, GenericOffsetTo<
OffsetType
, Type> &offset) { return offset (base); }
/external/icu4c/tools/gennorm2/
n2builder.cpp
134
enum
OffsetType
{
[
all
...]
Completed in 884 milliseconds