OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx
(Results
151 - 175
of
225
) sorted by null
1
2
3
4
5
6
7
8
9
/external/sonivox/jet_tools/JetCreator/
img_Open.py
60
\xac[\x7f\xbb\xfb\xc3\xbf\x8e\
tx
\xfc\xf8qx\xe2\xc4\x89\xdcW\xf5)B{\x8ecG\x8a\
/external/webkit/SunSpider/tests/sunspider-0.9/
3d-raytrace.js
109
var
tx
= -self[3];
117
self[3] =
tx
* self[0] + ty * self[1] + tz * self[2];
118
self[7] =
tx
* self[4] + ty * self[5] + tz * self[6];
119
self[11] =
tx
* self[8] + ty * self[9] + tz * self[10];
/external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js
109
var
tx
= -self[3];
117
self[3] =
tx
* self[0] + ty * self[1] + tz * self[2];
118
self[7] =
tx
* self[4] + ty * self[5] + tz * self[6];
119
self[11] =
tx
* self[8] + ty * self[9] + tz * self[10];
/external/webkit/WebCore/editing/
SelectionController.h
118
void paintCaret(GraphicsContext*, int
tx
, int ty, const IntRect& clipRect);
/external/webkit/WebCore/rendering/
RenderLayer.h
267
void positionOverflowControls(int
tx
, int ty);
272
void paintOverflowControls(GraphicsContext*, int
tx
, int ty, const IntRect& damageRect);
273
void paintScrollCorner(GraphicsContext*, int
tx
, int ty, const IntRect& damageRect);
274
void paintResizer(GraphicsContext*, int
tx
, int ty, const IntRect& damageRect);