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

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClientRect.h60 float width() const { return m_rect.width(); } function in class:blink::FINAL
H A DDOMRect.h15 static DOMRect* create(double x = 0, double y = 0, double width = 0, double height = 0);
19 void setWidth(double width) { m_width = width; } argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DImageBitmap.h39 int width() const { return m_cropRect.width(); } function in class:blink::FINAL
H A DScreen.cpp58 unsigned Screen::width() const function in class:blink::Screen
64 return lroundf(screenRect(m_frame->view()).width() * host->deviceScaleFactor());
65 return static_cast<unsigned>(screenRect(m_frame->view()).width());
118 return lroundf(screenAvailableRect(m_frame->view()).width() * host->deviceScaleFactor());
119 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).width());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DImageData.h48 static PassRefPtrWillBeRawPtr<ImageData> create(unsigned width, unsigned height, ExceptionState&);
49 static PassRefPtrWillBeRawPtr<ImageData> create(Uint8ClampedArray*, unsigned width, unsigned height, ExceptionState&);
52 int width() const { return m_size.width(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DProgressShadowElement.cpp92 void ProgressValueElement::setWidthPercentage(double width) argument
94 setInlineStyleProperty(CSSPropertyWidth, width, CSSPrimitiveValue::CSS_PERCENTAGE);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImageResourceStyleImage.cpp64 PassRefPtr<Image> RenderImageResourceStyleImage::image(int width, int height) const argument
69 return m_styleImage->image(m_renderer, IntSize(width, height));
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineBreaker.cpp31 FloatingObject* lastFloatFromPreviousLine, LineWidth& width)
42 m_block->positionNewFloatOnLine(m_block->insertFloatingObject(toRenderBox(object)), lastFloatFromPreviousLine, lineInfo, width);
70 LineWidth width(*m_block, lineInfo.isFirstLine(), requiresIndent(lineInfo.isFirstLine(), lineInfo.previousLineBrokeCleanly(), m_block->style()));
72 skipLeadingWhitespace(resolver, lineInfo, lastFloatFromPreviousLine, width);
77 BreakingContext context(resolver, lineInfo, width, renderTextInfo, lastFloatFromPreviousLine, appliedStartWidth, m_block);
30 skipLeadingWhitespace(InlineBidiResolver& resolver, LineInfo& lineInfo, FloatingObject* lastFloatFromPreviousLine, LineWidth& width) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DRectangleShape.h58 float rx() const { return m_radii.width(); }
62 float width() const { return m_bounds.width(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderValue.h48 return width() && (!checkStyle || m_style != BNONE);
66 // The default width is 3px, but if the style is none we compute a value of 0 (in RenderStyle itself)
89 unsigned width() const { return m_width; } function in class:blink::BorderValue
H A DCollapsedBorderValue.h47 , m_width(border.nonZero() ? border.width() : 0)
54 unsigned width() const { return m_style > BHIDDEN ? m_width : 0; } function in class:blink::CollapsedBorderValue
63 return width() == o.width() && style() == o.style() && precedence() == o.precedence();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextMetrics.h40 SVGTextMetrics(RenderSVGInlineText*, unsigned position, unsigned length, float width, Glyph glyphNameGlyphId);
51 float width() const { return m_width; } function in class:blink::SVGTextMetrics
52 void setWidth(float width) { m_width = width; } argument
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGForeignObjectElement.h38 SVGAnimatedLength* width() const { return m_width.get(); } function in class:blink::FINAL
H A DSVGRectTearOff.h54 float width() { return target()->width(); } function in class:blink::SVGRectTearOff
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthSize.h34 LengthSize(const Length& width, const Length& height) argument
35 : m_width(width)
45 void setWidth(const Length& width) { m_width = width; } argument
46 const Length& width() const { return m_width; } function in class:blink::LengthSize
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEGaussianBlur.h58 int width; member in struct:blink::FEGaussianBlur::PlatformApplyParameters
/external/chromium_org/third_party/icu/source/samples/layout/
H A DSurface.cpp16 le_int32 x, le_int32 y, le_int32 width, le_int32 height)
23 clip.right = width;
15 drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, le_int32 x, le_int32 y, le_int32 width, le_int32 height) argument
H A Drsurface.cpp17 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height)
21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
16 rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCI420Frame.h33 @property(nonatomic, readonly) NSUInteger width; variable
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideotrackrenderers.cc66 bool VideoTrackRenderers::SetSize(int width, int height, int reserved) { argument
68 width_ = width;
72 it->renderer_->SetSize(width, height);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drotate_mips.cc26 int width) {
62 "addiu %[width], -1 \n"
65 "bnez %[width], 1b \n"
90 "addiu %[width], -1 \n"
94 "bnez %[width], 11b \n"
100 [width] "+r" (width)
111 int width) {
116 "beqz %[width], 2f \n"
124 "srl $AT, %[width],
24 TransposeWx8_MIPS_DSPR2(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
109 TransposeWx8_FAST_MIPS_DSPR2(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
312 TransposeUVWx8_MIPS_DSPR2(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width) argument
[all...]
H A Drotate_neon.cc27 int width) {
236 "+r"(width) // %5
248 int width) {
522 "+r"(width) // %7
25 TransposeWx8_NEON(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
245 TransposeUVWx8_NEON(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width) argument
/external/chromium_org/third_party/libyuv/source/
H A Drotate_mips.cc26 int width) {
62 "addiu %[width], -1 \n"
65 "bnez %[width], 1b \n"
90 "addiu %[width], -1 \n"
94 "bnez %[width], 11b \n"
100 [width] "+r" (width)
111 int width) {
116 "beqz %[width], 2f \n"
124 "srl $AT, %[width],
24 TransposeWx8_MIPS_DSPR2(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
109 TransposeWx8_FAST_MIPS_DSPR2(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
312 TransposeUVWx8_MIPS_DSPR2(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width) argument
[all...]
H A Drotate_neon.cc27 int width) {
236 "+r"(width) // %5
248 int width) {
522 "+r"(width) // %7
25 TransposeWx8_NEON(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
245 TransposeUVWx8_NEON(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width) argument
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/
H A Dwayland-egl-priv.h20 int width; member in struct:wl_egl_window

Completed in 3739 milliseconds

1234567891011>>