Searched refs:Inherit (Results 1 - 23 of 23) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java79 Inherit, enum constant in enum:Spatial.CullHint
106 Inherit, enum constant in enum:Spatial.BatchHint
122 protected CullHint cullHint = CullHint.Inherit;
123 protected BatchHint batchHint = BatchHint.Inherit;
139 protected RenderQueue.Bucket queueBucket = RenderQueue.Bucket.Inherit;
140 protected ShadowMode shadowMode = RenderQueue.ShadowMode.Inherit;
248 assert cm != CullHint.Inherit;
1017 * @return the cull mode of this spatial, or if set to CullHint.Inherit,
1021 if (cullHint != CullHint.Inherit) {
1031 if (batchHint != BatchHint.Inherit) {
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
H A DRenderQueue.java129 Inherit, enum constant in enum:RenderQueue.Bucket
159 * Inherit the <code>ShadowMode</code> from the parent node.
161 Inherit enum constant in enum:RenderQueue.ShadowMode
226 case Inherit:
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8HTMLImageElementConstructor.cpp104 result->Inherit(V8HTMLImageElement::GetTemplate(isolate, currentWorldType));
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8DOMConfiguration.cpp68 functionDescriptor->Inherit(parentClass);
H A DV8DOMWrapper.cpp92 shadowTemplate->Inherit(V8HTMLDocument::GetTemplate(isolate, currentWorldType));
/external/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestTangentGenBadModels.java114 debugTangents.setCullHint(CullHint.Inherit);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestNamedConstructor.cpp122 result->Inherit(V8TestNamedConstructor::GetTemplate(isolate, currentWorldType));
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DInsertionPoint.cpp77 if (change < Inherit)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h168 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force }; enumerator in enum:WebCore::Node::StyleChange
932 return change >= Node::Inherit || node->childNeedsStyleRecalc() || node->needsStyleRecalc();
H A DNode.cpp285 ch = Inherit;
289 ch = Inherit;
291 ch = Inherit;
H A DElement.cpp1459 if (hasParentStyle && (change >= Inherit || needsStyleRecalc())) {
2456 } else if (change >= Inherit || needsStyleRecalc())
H A DDocument.cpp1639 if ((change == Force) || (shouldDisplaySeamlesslyWithParent() && (change >= Inherit))) {
4418 // Inherit DNS prefetch opt-out from parent frame
/external/harfbuzz/src/
H A Dharfbuzz-indic.cpp488 Inherit enumerator in enum:Position
1440 position[i] = Inherit;
1448 position[reph+1] = Inherit;
1480 if (i < len-1 && position[i+1] == Inherit) {
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-indic.cpp488 Inherit enumerator in enum:Position
1440 position[i] = Inherit;
1448 position[reph+1] = Inherit;
1480 if (i < len-1 && position[i+1] == Inherit) {
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DObjectHelper.java151 node.setCullHint(visible ? CullHint.Always : CullHint.Inherit);
/external/clang/include/clang/AST/
H A DDeclCXX.h220 void setInheritConstructors(bool Inherit = true) {
221 InheritConstructors = Inherit;
/external/v8/test/cctest/
H A Dtest-api.cc182 sub_fun->Inherit(fun);
198 sub_fun->Inherit(fun);
907 derived->Inherit(base);
1244 base1->Inherit(super);
1248 base2->Inherit(super);
1369 child->Inherit(parent);
1386 child->Inherit(parent);
1406 child->Inherit(parent);
1459 child->Inherit(parent);
1478 child->Inherit(paren
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc225 sub_fun->Inherit(fun);
241 sub_fun->Inherit(fun);
1302 derived->Inherit(base);
1734 base1->Inherit(super);
1738 base2->Inherit(super);
1859 child->Inherit(parent);
1877 child->Inherit(parent);
1898 child->Inherit(parent);
1954 child->Inherit(parent);
1974 child->Inherit(paren
[all...]
/external/v8/include/
H A Dv8.h2172 * FunctionTemplate::Inherit method. The following graph illustrates
2178 * | Inherit(Parent) | .__proto__
2194 * child->Inherit(parent);
2231 void Inherit(Handle<FunctionTemplate> parent);
/external/chromium_org/v8/include/
H A Dv8.h3314 * FunctionTemplate::Inherit method. The following graph illustrates
3320 * | Inherit(Parent) | .__proto__
3336 * child->Inherit(parent);
3385 void Inherit(Handle<FunctionTemplate> parent);
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Ddeprecated_code_generator_v8.pm2860 result->Inherit(${v8ClassName}::GetTemplate(isolate, currentWorldType));
/external/chromium_org/v8/src/
H A Dapi.cc1000 void FunctionTemplate::Inherit(v8::Handle<FunctionTemplate> value) { function in class:v8::FunctionTemplate
1002 if (IsDeadCheck(isolate, "v8::FunctionTemplate::Inherit()")) return;
/external/v8/src/
H A Dapi.cc925 void FunctionTemplate::Inherit(v8::Handle<FunctionTemplate> value) { function in class:v8::FunctionTemplate
927 if (IsDeadCheck(isolate, "v8::FunctionTemplate::Inherit()")) return;

Completed in 762 milliseconds