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

  /external/webkit/WebCore/css/
CSSPropertyNames.in 232 -webkit-perspective
233 -webkit-perspective-origin
234 -webkit-perspective-origin-x
235 -webkit-perspective-origin-y
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /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);
matrix.cpp 99 c->arrays.perspective = (c->clipPlanes.enable) ?
102 c->arrays.perspective = ogles_vertex_perspective3DZ;
104 c->arrays.perspective = ogles_vertex_clipAllPerspective3DZ;
108 c->arrays.perspective = ogles_vertex_perspective2D;
110 c->arrays.perspective(c, v);
115 c->arrays.perspective = validate_perspective;
142 // invalidate perspective (divide by W) and view volume clipping
array.cpp 958 c->arrays.perspective(c, v);
975 c->arrays.perspective(c, v);
1014 //c->arrays.perspective(c, v);
1089 GLboolean perspective = local
    [all...]
state.cpp 291 c->perspective = (mode == GL_NICEST) ? 1 : 0;
  /frameworks/base/include/private/opengles/
gl_context.h 218 void (*perspective)(ogles_context_t*c, vertex_t* v); member in struct:android::gl::array_machine_t
634 uint32_t perspective : 1; member in struct:android::gl::ogles_context_t
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 624 gPropertyWrappers->append(new PropertyWrapper<float>(CSSPropertyWebkitPerspective, &RenderStyle::perspective, &RenderStyle::setPerspective));
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 696 float perspective() const { return rareNonInheritedData->m_perspective; } function in class:WebCore::RenderStyle
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 171 ;# From the "address-bit" perspective discussed above, we simply need to
    [all...]
  /external/webkit/WebCore/rendering/
RenderObject.cpp     [all...]
RenderLayer.cpp 337 // hasTransform() on the renderer is also true when there is transform-style: preserve-3d or perspective set,
615 // Maybe fetch the perspective from the backing?
623 // A perspective origin of 0,0 makes the vanishing point in the center of the element.
630 t.applyPerspective(style->perspective());
    [all...]

Completed in 390 milliseconds