Lines Matching defs:width
87 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computePathBounds()
93 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computeBounds()
106 static void initBitmap(SkBitmap& bitmap, uint32_t width, uint32_t height) { in initBitmap()
124 float left, float top, float offset, uint32_t width, uint32_t height) { in drawPath()
220 void PathCache::purgeCache(uint32_t width, uint32_t height) { in purgeCache()
241 uint32_t width, height; in addTexture() local
317 uint32_t width, height; in onProcess() local
445 PathTexture* PathCache::getRoundRect(float width, float height, in getRoundRect()
491 PathTexture* PathCache::getOval(float width, float height, const SkPaint* paint) { in getOval()
514 PathTexture* PathCache::getRect(float width, float height, const SkPaint* paint) { in getRect()
537 PathTexture* PathCache::getArc(float width, float height, in getArc()