Lines Matching defs:width
88 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computePathBounds()
94 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computeBounds()
107 static void initBitmap(SkBitmap& bitmap, uint32_t width, uint32_t height) { in initBitmap()
125 float left, float top, float offset, uint32_t width, uint32_t height) { in drawPath()
137 uint32_t width, uint32_t height, uint32_t id) { in createTexture()
240 void PathCache::purgeCache(uint32_t width, uint32_t height) { in purgeCache()
261 uint32_t width, height; in addTexture() local
341 uint32_t width, height; in onProcess() local
504 PathTexture* PathCache::getRoundRect(float width, float height, in getRoundRect()
550 PathTexture* PathCache::getOval(float width, float height, const SkPaint* paint) { in getOval()
573 PathTexture* PathCache::getRect(float width, float height, const SkPaint* paint) { in getRect()
596 PathTexture* PathCache::getArc(float width, float height, in getArc()