OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x1y3
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/quads/
texture_draw_quad.cc
142
const float
x1y3
= x1 * vertex_opacity[3] + (1.0f - x1) * vertex_opacity[0];
local
145
vertex_opacity[0] = y3 *
x1y3
+ (1.0f - y3) * x1y1;
146
vertex_opacity[1] = y1 *
x1y3
+ (1.0f - y1) * x1y1;
Completed in 49 milliseconds