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

1 2

  /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 28 double perspective[4]; member in struct:gfx::DecomposedTransform
43 // Decomposes this transform into its translation, scale, skew, perspective,
transform_util.cc 120 perspective[0] = perspective[1] = perspective[2] = 0.0;
122 perspective[3] = quaternion[3] = 1.0;
135 out->perspective, to.perspective, from.perspective, scalea, scaleb);
159 // If the perspective matrix is not invertible, we are also unable to
188 decomp->perspective[i] = rhs[i];
191 // No perspective
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_utils.h 27 enum Perspective {
54 // |hkdf_input|. |aead| determines which cipher will be used. |perspective|
63 Perspective perspective,
crypto_utils.cc 85 Perspective perspective,
101 if (perspective == SERVER) {
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Simple_VertexShader/
Simple_VertexShader.c 13 // This is a simple example that draws a rotating cube in perspective
90 ESMatrix perspective; local
102 // Generate a perspective matrix with a 60 degree FOV
103 esMatrixLoadIdentity( &perspective );
104 esPerspective( &perspective, 60.0f, aspect, 1.0f, 20.0f );
116 // modevleiw and perspective matrices together
117 esMatrixMultiply( &userData->mvpMatrix, &modelview, &perspective );
  /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/third_party/WebKit/Source/core/platform/graphics/transforms/
PerspectiveTransformOperation.h 42 Length perspective() const { return m_p; } function in class:WebCore::PerspectiveTransformOperation
46 virtual OperationType getOperationType() const { return Perspective; }
47 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == Perspective; }
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/PostSubBuffer/
PostSubBuffer.c 14 // This is a simple example that draws a rotating cube in perspective
100 ESMatrix perspective; local
112 // Generate a perspective matrix with a 60 degree FOV
113 esMatrixLoadIdentity( &perspective );
114 esPerspective( &perspective, 60.0f, aspect, 1.0f, 20.0f );
126 // modevleiw and perspective matrices together
127 esMatrixMultiply( &userData->mvpMatrix, &modelview, &perspective );
  /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/skia/gm/
gradients.cpp 151 // Based on the original gradient slide, but with perspective applied to the
183 // apply an increasing y perspective as we move to the right
184 SkMatrix perspective; local
185 perspective.setIdentity();
186 perspective.setPerspY(SkScalarDiv(SkIntToScalar((unsigned) i+1),
188 perspective.setSkewX(SkScalarDiv(SkIntToScalar((unsigned) i+1),
191 shader->setLocalMatrix(perspective);
207 // Based on the original gradient slide, but with perspective applied to
218 SkMatrix perspective; local
219 perspective.setIdentity()
    [all...]
  /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/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/chromeos/login/
oobe_screen_user_image.css 210 #user-image-preview .perspective-box {
211 -webkit-perspective: 600px;
screen_container.css 9 -webkit-perspective: 600px;
screen_locally_managed_user_creation.css 439 #managed-user-creation-image-preview .perspective-box {
440 -webkit-perspective: 600px;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.css 62 #user-image-preview .perspective-box {
63 -webkit-perspective: 600px;
  /external/chromium/chrome/browser/resources/ntp/
apps.css 28 -webkit-perspective: 400;
  /external/chromium_org/chrome/browser/resources/file_manager/css/
common.css 414 -webkit-transform: perspective(500px) scale(1)
420 -webkit-transform: perspective(500px) scale(0.99)

Completed in 653 milliseconds

1 2