HomeSort by relevance Sort by last modified time
    Searched refs:IntSize (Results 126 - 150 of 315) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.cpp 188 actualPoint -= IntSize(leftPadding, topPadding);
190 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding);
193 actualPadding += IntSize(1, 1);
RenderLayerBacking.h 54 IntSize offsetFromRenderer;
145 void positionOverflowControlsLayers(const IntSize& offsetFromRoot);
206 IntSize contentOffsetInCompostingLayer() const;
RenderHTMLCanvas.cpp 74 IntSize canvasSize = toHTMLCanvasElement(node())->size();
RenderImageResource.cpp 94 void RenderImageResource::setContainerSizeForRenderer(const IntSize& imageContainerSize)
RenderMedia.cpp 42 RenderMedia::RenderMedia(HTMLMediaElement* video, const IntSize& intrinsicSize)
RenderThemeChromiumDefault.h 57 virtual IntSize sliderTickSize() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollAnimator.cpp 95 IntSize maxForwardScrollDelta = m_scrollableArea->maximumScrollPosition() - m_scrollableArea->scrollPosition();
96 IntSize maxBackwardScrollDelta = m_scrollableArea->scrollPosition() - m_scrollableArea->minimumScrollPosition();
Widget.h 59 IntSize size() const { return frameRect().size(); }
67 void resize(const IntSize& s) { setFrameRect(IntRect(location(), s)); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Gradient.h 46 class IntSize;
133 void adjustParametersForTiledDrawing(IntSize&, FloatRect&);
MediaPlayer.h 42 class IntSize;
120 virtual IntSize naturalSize() const = 0;
FloatPoint.h 51 class IntSize;
82 void move(const IntSize& a)
227 inline IntSize flooredIntSize(const FloatPoint& p)
229 return IntSize(clampToInteger(floorf(p.x())), clampToInteger(floorf(p.y())));
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-encoders/skia/
PNGImageEncoder.cpp 38 #include "core/platform/graphics/IntSize.h"
71 static bool encodePixels(IntSize imageSize, unsigned char* inputPixels, bool premultiplied, Vector<unsigned char>* output)
124 return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char*>(bitmap.getPixels()), true, output);
WEBPImageEncoder.cpp 36 #include "core/platform/graphics/IntSize.h"
86 static bool encodePixels(IntSize imageSize, const unsigned char* pixels, bool premultiplied, int quality, Vector<unsigned char>* output)
125 return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char *>(bitmap.getPixels()), true, quality, output);
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.cpp 81 IntSize ColorChooserPopupUIController::contentSize()
83 return IntSize(0, 0);
ViewportAnchor.cpp 62 IntSize pointOffset = viewRect.size();
107 IntPoint ViewportAnchor::computeOrigin(const IntSize& currentViewSize) const
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 171 unsigned IntSize = Target.getIntWidth();
172 uint64_t Width = Ptrs * PtrSize + Ints * IntSize;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCueGeneric.h 69 virtual void videoSizeDidChange(const IntSize&);
  /external/chromium_org/third_party/WebKit/Source/core/page/
ImageBitmap.h 39 IntSize size() const { return m_cropRect.size(); }
ImageBitmapFactories.cpp 54 return IntSize();
57 static IntSize sizeFor(HTMLVideoElement* video)
61 return IntSize();
113 IntSize s = sizeFor(video);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromiumWin.cpp 68 thickness = IntSize(WebKit::Platform::current()->themeEngine()->getSize(SBP_ARROWBTN)).width();
228 IntSize ScrollbarThemeChromiumWin::buttonSize(ScrollbarThemeClient* scrollbar)
248 return IntSize(width, thickness);
252 return IntSize(thickness, height);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarThemeClientImpl.h 50 virtual IntSize size() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridge.h 32 #include "core/platform/graphics/IntSize.h"
54 static PassOwnPtr<Canvas2DLayerBridge> create(PassRefPtr<GraphicsContext3D>, const IntSize&, OpacityMode);
TransparencyWin.h 211 IntSize m_layerSize;
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/
ImageDecoder.h 253 virtual IntSize size() const { return m_size; }
260 virtual IntSize frameSizeAtIndex(size_t) const
271 m_size = IntSize(width, height);
427 IntSize m_size;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextElement.cpp 57 style->applyTransform(t, IntSize(0, 0), RenderStyle::ExcludeTransformOrigin);

Completed in 1577 milliseconds

1 2 3 4 56 7 8 91011>>