OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:halfH
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/gm/
xfermodes.cpp
104
SkScalar
halfH
= SkIntToScalar(H) / 2;
110
r = SkRect::MakeXYWH(x, y +
halfH
, SkIntToScalar(W),
halfH
);
/external/deqp/framework/referencerenderer/
rrRenderer.cpp
822
const float
halfH
= (float)(viewport.height) / 2.0f;
824
const float oY = (float)viewport.bottom +
halfH
;
829
packet.position.y()*
halfH
+ oY,
[
all
...]
Completed in 44 milliseconds