Lines Matching refs:h
68 float w = 0, h = 0; member
75 bool size(float w, float h);
103 auto sy = h / loader->h; in update()
110 loader->resize(paint, w, h); in update()
119 bool bounds(float* x, float* y, float* w, float* h, bool stroking) in bounds()
124 if (h) *h = this->h; in bounds()
149 Result load(uint32_t* data, uint32_t w, uint32_t h, bool copy) in load()
153 auto loader = static_cast<ImageLoader*>(LoaderMgr::loader(data, w, h, copy)); in load()
178 dup->h = h; in duplicate()
190 uint32_t* data(uint32_t* w, uint32_t* h) in data()
197 if (h) *h = static_cast<uint32_t>(loader->h); in data()
200 if (h) *h = 0; in data()