Lines Matching refs:height
195 PathTexture* getRoundRect(float width, float height, float rx, float ry, const SkPaint* paint);
197 PathTexture* getOval(float width, float height, const SkPaint* paint);
198 PathTexture* getRect(float width, float height, const SkPaint* paint);
199 PathTexture* getArc(float width, float height, float startAngle, float sweepAngle,
232 float& left, float& top, float& offset, uint32_t& width, uint32_t& height);
234 float& left, float& top, float& offset, uint32_t& width, uint32_t& height);
256 void purgeCache(uint32_t width, uint32_t height);
260 bool checkTextureSize(uint32_t width, uint32_t height) {
261 if (width > mMaxTextureSize || height > mMaxTextureSize) {
263 width, height, mMaxTextureSize, mMaxTextureSize);