Searched defs:aspect (Results 1 – 12 of 12) sorted by relevance
| /external/flac/libFLAC/ |
| D | ogg_decoder_aspect.c | 52 FLAC__bool FLAC__ogg_decoder_aspect_init(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_init() 72 void FLAC__ogg_decoder_aspect_finish(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_finish() 78 void FLAC__ogg_decoder_aspect_set_serial_number(FLAC__OggDecoderAspect *aspect, long value) in FLAC__ogg_decoder_aspect_set_serial_number() 84 void FLAC__ogg_decoder_aspect_set_defaults(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_set_defaults() 89 void FLAC__ogg_decoder_aspect_flush(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_flush() 97 void FLAC__ogg_decoder_aspect_reset(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_reset() 105 …ectReadStatus FLAC__ogg_decoder_aspect_read_callback_wrapper(FLAC__OggDecoderAspect *aspect, FLAC_… in FLAC__ogg_decoder_aspect_read_callback_wrapper()
|
| D | ogg_encoder_aspect.c | 50 FLAC__bool FLAC__ogg_encoder_aspect_init(FLAC__OggEncoderAspect *aspect) in FLAC__ogg_encoder_aspect_init() 63 void FLAC__ogg_encoder_aspect_finish(FLAC__OggEncoderAspect *aspect) in FLAC__ogg_encoder_aspect_finish() 69 void FLAC__ogg_encoder_aspect_set_serial_number(FLAC__OggEncoderAspect *aspect, long value) in FLAC__ogg_encoder_aspect_set_serial_number() 74 FLAC__bool FLAC__ogg_encoder_aspect_set_num_metadata(FLAC__OggEncoderAspect *aspect, unsigned value) in FLAC__ogg_encoder_aspect_set_num_metadata() 84 void FLAC__ogg_encoder_aspect_set_defaults(FLAC__OggEncoderAspect *aspect) in FLAC__ogg_encoder_aspect_set_defaults() 111 …rWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const… in FLAC__ogg_encoder_aspect_write_callback_wrapper()
|
| /external/eigen/demos/opengl/ |
| D | gpuhelper.cpp | 56 …wVector(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect /* = 50.*/) in drawVector() 77 …per::drawVectorBox(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect) in drawVectorBox()
|
| D | camera.cpp | 216 float aspect = float(mVpWidth)/float(mVpHeight); in updateProjectionMatrix() local
|
| /external/chromium_org/ui/gfx/image/ |
| D | image_family.cc | 34 float aspect = static_cast<float>(size.width()) / size.height(); in Add() local 110 const gfx::Image* ImageFamily::GetWithExactAspect(float aspect, in GetWithExactAspect()
|
| D | image_family.h | 36 float aspect() const { return first; } in aspect() function
|
| /external/chromium_org/ppapi/examples/compositor/ |
| D | spinning_cube.cc | 216 void Perspective(float fov_y, float aspect, float near_z, float far_z) { in Perspective() 447 float aspect = static_cast<GLfloat>(width_) / static_cast<GLfloat>(height_); in Update() local
|
| /external/chromium_org/ppapi/examples/gles2_spinning_cube/ |
| D | spinning_cube.cc | 232 void Perspective(float fov_y, float aspect, float near_z, float far_z) { in Perspective() 454 float aspect = static_cast<GLfloat>(width_) / static_cast<GLfloat>(height_); in Update() local
|
| /external/chromium_org/mojo/examples/sample_app/ |
| D | spinning_cube.cc | 233 void Perspective(float fov_y, float aspect, float near_z, float far_z) { in Perspective() 457 float aspect = static_cast<GLfloat>(width_) / static_cast<GLfloat>(height_); in Update() local
|
| /external/chromium_org/mojo/apps/js/ |
| D | main.js | 128 ESMatrix.prototype.perspective = function(fovY, aspect, nearZ, farZ) { argument
|
| /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
| D | mat4.js | 748 mat4.perspective = function (out, fovy, aspect, near, far) { argument
|
| /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/ |
| D | gl-matrix.js | 3231 mat4.perspective = function (out, fovy, aspect, near, far) { argument
|