OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attrIndex
(Results
1 - 15
of
15
) sorted by null
/external/collada/include/1.4/dom/
domFx_clearcolor_common.h
21
xsNonNegativeInteger
attrIndex
;
34
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
39
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; }
61
domFx_clearcolor_common_complexType(DAE& dae, daeElement* elt) :
attrIndex
(), _value() {}
87
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
92
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; _validAttributeArray[0] = true; }
domFx_cleardepth_common.h
21
xsNonNegativeInteger
attrIndex
;
34
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
39
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; }
56
domFx_cleardepth_common_complexType(DAE& dae, daeElement* elt) :
attrIndex
(), _value() {}
82
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
87
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; _validAttributeArray[0] = true; }
domFx_clearstencil_common.h
21
xsNonNegativeInteger
attrIndex
;
34
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
39
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; }
56
domFx_clearstencil_common_complexType(DAE& dae, daeElement* elt) :
attrIndex
(), _value() {}
82
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
87
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; _validAttributeArray[0] = true; }
domFx_colortarget_common.h
21
xsNonNegativeInteger
attrIndex
;
37
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
42
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; }
92
domFx_colortarget_common_complexType(DAE& dae, daeElement* elt) :
attrIndex
(), attrFace(), attrMip(), attrSlice(), _value() {}
118
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
123
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; _validAttributeArray[0] = true; }
domFx_depthtarget_common.h
21
xsNonNegativeInteger
attrIndex
;
37
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
42
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; }
92
domFx_depthtarget_common_complexType(DAE& dae, daeElement* elt) :
attrIndex
(), attrFace(), attrMip(), attrSlice(), _value() {}
118
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
123
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; _validAttributeArray[0] = true; }
domFx_stenciltarget_common.h
21
xsNonNegativeInteger
attrIndex
;
37
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
42
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; }
92
domFx_stenciltarget_common_complexType(DAE& dae, daeElement* elt) :
attrIndex
(), attrFace(), attrMip(), attrSlice(), _value() {}
118
xsNonNegativeInteger getIndex() const { return
attrIndex
; }
123
void setIndex( xsNonNegativeInteger atIndex ) {
attrIndex
= atIndex; _validAttributeArray[0] = true; }
domGles_pipeline_settings.h
631
domGLES_MAX_CLIP_PLANES_index
attrIndex
;
666
domGLES_MAX_CLIP_PLANES_index getIndex() const { return
attrIndex
; }
671
void setIndex( domGLES_MAX_CLIP_PLANES_index atIndex ) {
attrIndex
= atIndex; _validAttributeArray[2] = true; }
677
domClip_plane(DAE& dae) : daeElement(dae), attrValue(), attrParam(),
attrIndex
() {}
[
all
...]
domGl_pipeline_settings.h
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardIconsSet.java
52
private static final int getIconId(final int
attrIndex
) {
53
switch (
attrIndex
) {
88
final int
attrIndex
= keyboardAttrs.getIndex(i);
89
final int iconId = getIconId(
attrIndex
);
92
mIcons[iconId] = setDefaultBounds(keyboardAttrs.getDrawable(
attrIndex
));
/external/skia/src/svg/
SkSVGParser.cpp
164
int
attrIndex
= findAttribute(fCurrElement, name, nameLen, false);
165
if (
attrIndex
== -1) {
166
attrIndex
= findAttribute(&fCurrElement->fPaintState, name, nameLen, true);
167
if (
attrIndex
>= 0) {
168
fCurrElement->fPaintState.addAttribute(*this,
attrIndex
, value, len);
178
SkASSERT(
attrIndex
>= 0);
179
fCurrElement->addAttribute(*this,
attrIndex
, value, len);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java
149
int
attrIndex
=NULL; // start with no previous sib
155
attrIndex
=addNode(attrs.item(i),0,
attrIndex
,NULL);
156
m_firstch.setElementAt(DTM.NULL,
attrIndex
);
160
m_nextsib.setElementAt(DTM.NULL,
attrIndex
);
530
int
attrIndex
=NULL; // start with no previous sib
542
attrIndex
=addNode(attrs.item(i),
543
nextindex,
attrIndex
,NULL);
544
m_firstch.setElementAt(DTM.NULL,
attrIndex
);
570
attrIndex
=addNode(new DOM2DTMdefaultNamespaceDeclarationNode
[
all
...]
/external/mesa3d/test/
egl.cpp
[
all
...]
/frameworks/base/opengl/libagl/
egl.cpp
[
all
...]
/frameworks/base/opengl/libagl2/src/
egl.cpp
[
all
...]
/frameworks/base/tools/aapt/
Resource.cpp
[
all
...]
Completed in 231 milliseconds