OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y_hi
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/surface/
accelerated_surface_transformer_win_unittest.cc
175
int
y_hi
= size.height() - 1 - y_lo;
local
178
surface[x_lo +
y_hi
*pitch] = color;
180
surface[x_hi +
y_hi
*pitch] = color;
267
int
y_hi
= size.height() - 1 - y_lo;
local
277
surface[x_hi +
y_hi
*pitch])) {
280
<< "(" << x_hi << ", " <<
y_hi
<< ")";
local
282
if (!AssertSameColor(surface[x_hi +
y_hi
*pitch],
283
surface[x_lo +
y_hi
*pitch])) {
285
GTEST_FAIL() << "Pixels (" << x_hi << ", " <<
y_hi
<< ") vs. "
286
<< "(" << x_lo << ", " <<
y_hi
<< ")";
local
[
all
...]
Completed in 136 milliseconds