Home | History | Annotate | Download | only in hwui

Lines Matching refs:shape

51     memset(&shape, 0, sizeof(Shape));
62 memset(&shape, 0, sizeof(Shape));
73 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape));
237 ALOGD("Shape deleted, size = %d", size);
295 ALOGD("Shape created, size = %d", size);
379 (key.shape.path.mPath == pair.getFirst() ||
380 key.shape.path.mPath == pair.getSecond())) {
428 entry.shape.path.mPath = path;
470 entry.shape.path.mPath = path;
512 entry.shape.roundRect.mWidth = width;
513 entry.shape.roundRect.mHeight = height;
514 entry.shape.roundRect.mRx = rx;
515 entry.shape.roundRect.mRy = ry;
537 entry.shape.circle.mRadius = radius;
557 entry.shape.oval.mWidth = width;
558 entry.shape.oval.mHeight = height;
580 entry.shape.rect.mWidth = width;
581 entry.shape.rect.mHeight = height;
604 entry.shape.arc.mWidth = width;
605 entry.shape.arc.mHeight = height;
606 entry.shape.arc.mStartAngle = startAngle;
607 entry.shape.arc.mSweepAngle = sweepAngle;
608 entry.shape.arc.mUseCenter = useCenter;