Searched refs:ShapeMaskElement (Results 1 – 2 of 2) sorted by relevance
44 struct ShapeMaskElement { struct45 ShapeMaskElement(const shape_data* shape, in ShapeMaskElement() function56 bool operator<(const ShapeMaskElement& other) const88 typedef std::set<ShapeMaskElement> ShapeMaskSet; argument
95 ShapeMaskElement element(mask->fShape, mask, mask->fPreviousMask.Get(), in Put()117 ShapeMaskElement element(&shape, NULL, previousMask, inverse); in Get()