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

  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win.cc 365 const int resample_count = GetResampleCount(src_subrect, dst_size); local
368 if (resample_count > 1) {
374 if (resample_count > 2) {
389 for (int i = 0; i < resample_count; ++i) {
395 if (i == resample_count - 1) {

Completed in 144 milliseconds