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

  /external/clang/test/ASTMerge/Inputs/
struct1.c 51 } xList;
struct2.c 48 } xList;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder.cpp 164 static inline void updateCharacterData(unsigned i, float& lastRotation, SVGCharacterData& data, const SVGLengthContext& lengthContext, const SVGLengthList* xList, const SVGLengthList* yList, const SVGLengthList* dxList, const SVGLengthList* dyList, const SVGNumberList* rotateList)
166 if (xList)
167 data.x = xList->at(i)->value(lengthContext);
182 RefPtr<SVGLengthList> xList = position.element->x()->currentValue();
188 unsigned xListSize = xList->length();
199 const SVGLengthList* xListPtr = i < xListSize ? xList.get() : 0;

Completed in 1078 milliseconds