Searched defs:hasTexCoords (Results 1 – 3 of 3) sorted by relevance
56 std::string variant_name(PrimitiveType type, bool hasColor, bool hasTexCoords) { in variant_name()70 VerticesRenderStep::VerticesRenderStep(PrimitiveType type, bool hasColor, bool hasTexCoords) in VerticesRenderStep()
26 bool hasTexCoords() const { return SkToBool(fVertices->fTexs); } in hasTexCoords() function
51 const Renderer* vertices(SkVertices::VertexMode mode, bool hasColors, bool hasTexCoords) const { in vertices()