HomeSort by relevance Sort by last modified time
    Searched full:in_pitch (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 307 size_t in_pitch = TextureSizeBytes(gfx::Size(width, 1), texture->format); local
314 memcpy(dest, src, in_pitch);
316 src += in_pitch;
    [all...]

Completed in 101 milliseconds