Searched defs:width (Results 126 - 150 of 961) sorted by relevance

1234567891011>>

/macosx-10.10/text_cmds-88/fold/
H A Dfold.c75 int rval, width; local
143 fold(int width) argument
[all...]
/macosx-10.10/text_cmds-88/unexpand/
H A Dunexpand.c122 int dcol, doneline, limit, n, ocol, width; local
/macosx-10.10/xnu-2782.1.97/bsd/dev/
H A Dkmreg_com.h69 unsigned short width; /* Width and height of rect to be imaged, member in struct:km_drawrect
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.h82 int width; member in struct:vc_progress_element
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-scan.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dx-menu.el[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dwritesrc.c101 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *postfix) argument
/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c97 uint16_t width; member in struct:__anon1917
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdates.cpp83 void CssmDate::assign(char *dest, int width, const char *src) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdates.cpp83 void CssmDate::assign(char *dest, int width, const char *src) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DprintCert.c166 CFIndex width = maxLabelWidth((CFArrayRef)value, indent + 1); local
170 CFIndex width = indent * 4 + CFStringGetLength(llabel); local
/macosx-10.10/Security-57031.1.35/Security/sec/SecurityTool/
H A Dprint_cert.c151 CFIndex width = maxLabelWidth((CFArrayRef)value, indent + 1); local
155 CFIndex width = indent * 4 + CFStringGetLength(llabel); local
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLCanvasElement.h74 int width() const { return size().width(); } function in class:WebCore::final
H A DHTMLFrameElementBase.cpp213 int HTMLFrameElementBase::width() function in class:WebCore::HTMLFrameElementBase
H A DImageInputType.cpp196 unsigned ImageInputType::width() const function in class:WebCore::ImageInputType
202 unsigned width; local
H A DSearchInputType.cpp193 float width = 0; local
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasPathMethods.cpp166 void CanvasPathMethods::rect(float x, float y, float width, float height) argument
H A DWebGLTexture.h112 GC3Dsizei width; member in class:WebCore::WebGLTexture::LevelInfo
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLSrcsetParser.h59 void setResourceWidth(int width) { ASSERT(width >= 0); m_resourceWidth = (unsigned)width; } argument
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTRegion.h64 double width() const { return m_width; } function in class:WebCore::VTTRegion
/macosx-10.10/WebCore-7600.1.25/page/
H A DViewportConfiguration.h54 double width; member in struct:WebCore::ViewportConfiguration::Parameters
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatRoundedRect.cpp43 FloatRoundedRect::FloatRoundedRect(float x, float y, float width, float height) argument
[all...]
H A DFloatSize.h57 FloatSize(float width, float height) : m_width(width), m_height(height) { } argument
62 float width() const { return m_width; } function in class:WebCore::FloatSize
65 void setWidth(float width) { m_width = width; } argument
74 void expand(float width, float height) argument
[all...]
H A DIntSize.h64 IntSize(int width, int height) : m_width(width), m_height(height) { } argument
67 int width() const { return m_width; } function in class:WebCore::IntSize
70 void setWidth(int width) { m_width = width; } argument
78 void expand(int width, int height) argument
84 void contract(int width, int height) argument
[all...]
H A DRegion.cpp59 int width = *(segment + 1) - x; local

Completed in 358 milliseconds

1234567891011>>