Home | History | Annotate | Download | only in hwui

Lines Matching refs:PathTexture

32 PathTexture* RoundRectShapeCache::getRoundRect(float width, float height,
35 PathTexture* texture = get(entry);
57 PathTexture* CircleShapeCache::getCircle(float radius, SkPaint* paint) {
59 PathTexture* texture = get(entry);
79 PathTexture* OvalShapeCache::getOval(float width, float height, SkPaint* paint) {
81 PathTexture* texture = get(entry);
103 PathTexture* RectShapeCache::getRect(float width, float height, SkPaint* paint) {
105 PathTexture* texture = get(entry);
144 PathTexture* ArcShapeCache::getArc(float width, float height,
147 PathTexture* texture = get(entry);