Searched refs:Inherit (Results 1 - 19 of 19) 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/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLAudioElementConstructor.cpp92 result->Inherit(V8HTMLAudioElement::GetTemplate());
H A DV8HTMLImageElementConstructor.cpp103 result->Inherit(V8HTMLImageElement::GetTemplate());
H A DV8HTMLOptionElementConstructor.cpp101 result->Inherit(V8HTMLOptionElement::GetTemplate());
H A DV8HTMLDocumentCustom.cpp60 shadowTemplate->Inherit(V8HTMLDocument::GetTemplate());
/external/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestTangentGenBadModels.java114 debugTangents.setCullHint(CullHint.Inherit);
/external/webkit/Source/WebCore/dom/
H A DElement.cpp1083 if (hasParentStyle && (change >= Inherit || needsStyleRecalc())) {
1149 if (change >= Inherit || n->isTextNode() || n->childNeedsStyleRecalc() || n->needsStyleRecalc()) {
1158 if (change >= Inherit || shadow->childNeedsStyleRecalc() || shadow->needsStyleRecalc()) {
H A DNode.h131 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force }; enumerator in enum:WebCore::Node::StyleChange
H A DNode.cpp324 ch = Inherit;
328 ch = Inherit;
H A DDocument.cpp1486 if (change >= Inherit || n->childNeedsStyleRecalc() || n->needsStyleRecalc())
4695 // 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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DObjectHelper.java151 node.setCullHint(visible ? CullHint.Always : CullHint.Inherit);
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Binding.cpp528 desc->Inherit(parentClass);
/external/clang/include/clang/AST/
H A DDeclCXX.h232 void setInheritConstructors(bool Inherit = true) {
233 InheritConstructors = Inherit;
/external/webkit/Source/WebCore/svg/
H A DSVGUseElement.cpp350 if ((change >= Inherit || needsStyleRecalc() || childNeedsStyleRecalc()) && m_targetElementInstance && !m_updatesBlocked) {
/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/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/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 3479 milliseconds