Lines Matching refs:shape
45 memset(&shape, 0, sizeof(Shape)); in Description()
56 memset(&shape, 0, sizeof(Shape)); in Description()
68 const Shape::RoundRect& lRect = shape.roundRect; in operator ==()
69 const Shape::RoundRect& rRect = rhs.shape.roundRect; in operator ==()
85 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape)); in hash()
423 SkRect rect = SkRect::MakeWH(description.shape.roundRect.width, in tessellateRoundRect()
424 description.shape.roundRect.height); in tessellateRoundRect()
425 float rx = description.shape.roundRect.rx; in tessellateRoundRect()
426 float ry = description.shape.roundRect.ry; in tessellateRoundRect()
442 entry.shape.roundRect.width = width; in getRoundRectBuffer()
443 entry.shape.roundRect.height = height; in getRoundRectBuffer()
444 entry.shape.roundRect.rx = rx; in getRoundRectBuffer()
445 entry.shape.roundRect.ry = ry; in getRoundRectBuffer()