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

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp40 width_(0),
58 if (width_ == 0 && height_ == 0) {
82 width_ = 0;
88 width_ = width;
197 target->Init(width_, height_);
205 } else if (frame && frame->width_ == width_ && frame->height_ == height_) {
215 return width_ * height_ * 4;
310 width_,
352 width_,
[all...]
H A Dgl_frame.h186 int width_; member in class:android::filterfw::GLFrame
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.h73 SlantedRect() : width_(0.0f), height_(0.0f) {}
80 float width() const { return width_; }
84 float width_; member in class:android::filterfw::SlantedRect
H A Dgeometry.cpp153 width_ = lengths.x();
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp2088 width_ = 0;
2119 width_ = 0;
2138 input, &width_)));
2277 std::swap(width_, other->width_);
H A Dgltrace.pb.h1110 ::google::protobuf::int32 width_; member in class:android::gltrace::GLMessage_FrameBuffer
2302 width_ = 0;
2306 return width_;
2310 width_ = value;

Completed in 212 milliseconds