HomeSort by relevance Sort by last modified time
    Searched refs:elementID (Results 1 - 8 of 8) sorted by null

  /external/skia/include/animator/
SkAnimator.h 232 @param elementID is the value of the id attribute in the XML of this element
237 int32_t getArrayInt(const char* elementID, const char* fieldName, int index);
248 @param elementID is the value of the id attribute in the XML of this element
253 SkScalar getArrayScalar(const char* elementID, const char* fieldName, int index);
264 @param elementID is the value of the id attribute in the XML of this element
269 const char* getArrayString(const char* elementID, const char* fieldName, int index);
272 @param elementID is the value of the id attribute in the XML of this element
275 const SkDisplayable* getElement(const char* elementID);
285 @param elementID is the value of the id attribute in the XML of this element
288 SkElementType getElementType(const char* elementID);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Type.java 191 int elementID = dataBuffer[5];
192 if(elementID != 0) {
193 mElement = new Element(elementID, mRS);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleFramePrivate.h 45 WK_EXPORT bool WKBundleFramePauseAnimationOnElementWithId(WKBundleFrameRef frame, WKStringRef name, WKStringRef elementID, double time);
WKBundleFrame.cpp 92 bool WKBundleFramePauseAnimationOnElementWithId(WKBundleFrameRef frameRef, WKStringRef name, WKStringRef elementID, double time)
94 return toImpl(frameRef)->pauseAnimationOnElementWithId(toImpl(name)->string(), toImpl(elementID)->string(), time);
  /external/skia/src/svg/
SkSVGParser.cpp 250 SkString& elementID = element->f_id;
251 if (elementID.size() == 0) {
252 elementID.set("sf");
253 elementID.appendS32(++strokeFillID);
264 _addAttributeLen("use", elementID.c_str(), elementID.size());
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.h 109 bool pauseAnimationOnElementWithId(const String& animationName, const String& elementID, double time);
WebFrame.cpp 388 bool WebFrame::pauseAnimationOnElementWithId(const String& animationName, const String& elementID, double time)
400 Node* coreNode = m_coreFrame->document()->getElementById(elementID);
  /external/skia/src/animator/
SkAnimator.cpp 219 const SkMemberInfo* SkAnimator::getField(const char* elementID, const char* field) {
220 const SkDisplayable* element = getElement(elementID);

Completed in 203 milliseconds