HomeSort by relevance Sort by last modified time
    Searched refs:IntSize (Results 151 - 175 of 328) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImageResource.h 62 virtual void setContainerSizeForRenderer(const IntSize&);
RenderImage.cpp 59 : RenderReplaced(element, IntSize())
97 IntSize RenderImage::imageSizeForError(ImageResource* newImage) const
102 IntSize imageSize;
113 return IntSize(paddingWidth + imageSize.width() * style()->effectiveZoom(), paddingHeight + imageSize.height() * style()->effectiveZoom());
120 IntSize imageSize;
125 imageSize = IntSize(paddingWidth, paddingHeight);
133 IntSize paddedTextSize(paddingWidth + min(ceilf(font.width(RenderBlockFlow::constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + min(font.fontMetrics().height(), maxAltTextHeight));
189 IntSize containerSize(containerRect.width(), containerRect.height());
311 IntSize imageSize = image->size();
RenderMediaControls.cpp 134 IntSize radii(borderRadius, borderRadius);
144 IntSize radii(borderRadius, borderRadius);
184 context->fillRoundedRect(highlightRect, radii, IntSize(0, 0), radii, IntSize(0, 0), startColor);
186 context->fillRoundedRect(highlightRect, IntSize(0, 0), radii, IntSize(0, 0), radii, startColor);
RenderHTMLCanvas.cpp 82 IntSize canvasSize = toHTMLCanvasElement(node())->size();
RenderImage.h 103 IntSize imageSizeForError(ImageResource*) const;
RenderThemeChromiumDefault.h 59 virtual IntSize sliderTickSize() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeClientImpl.h 51 virtual IntSize size() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPoint.h 48 class IntSize;
79 void move(const IntSize& a)
231 inline IntSize flooredIntSize(const FloatPoint& p)
233 return IntSize(clampToInteger(floorf(p.x())), clampToInteger(floorf(p.y())));
IntRect.cpp 143 IntSize IntRect::differenceToPoint(const IntPoint& point) const
147 return IntSize(xdistance, ydistance);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
GaneshUtils.cpp 39 bool ensureTextureBackedSkBitmap(GrContext* gr, SkBitmap& bitmap, const IntSize& size, GrSurfaceOrigin origin, GrPixelConfig config)
  /external/chromium_org/third_party/WebKit/Source/web/
DragClientImpl.cpp 38 #include "platform/geometry/IntSize.h"
76 IntSize offsetSize(eventPos - dragImageOrigin);
ScrollbarGroup.cpp 206 IntSize ScrollbarGroup::contentsSize() const
208 IntSize size;
226 IntSize ScrollbarGroup::overhangAmount() const
228 return IntSize();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp 75 void PinchViewport::setSize(const IntSize& size)
307 scrollbarGraphicsLayer->setSize(IntSize(width, height));
342 IntSize scrollDimensions = maximumScrollPosition() - minimumScrollPosition();
370 IntSize PinchViewport::contentsSize() const
375 return IntSize();
LocalFrame.h 53 class IntSize;
71 void createView(const IntSize&, const Color&, bool,
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp 83 IntSize ICOImageDecoder::size() const
88 IntSize ICOImageDecoder::frameSizeAtIndex(size_t index) const
97 return m_frameSize.isEmpty() ? ImageDecoder::setSize(width, height) : ((IntSize(width, height) == m_frameSize) || setFailed());
225 m_frameSize = IntSize();
309 entry.m_size = IntSize(width, height);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 66 CompatibleImageBufferSurface(PassRefPtr<SkSurface> surface, const IntSize& size, OpacityMode opacityMode)
610 static inline IntRect areaCastingShadowInHole(const IntRect& holeRect, int shadowBlur, int shadowSpread, const IntSize& shadowOffset)
624 void GraphicsContext::drawInnerShadow(const RoundedRect& rect, const Color& shadowColor, const IntSize shadowOffset, int shadowBlur, int shadowSpread, Edges clippedEdges)
    [all...]
GraphicsLayerTest.cpp 135 virtual IntSize contentsSize() const OVERRIDE { return IntSize(100, 100); }
  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 147 virtual void scroll(const IntSize&, const IntRect&, const IntRect&) = 0;
156 virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const = 0;
TouchDisambiguation.cpp 77 IntSize distance = boundingBox.differenceToPoint(touchPoint);
98 HitTestResult result = mainFrame->eventHandler().hitTestResultAtPoint(contentsPoint, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent, IntSize(touchPointPadding, touchPointPadding));
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.h 61 IntSize mapSize(const IntSize&) const;
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 176 unsigned IntSize = Target.getIntWidth();
177 uint64_t Width = Ptrs * PtrSize + Ints * IntSize;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodControllerTest.cpp 34 m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElementSizesAttributeTest.cpp 20 Vector<IntSize> sizes;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentWriter.cpp 62 view->setContentsSize(IntSize());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
GraphicsLayerUpdater.cpp 96 layer.scrollableArea()->positionOverflowControls(IntSize());

Completed in 666 milliseconds

1 2 3 4 5 67 8 91011>>