OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_y_in_src
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc
447
float
dst_y_in_src
= (dst_y + 0.5f) * yscale;
455
(src_y + 0.5f -
dst_y_in_src
) * clamped_yscale);
501
value = Bilinear(input, dst_x_in_src,
dst_y_in_src
, channel);
[
all
...]
/external/chromium_org/skia/ext/
image_operations_unittest.cc
690
float
dst_y_in_src
= (dst_y + 0.5) * src_h / dst_h;
local
700
lanczos3(src_y + 0.5 -
dst_y_in_src
);
Completed in 55 milliseconds