Lines Matching refs:w
68 float w = 0, h = 0; member
75 bool size(float w, float h);
102 auto sx = w / loader->w; 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()
123 if (w) *w = this->w; 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()
177 dup->w = w; in duplicate()
190 uint32_t* data(uint32_t* w, uint32_t* h) in data()
196 if (w) *w = static_cast<uint32_t>(loader->w); in data()
199 if (w) *w = 0; in data()