Searched refs:height_ (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp41 height_(0),
58 if (width_ == 0 && height_ == 0) {
83 height_ = 0;
89 height_ = height;
197 target->Init(width_, height_);
205 } else if (frame && frame->width_ == width_ && frame->height_ == height_) {
215 return width_ * height_ * 4;
311 height_,
353 height_,
[all...]
H A Dgl_frame.h187 int height_; member in class:android::filterfw::GLFrame
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.h73 SlantedRect() : width_(0.0f), height_(0.0f) {}
81 float height() const { return height_; }
85 float height_; member in class:android::filterfw::SlantedRect
H A Dgeometry.cpp154 height_ = lengths.y();
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp2089 height_ = 0;
2120 height_ = 0;
2154 input, &height_)));
2278 std::swap(height_, other->height_);
H A Dgltrace.pb.h1111 ::google::protobuf::int32 height_; member in class:android::gltrace::GLMessage_FrameBuffer
2318 height_ = 0;
2322 return height_;
2326 height_ = value;

Completed in 876 milliseconds