OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x3y1
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/quads/
texture_draw_quad.cc
143
const float
x3y1
= x3 * vertex_opacity[2] + (1.0f - x3) * vertex_opacity[1];
local
147
vertex_opacity[2] = y1 * x3y3 + (1.0f - y1) *
x3y1
;
148
vertex_opacity[3] = y3 * x3y3 + (1.0f - y3) *
x3y1
;
Completed in 31 milliseconds