OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newTranslate
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGZoomEvent.idl
31
[Immutable] readonly attribute SVGPoint
newTranslate
;
SVGZoomEvent.h
46
SVGPoint
newTranslate
() const;
SVGZoomEvent.cpp
66
SVGPoint SVGZoomEvent::
newTranslate
() const
/cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.h
47
static Matrix*
newTranslate
(float x, float y, float z);
Matrix.cpp
77
Matrix* m =
newTranslate
(x, y, z);
225
Matrix* Matrix::
newTranslate
(float x, float y, float z) {
/cts/suite/cts/deviceTests/opengl/test/
MatrixTest.cpp
85
Matrix* m2 = Matrix::
newTranslate
(10, 5, 6);
189
Matrix* m = Matrix::
newTranslate
(5, 6, 8);
Completed in 155 milliseconds