HomeSort by relevance Sort by last modified time
    Searched defs:m_coords (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.h 65 Vector<Length> m_coords; member in class:blink::FINAL
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 165 const Vec4* getCoords (void) const { return &m_coords[0]; }
186 vector<Vec4> m_coords; //!< Near-unit coordinates, roughly [-2.0 .. 2.0]. member in class:deqp::gls::QuadGrid
205 m_coords.resize(m_numVertices);
226 m_coords[vtxNdx] = getCoords(sx, sy);

Completed in 730 milliseconds