Searched defs:hasWCoord (Results 1 – 2 of 2) sorted by relevance
156 static size_t GetVertexStride(GrMaskFormat maskFormat, bool hasWCoord) { in GetVertexStride()345 bool hasWCoord() const { return fFlags.hasWCoord; } in hasWCoord() function371 bool hasWCoord:1; member
746 bool hasWCoord = viewMatrix.hasPerspective() in generateFromGlyphRunList() local