Home | History | Annotate | Download | only in app

Lines Matching refs:pElem

52     TiXmlElement* pElem;
57 pElem = pNode->ToElement();
58 pElem->Attribute("qwerty", &qwerty);
59 const char *kmap = pElem->Attribute("keycharmap");
87 TiXmlElement* pElem;
99 pElem = pNode->ToElement();
100 name = pElem->Attribute("name");
103 if (pElem->Attribute("width", &mWidth) == NULL)
105 if (pElem->Attribute("height", &mHeight) == NULL)
107 if (pElem->Attribute("refresh", &mRefresh) == NULL)
109 format = pElem->Attribute("format");
161 TiXmlElement* pElem;
173 pElem = pNode->ToElement();
174 displayName = pElem->Attribute("display");
177 if (pElem->Attribute("x", &mXOffset) == NULL)
179 if (pElem->Attribute("y", &mYOffset) == NULL)
181 if (pElem->Attribute("rotate", &rotate) == NULL)
237 TiXmlElement* pElem;
252 pElem = pNode->ToElement();
253 src = pElem->Attribute("src");
256 if (pElem->Attribute("x", &x) == NULL)
258 if (pElem->Attribute("y", &y) == NULL)
286 TiXmlElement* pElem;
303 pElem = pNode->ToElement();
304 keyCode = pElem->Attribute("keyCode");
308 src = pElem->Attribute("src");
310 if (pElem->Attribute("x", &x) == NULL)
312 if (pElem->Attribute("y", &y) == NULL)