OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 125 milliseconds