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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterMesh.h 54 unsigned indicesCount() const { return m_indicesCount; }
CustomFilterMeshGenerator.h 56 unsigned indicesCount() const
72 return m_meshType == MeshTypeAttached ? pointsCount() : indicesCount();

Completed in 46 milliseconds