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

  /external/skia/src/svg/
SkSVGPolygon.h 26 const char* attrValue, size_t attrLength);
SkSVGPolyline.h 27 const char* attrValue, size_t attrLength);
SkSVGPolygon.cpp 30 const char* attrValue, size_t attrLength) {
31 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength);
SkSVGPolyline.cpp 36 const char* attrValue, size_t attrLength) {
40 f_points.append(attrValue, attrLength);
SkSVGElements.cpp 25 const char* attrValue, size_t attrLength) {
28 first->set(attrValue, attrLength);
SkSVGPaintState.cpp 61 const char* attrValue, size_t attrLength) {
84 attr->set(attrValue, attrLength);
89 const char* attrEnd = attrValue + attrLength;
285 size_t attrLength = topAttr->size();
286 if (attrLength == 0)
304 parser._addAttributeLen("textSize", attrValue, attrLength);
307 parser._addAttributeLen("textTracking", attrValue, attrLength);
340 parser._addAttributeLen("strokeCap", attrValue, attrLength);
343 parser._addAttributeLen("strokeJoin", attrValue, attrLength);
346 parser._addAttributeLen("strokeMiter", attrValue, attrLength);
    [all...]
  /external/collada/include/1.4/dom/
domGlsl_newarray_type.h 30 xsPositiveInteger attrLength;
59 xsPositiveInteger getLength() const { return attrLength; }
64 void setLength( xsPositiveInteger atLength ) { attrLength = atLength; }
101 domGlsl_newarray_type_complexType(DAE& dae, daeElement* elt) : attrLength(), elemGlsl_param_type_array(), elemArray_array() {}
127 xsPositiveInteger getLength() const { return attrLength; }
132 void setLength( xsPositiveInteger atLength ) { attrLength = atLength; _validAttributeArray[0] = true; }
domGlsl_setarray_type.h 30 xsPositiveInteger attrLength;
59 xsPositiveInteger getLength() const { return attrLength; }
64 void setLength( xsPositiveInteger atLength ) { attrLength = atLength; }
101 domGlsl_setarray_type_complexType(DAE& dae, daeElement* elt) : attrLength(), elemGlsl_param_type_array(), elemArray_array() {}
127 xsPositiveInteger getLength() const { return attrLength; }
132 void setLength( xsPositiveInteger atLength ) { attrLength = atLength; _validAttributeArray[0] = true; }
domCg_newarray_type.h 31 xsPositiveInteger attrLength;
65 xsPositiveInteger getLength() const { return attrLength; }
70 void setLength( xsPositiveInteger atLength ) { attrLength = atLength; }
127 domCg_newarray_type_complexType(DAE& dae, daeElement* elt) : attrLength(), elemCg_param_type_array(), elemArray_array(), elemUsertype_array(), elemConnect_param_array() {}
153 xsPositiveInteger getLength() const { return attrLength; }
158 void setLength( xsPositiveInteger atLength ) { attrLength = atLength; _validAttributeArray[0] = true; }
domCg_setarray_type.h 30 xsPositiveInteger attrLength;
63 xsPositiveInteger getLength() const { return attrLength; }
68 void setLength( xsPositiveInteger atLength ) { attrLength = atLength; }
115 domCg_setarray_type_complexType(DAE& dae, daeElement* elt) : attrLength(), elemCg_param_type_array(), elemArray_array(), elemUsertype_array() {}
141 xsPositiveInteger getLength() const { return attrLength; }
146 void setLength( xsPositiveInteger atLength ) { attrLength = atLength; _validAttributeArray[0] = true; }
  /external/collada/src/1.4/dom/
domGlsl_newarray_type.cpp 66 ma->setOffset( daeOffsetOf( domGlsl_newarray_type , attrLength ));
domGlsl_setarray_type.cpp 66 ma->setOffset( daeOffsetOf( domGlsl_setarray_type , attrLength ));
domCg_newarray_type.cpp 78 ma->setOffset( daeOffsetOf( domCg_newarray_type , attrLength ));
domCg_setarray_type.cpp 72 ma->setOffset( daeOffsetOf( domCg_setarray_type , attrLength ));

Completed in 77 milliseconds