HomeSort by relevance Sort by last modified time
    Searched defs:set_width (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/gfx/
size_base.h 22 set_width(width);
27 set_width(width_ + width);
31 void set_width(Type width) { function in class:gfx::SizeBase
box_f.h 76 void set_width(float width) { width_ = width < 0 ? 0 : width; } function in class:gfx::BoxF
rect_base.h 36 void set_width(Type width) { size_.set_width(width); } function in class:gfx::RectBase
  /external/chromium_org/ppapi/cpp/
size.h 34 set_width(s.width);
45 set_width(w);
85 void set_width(int w) { function in class:pp::Size
123 set_width(w);
132 set_width(width() + w);
rect.h 39 set_width(rect.size.width);
52 set_width(w);
67 set_width(w);
160 void set_width(int32_t w) { function in class:pp::Rect
248 set_width(w);
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.h 77 void set_width(PP_TrueTypeFontWidth_Dev width) { function in class:pp::TrueTypeFontDesc_Dev
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_tree.h 62 void set_width(int width) { function in class:RenderNode
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.h 1926 inline void GLMessage_FrameBuffer::set_width(::google::protobuf::int32 value) { function in class:android::gltrace::GLMessage_FrameBuffer
    [all...]

Completed in 223 milliseconds