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

1 2 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
ISourceRevealer.java 38 * @param perspective If not null, switch to this perspective before
42 boolean revealMethod(String fqmn, String fileName, int lineNumber, String perspective);
JavaSourceRevealer.java 70 String perspective) {
73 if (revealer.revealMethod(fqmn, fileName, linenumber, perspective)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
DeviceSelectorView.java 48 IPerspectiveDescriptor perspective = getViewSite().getPage().getPerspective(); local
51 if (perspective.getId().equals(PixelPerfectPespective.ID)) {
53 } else if (perspective.getId().equals(TreeViewPerspective.ID)) {
100 public void perspectiveActivated(IWorkbenchPage page, IPerspectiveDescriptor perspective) {
101 if (perspective.getId().equals(PixelPerfectPespective.ID)) {
104 } else if (perspective.getId().equals(TreeViewPerspective.ID)) {
114 public void perspectiveChanged(IWorkbenchPage page, IPerspectiveDescriptor perspective,
  /external/chromium_org/ui/gfx/
transform_util.h 29 SkMScalar perspective[4]; member in struct:gfx::DecomposedTransform
46 // Decomposes this transform into its translation, scale, skew, perspective,
transform_util.cc 122 matrix.setDouble(3, i, decomp.perspective[i]);
221 Transform ComposeTransform(const SkMatrix44& perspective,
228 matrix.preConcat(perspective);
289 perspective[0] = perspective[1] = perspective[2] = 0.0;
291 perspective[3] = quaternion[3] = 1.0;
304 out->perspective, to.perspective, from.perspective, scalea, scaleb)
437 SkMatrix44 perspective = BuildPerspectiveMatrix(decomp); local
457 SkMatrix44 perspective = BuildPerspectiveMatrix(decomp); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 101 * @param perspective perspective to switch to before the source is revealed, null to not
105 public boolean revealMethod(String fqmn, String fileName, int lineNumber, String perspective) {
112 return revealLineMatch(fileMatches, fileName, lineNumber, perspective);
126 return revealLineMatch(filteredMatches, fileName, lineNumber, perspective);
155 if (perspective != null) {
156 SourceRevealer.switchToPerspective(perspective);
171 return displayMethod((IMethod) methodMatches.get(0).getElement(), perspective);
177 return revealLineMatch(fileMatches, fileName, lineNumber, perspective);
190 if (perspective != null)
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_utils.h 27 enum Perspective {
55 // determines which cipher will be used. |perspective| controls whether the
64 Perspective perspective,
crypto_utils.cc 86 Perspective perspective,
105 if (perspective == SERVER) {
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
PerspectiveTransformOperation.h 40 double perspective() const { return m_p; } function in class:blink::PerspectiveTransformOperation
48 virtual OperationType type() const OVERRIDE { return Perspective; }
  /external/chromium_org/third_party/skia/tools/lua/
bitmap_statistics.lua 32 if matrixType.perspective then
56 ", perspective = ", num_perspective_bitmaps,
  /external/skia/tools/lua/
bitmap_statistics.lua 32 if matrixType.perspective then
56 ", perspective = ", num_perspective_bitmaps,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_point.c 82 * perspective divide.
100 * \param perspective does the shader expects pre-multiplied w, i.e.,
109 boolean perspective)
125 if (perspective) {
145 if (perspective) {
157 info->a0[slot][3] = perspective ? w0 : 1.0f;
220 boolean perspective = !!(interp == LP_INTERP_PERSPECTIVE); local
223 if (perspective & usage_mask) {
255 perspective);
265 if (perspective) {
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 82 * perspective divide.
100 * \param perspective does the shader expects pre-multiplied w, i.e.,
109 boolean perspective)
125 if (perspective) {
145 if (perspective) {
157 info->a0[slot][3] = perspective ? w0 : 1.0f;
220 boolean perspective = !!(interp == LP_INTERP_PERSPECTIVE); local
223 if (perspective & usage_mask) {
255 perspective);
265 if (perspective) {
    [all...]
  /external/chromium_org/third_party/skia/gm/
glyph_pos.cpp 96 // Perspective test.
99 SkMatrix perspective; variable
100 perspective.setIdentity();
101 perspective.setPerspX(-SkScalarDiv(SK_Scalar1, 340.0f));
102 perspective.setSkewX(SkScalarDiv(8.0f,
104 perspective.setSkewY(SkScalarDiv(2.0f,
108 canvas->concat(perspective);
gradients.cpp 156 // Based on the original gradient slide, but with perspective applied to the
190 // apply an increasing y perspective as we move to the right
191 SkMatrix perspective; local
192 perspective.setIdentity();
193 perspective.setPerspY(SkScalarDiv(SkIntToScalar((unsigned) i+1),
195 perspective.setSkewX(SkScalarDiv(SkIntToScalar((unsigned) i+1),
198 SkShader* shader = gGradMakers[j](pts, gGradData[i], tm, perspective);
214 // Based on the original gradient slide, but with perspective applied to
225 SkMatrix perspective; local
226 perspective.setIdentity()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
accelerometer.css 32 -webkit-perspective: 700px;
33 -webkit-perspective-origin: 50% 50%;
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
Matrix.h 27 static Matrix4 perspective(float fov, float aspectRatio, float n, float f);
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java 80 // workbench page has an editor area (typically the ddms perspective doesn't).
85 // no editor area? we open the java perspective.
117 public boolean revealMethod(String fqmn, String fileName, int lineNumber, String perspective) {
124 MethodSearchRequestor requestor = new MethodSearchRequestor(perspective);
142 public MethodSearchRequestor(String perspective) {
143 mPerspective = perspective;
175 // ignore exception, perspective won't be switched
  /external/skia/gm/
gradients.cpp 156 // Based on the original gradient slide, but with perspective applied to the
190 // apply an increasing y perspective as we move to the right
191 SkMatrix perspective; local
192 perspective.setIdentity();
193 perspective.setPerspY(SkScalarDiv(SkIntToScalar((unsigned) i+1),
195 perspective.setSkewX(SkScalarDiv(SkIntToScalar((unsigned) i+1),
198 SkShader* shader = gGradMakers[j](pts, gGradData[i], tm, perspective);
214 // Based on the original gradient slide, but with perspective applied to
225 SkMatrix perspective; local
226 perspective.setIdentity()
    [all...]
  /external/chromium_org/ui/webui/resources/css/
dialogs.css 62 -webkit-transform: perspective(500px) scale(1)
68 -webkit-transform: perspective(500px) scale(0.99)
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 98 IPerspectiveDescriptor perspective = perspectiveDescriptors[i]; local
99 perspectives[i][0] = perspective.getLabel();
100 perspectives[i][1] = perspective.getId();
  /frameworks/native/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);
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.css 62 #user-image-preview .perspective-box {
63 -webkit-perspective: 600px;
  /external/chromium_org/mojo/examples/sample_app/
spinning_cube.cc 232 void Perspective(float fov_y, float aspect, float near_z, float far_z) {
458 ESMatrix perspective; local
459 perspective.LoadIdentity();
460 perspective.Perspective(60.0f, aspect, 1.0f, 20.0f );
467 state_->mvp_matrix_.Multiply(&modelview, &perspective);
  /external/chromium_org/ppapi/examples/compositor/
spinning_cube.cc 216 void Perspective(float fov_y, float aspect, float near_z, float far_z) {
449 ESMatrix perspective; local
450 perspective.LoadIdentity();
451 perspective.Perspective(60.0f, aspect, 1.0f, 20.0f );
458 state_->mvp_matrix_.Multiply(&modelview, &perspective);

Completed in 1447 milliseconds

1 2 3