Searched refs:fType (Results 1 – 2 of 2) sorted by relevance
432 if (kOverstroke_RRectType == args.fType) { in fillInRRectVerts()463 return circle_type_to_vert_count(shadowGeometry.fType); in getVertexCountForGeometry()466 return rrect_type_to_vert_count(shadowGeometry.fType); in getVertexCountForGeometry()471 return circle_type_to_index_count(kStroke_RRectType == shadowGeometry.fType); in getIndexCountForGeometry()474 return rrect_type_to_index_count(shadowGeometry.fType); in getIndexCountForGeometry()496 const uint16_t* primIndices = rrect_type_to_indices(shadowGeometry.fType); in fillIndicesForGeometry()
54 RRectType fType; member