Searched refs:perspective (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/net/quic/crypto/
H A Dcrypto_utils.h54 // |hkdf_input|. |aead| determines which cipher will be used. |perspective|
63 Perspective perspective,
H A Dcrypto_utils.cc85 Perspective perspective,
101 if (perspective == SERVER) {
80 DeriveKeys(StringPiece premaster_secret, QuicTag aead, StringPiece client_nonce, StringPiece server_nonce, const string& hkdf_input, Perspective perspective, CrypterPair* out) argument
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_VertexShader/
H A DSimple_VertexShader.c13 // 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 );
/external/chromium_org/ui/gfx/
H A Dtransform_util.cc122 matrix.setDouble(3, i, decomp.perspective[i]);
221 Transform ComposeTransform(const SkMatrix44& perspective, argument
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, scale
437 SkMatrix44 perspective = BuildPerspectiveMatrix(decomp); local
457 SkMatrix44 perspective = BuildPerspectiveMatrix(decomp); local
[all...]
H A Dtransform_util.h29 SkMScalar perspective[4]; member in struct:gfx::DecomposedTransform
46 // Decomposes this transform into its translation, scale, skew, perspective,
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DPerspectiveTransformOperation.h42 Length perspective() const { return m_p; } function in class:WebCore::PerspectiveTransformOperation
/external/chromium_org/third_party/angle/samples/gles2_book/PostSubBuffer/
H A DPostSubBuffer.c14 // 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/
H A Dbitmap_statistics.lua32 if matrixType.perspective then
56 ", perspective = ", num_perspective_bitmaps,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c82 * 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) {
104 texcoord_coef(struct lp_setup_context *setup, const struct point_info *info, unsigned slot, unsigned i, unsigned sprite_coord_origin, boolean perspective) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c82 * 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) {
104 texcoord_coef(struct lp_setup_context *setup, const struct point_info *info, unsigned slot, unsigned i, unsigned sprite_coord_origin, boolean perspective) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Daccelerometer.css32 -webkit-perspective: 700px;
33 -webkit-perspective-origin: 50% 50%;
/external/skia/gm/
H A Dgradients.cpp151 // 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
[all...]
/external/chromium_org/ui/webui/resources/css/
H A Ddialogs.css62 -webkit-transform: perspective(500px) scale(1)
68 -webkit-transform: perspective(500px) scale(0.99)
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dchange_picture_options.css62 #user-image-preview .perspective-box {
63 -webkit-perspective: 600px;
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.cc451 ESMatrix perspective; local
452 perspective.LoadIdentity();
453 perspective.Perspective(60.0f, aspect, 1.0f, 20.0f );
460 state_->mvp_matrix_.Multiply(&modelview, &perspective);
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_user_image.css225 #user-image-preview .perspective-box {
226 -webkit-perspective: 600px;
H A Dscreen_container.css9 -webkit-perspective: 600px;
H A Dscreen_locally_managed_user_creation.css504 #managed-user-creation-image-preview .perspective-box {
505 -webkit-perspective: 600px;
/external/chromium/chrome/browser/resources/ntp/
H A Dapps.css28 -webkit-perspective: 400;
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
H A Dcommon.css417 -webkit-transform: perspective(500px) scale(1)
423 -webkit-transform: perspective(500px) scale(0.99)
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
H A Dmat4-spec.js520 describe("perspective", function() {
522 beforeEach(function() { result = mat4.perspective(out, fovy, 1, 0, 1); });
/external/chromium_org/ui/views/corewm/
H A Dwindow_animations.cc402 scoped_ptr<ui::InterpolatedTransform> perspective(
420 scale_about_pivot->SetChild(perspective.release());
/external/skia/tests/
H A DMatrix44Test.cpp406 SkMatrix44 perspective(SkMatrix44::kIdentity_Constructor);
407 perspective.setDouble(3, 2, 1.0);
408 perspective.invert(&inverse);
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
H A DAnimationTranslationUtil.cpp112 webTransformOperations->appendPerspective(floatValueForLength(transform->perspective(), 0));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js376 "page-policy", "pause", "pause-after", "pause-before", "perspective",
377 "perspective-origin", "pitch", "pitch-range", "play-during", "position",

Completed in 667 milliseconds

12