HomeSort by relevance Sort by last modified time
    Searched full:perspective (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/webkit/WebCore/platform/graphics/transforms/
PerspectiveTransformOperation.h 42 virtual OperationType getOperationType() const { return PERSPECTIVE; }
43 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == PERSPECTIVE; }
TransformOperation.h 50 PERSPECTIVE,
80 opType == PERSPECTIVE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
plugin.xml 71 <perspective
72 class="com.android.ide.eclipse.ddms.Perspective"
74 id="com.android.ide.eclipse.ddms.Perspective"
84 <perspectiveShortcut id="com.android.ide.eclipse.ddms.Perspective"/>
87 <perspectiveShortcut id="com.android.ide.eclipse.ddms.Perspective"/>
90 <perspectiveShortcut id="com.android.ide.eclipse.ddms.Perspective"/>
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
_index.html 24 <dd>Demonstrates calling the {@link android.graphics.Matrix.html#setPolyToPoly(float[],int,float[],int,int)} method to translate coordinates on a canvas to a new perspective (used to simulate perspective). </dd>
PolyToPoly.java 103 // perspective (4 points)
  /external/webkit/WebCore/platform/graphics/skia/
TransformationMatrixSkia.cpp 50 // FIXME: Set perspective properly.
70 // FIXME: Set perspective properly.
  /external/webkit/WebCore/css/
CSSPropertyNames.in 232 -webkit-perspective
233 -webkit-perspective-origin
234 -webkit-perspective-origin-x
235 -webkit-perspective-origin-y
WebKitCSSTransformValue.cpp 107 result += "perspective(";
  /external/skia/include/core/
SkShader.h 170 kLinear_MatrixClass, // no perspective
171 kFixedStepInX_MatrixClass, // fast perspective, need to call fixedStepInX() each scanline
172 kPerspective_MatrixClass // slow perspective, need to mappoints each pixel
  /development/pdk/docs/source/
using-eclipse.jd 48 <li>If you have a "Welcome" screen, close it to reveal the Java perspective.
183 <p>You may need to open the Debug perspective (next to the "Java" perspective icon in the upper-right, click the small "Open Perspective" icon and select "Debug"). Once you do, you should see a list of threads; if you select one and break it (by clicking the "pause" icon), it should show the stack trace, source file, and line where execution is at. Breakpoints and whatnot should all work.
  /external/webkit/WebCore/manual-tests/
interrupted-compound-transform.html 14 -webkit-perspective: 800;
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
index.jd 40 tasks. It covers this all from a high-level design perspective.
icon_design_launcher.jd 82 at a three-quarter perspective. The following guidelines describe how to design
133 icons should be forward-facing, with very little perspective, and they
290 <p>Launcher icons are flat and the perspective is straight-on, rather than at an
375 simplified 3D icons with a fixed perspective. The required perspective is shown
409 launcher icon corners and perspective angles" />
413 <p><strong>Figure 8.</strong> Rounded corners and perspective angles for
icon_design_menu.jd 36 when they press the Menu button. They are drawn in a flat-front perspective and
38 perspective.</p>
239 flat-front perspective. Elements in a menu icon must not be visualized in 3D or
240 perspective.</p>
  /external/webkit/WebKit/mac/WebView/
WebArchive.mm 284 // Currently from WebKit API perspective, WebArchives are entirely immutable once created
304 // Currently from WebKit API perspective, WebArchives are entirely immutable once created
337 // Currently from WebKit API perspective, WebArchives are entirely immutable once created
  /external/webkit/WebKitTools/iExploder/htdocs/
cssproperties.in 77 -webkit-perspective
78 -webkit-perspective-origin
79 -webkit-perspective-origin-x
80 -webkit-perspective-origin-y
  /frameworks/base/opengl/libagl/
vertex.cpp 54 void perspective(ogles_context_t* c, vertex_t* v, uint32_t enables) function in namespace:android
102 // if the vertex is clipped, we don't do the perspective
104 perspective(c, v, enables);
137 perspective(c, v, c->rasterizer.state.enables);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
Perspective.java 30 public class Perspective implements IPerspectiveFactory {
  /frameworks/base/docs/html/intl/ja/guide/developing/
eclipse-adt.jd 242 Perspective</strong> from the Java perspective.</p>
  /frameworks/base/docs/html/guide/basics/
appmodel.jd 51 <p>A task, then, from the user's perspective your application; and from the
52 application developer's perspective it is one or more activities the user
65 from the user's perspective, a new application starts at this point. If this
  /external/apache-http/src/org/apache/commons/logging/
package.html 86 <p>From an application perspective, the first requirement is to retrieve an
189 <p>Use of the Logging Package APIs, from the perspective of an application
  /dalvik/libdex/
CmdUtils.c 195 * undesirable from a memory hygiene perspective.
  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 170 * <li> tper - texture perspective correction
257 "Texture Perspective Correction",
638 "Texture perspective correction = " +
738 addMessage("tpersp - texture perspective correction");
  /external/dbus/dbus/
dbus.h 75 * maintainer's perspective on the dbus-daemon itself and its
  /external/libvpx/examples/includes/geshi/geshi/
povray.php 60 'pgm', 'perspective', 'pattern', 'pass_through', 'parallel', 'panoramic', 'orthographic', 'orientation',

Completed in 291 milliseconds

1 2 3 4 5 6