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

  /external/skia/include/animator/
SkAnimator.h 225 @param elementID is the value of the id attribute in the XML of this element
230 int32_t getArrayInt(const char* elementID, const char* fieldName, int index);
241 @param elementID is the value of the id attribute in the XML of this element
246 SkScalar getArrayScalar(const char* elementID, const char* fieldName, int index);
257 @param elementID is the value of the id attribute in the XML of this element
262 const char* getArrayString(const char* elementID, const char* fieldName, int index);
265 @param elementID is the value of the id attribute in the XML of this element
268 const SkDisplayable* getElement(const char* elementID);
278 @param elementID is the value of the id attribute in the XML of this element
281 SkElementType getElementType(const char* elementID);
    [all...]
  /external/skia/legacy/include/animator/
SkAnimator.h 225 @param elementID is the value of the id attribute in the XML of this element
230 int32_t getArrayInt(const char* elementID, const char* fieldName, int index);
241 @param elementID is the value of the id attribute in the XML of this element
246 SkScalar getArrayScalar(const char* elementID, const char* fieldName, int index);
257 @param elementID is the value of the id attribute in the XML of this element
262 const char* getArrayString(const char* elementID, const char* fieldName, int index);
265 @param elementID is the value of the id attribute in the XML of this element
268 const SkDisplayable* getElement(const char* elementID);
278 @param elementID is the value of the id attribute in the XML of this element
281 SkElementType getElementType(const char* elementID);
    [all...]
  /external/aac/libSBRdec/src/
sbr_ram.h 107 MP4_ELEMENT_ID elementID; /* Element ID set during initialization. Can be used for concealment */
sbrdecoder.cpp 207 const MP4_ELEMENT_ID elementID,
422 const MP4_ELEMENT_ID elementID,
436 if ( elementID != ID_SCE && elementID != ID_CPE && elementID != ID_LFE )
446 && self->pSbrElement[elementIndex]->elementID == elementID
476 self->pSbrElement[elementIndex]->elementID = elementID;
479 switch (elementID) {
    [all...]
  /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/aac/libSBRdec/include/
sbrdecoder.h 175 * \param elementID Table with MPEG-4 element Ids in canonical order.
186 const MP4_ELEMENT_ID elementID,
195 * \param elementID SBR element ID.
207 const MP4_ELEMENT_ID elementID,
  /frameworks/base/graphics/java/android/renderscript/
Type.java 209 int elementID = dataBuffer[5];
210 if(elementID != 0) {
211 mElement = new Element(elementID, mRS);
  /external/skia/src/svg/
SkSVGParser.cpp 244 SkString& elementID = element->f_id;
245 if (elementID.size() == 0) {
246 elementID.set("sf");
247 elementID.appendS32(++strokeFillID);
258 _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/aac/libMpegTPDec/include/
tp_data.h 288 const MP4_ELEMENT_ID elementID,
  /external/aac/libMpegTPEnc/include/
tp_data.h 288 const MP4_ELEMENT_ID elementID,
  /external/skia/legacy/src/animator/
SkAnimator.cpp 211 const SkMemberInfo* SkAnimator::getField(const char* elementID, const char* field) {
212 const SkDisplayable* element = getElement(elementID);
  /external/skia/src/animator/
SkAnimator.cpp 211 const SkMemberInfo* SkAnimator::getField(const char* elementID, const char* field) {
212 const SkDisplayable* element = getElement(elementID);
  /external/aac/libAACenc/src/
aacenc_lib.cpp 790 const MP4_ELEMENT_ID elementID,
    [all...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 277 milliseconds