OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setQuad
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
TransformState.h
76
void
setQuad
(const FloatQuad& quad)
/frameworks/base/services/java/com/android/server/power/
ElectronBeam.java
355
setQuad
(vtx, x, y, w, h);
363
setQuad
(vtx, x, y, w, h);
366
private static void
setQuad
(FloatBuffer vtx, float x, float y, float w, float h) {
368
Slog.d(TAG, "
setQuad
: x=" + x + ", y=" + y + ", w=" + w + ", h=" + h);
Completed in 146 milliseconds