Searched defs:width (Results 226 - 250 of 961) sorted by relevance

1234567891011>>

/macosx-10.10/Libc-1044.1.2/stdlib/NetBSD/
H A Dstrfmon.c119 int width; /* field width */ local
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Ds_time.c673 int width, i; local
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_exp.c525 static int MOD_EXP_CTIME_COPY_TO_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int width) argument
545 static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int width) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/libDER/Tests/
H A DparseTicket.c242 int width = 16; local
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-26-applicationsigning.c315 CFIndex width = maxLabelWidth((CFArrayRef)value, indent + 1); local
319 CFIndex width = indent * 4 + CFStringGetLength(llabel); local
/macosx-10.10/WebCore-7600.1.25/dom/
H A DViewportArguments.h99 float width; member in struct:WebCore::ViewportArguments
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLDocument.cpp94 int HTMLDocument::width() function in class:WebCore::HTMLDocument
H A DNumberInputType.cpp193 float width = 0; local
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLTexture.cpp144 void WebGLTexture::setLevelInfo(GC3Denum target, GC3Dint level, GC3Denum internalFormat, GC3Dsizei width, GC3Dsizei height, GC3Denum type) argument
166 GC3Dsizei width = info0.width; local
230 isNPOT(GC3Dsizei width, GC3Dsizei height) argument
317 computeLevelCount(GC3Dsizei width, GC3Dsizei height) argument
360 GC3Dsizei width = info0.width; local
[all...]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendHost.cpp197 void InspectorFrontendHost::setAttachedWindowWidth(unsigned width) argument
/macosx-10.10/WebCore-7600.1.25/platform/
H A DWidget.h104 int width() const { return frameRect().width(); } function in class:WebCore::Widget
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatRect.cpp45 FloatRect FloatRect::narrowPrecision(double x, double y, double width, double height) argument
H A DGlyphBuffer.h68 void setWidth(CGFloat width) { this->CGSize::width = width; } argument
69 CGFloat width() const { return this->CGSize::width; } function in struct:WebCore::GlyphBufferAdvance
128 void add(Glyph glyph, const SimpleFontData* font, float width, int offsetInString = kNoOffset, const FloatSize* offset = 0) argument
185 void expandLastAdvance(float width) argument
[all...]
H A DGraphicsContext3D.cpp128 bool GraphicsContext3D::texImage2DResourceSafe(GC3Denum target, GC3Dint level, GC3Denum internalformat, GC3Dsizei width, GC3Dsizei height, GC3Dint border, GC3Denum format, GC3Denum type, GC3Dint unpackAlignment) argument
200 GC3Denum GraphicsContext3D::computeImageSizeInBytes(GC3Denum format, GC3Denum type, GC3Dsizei width, GC3Dsizei height, GC3Dint alignment, unsigned int* imageSizeInBytes, unsigned int* paddingInBytes) argument
244 bool GraphicsContext3D::packImageData( Image* image, const void* pixels, GC3Denum format, GC3Denum type, bool flipY, AlphaOp alphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data) argument
266 int width = imageData->width(); local
281 extractTextureData(unsigned int width, unsigned int height, GC3Denum format, GC3Denum type, unsigned int unpackAlignment, bool flipY, bool premultiplyAlpha, const void* pixels, Vector<uint8_t>& data) argument
338 packPixels(const uint8_t* sourceData, DataFormat sourceDataFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned destinationType, AlphaOp alphaOp, void* destinationData, bool flipY) argument
[all...]
H A DIntRect.h73 IntRect(int x, int y, int width, int height) argument
89 int width() const { return m_size.width(); } function in class:WebCore::IntRect
94 void setWidth(int width) { m_size.setWidth(width); } argument
[all...]
H A DLayoutSize.h51 LayoutSize(LayoutUnit width, LayoutUnit height) : m_width(width), m_height(height) { } argument
55 LayoutUnit width() const { return m_width; } function in class:WebCore::LayoutSize
58 void setWidth(LayoutUnit width) { m_width = width; } argument
66 void expand(LayoutUnit width, LayoutUnit height) argument
72 void shrink(LayoutUnit width, LayoutUni argument
[all...]
H A DSimpleFontData.cpp136 float width = widthForGlyph(m_spaceGlyph); local
[all...]
H A DWidthIterator.cpp185 float width; local
351 advanceOneCharacter(float& width, GlyphBuffer& glyphBuffer) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageBufferDataCG.cpp139 Checked<int> width = endx - originx; local
401 Checked<int> width = sourceRect.width(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEMorphology.cpp107 const int width = paintingData->width; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/glx/
H A DGLContextGLX.cpp229 unsigned int width, height, borderWidth, depth; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gpu/
H A DDrawingBuffer.cpp399 commit(long x, long y, long width, long height) argument
[all...]
H A DTexture.cpp46 Texture::Texture(GraphicsContext3D* context, PassOwnPtr<Vector<unsigned int>> tileTextureIds, Format format, int width, int height, int maxTextureSize) argument
84 PassRefPtr<Texture> Texture::create(GraphicsContext3D* context, Format format, int width, int height) argument
127 static uint32_t* copySubRect(uint32_t* src, int srcX, int srcY, uint32_t* dst, int width, int height, int srcStride) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/harfbuzz/
H A DHarfBuzzFaceCairo.cpp229 GlyphBufferAdvance HarfBuzzShaper::createGlyphBufferAdvance(float width, float height) argument
H A DHarfBuzzShaper.h76 void setWidth(float width) { m_width = width; } argument
89 float width() { return m_width; } function in class:WebCore::HarfBuzzShaper::HarfBuzzRun

Completed in 400 milliseconds

1234567891011>>