Searched defs:texcoord_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_mac.h141 void set_size(gfx::Size vertex_size, gfx::Size texcoord_size) { argument
146 float tw = static_cast<float>(texcoord_size.width());
147 float th = static_cast<float>(texcoord_size.height());

Completed in 78 milliseconds