Searched defs:setBounds (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/animator/
H A DSkBoundable.h31 void setBounds(SkIRect& bounds) { fBounds = bounds; } function in class:SkBoundable
/external/junit/src/junit/awtui/
H A DProgressBar.java66 public void setBounds(int x, int y, int w, int h) { method in class:ProgressBar
67 super.setBounds(x, y, w, h);
/external/skia/src/text/
H A DSkTextLayout.cpp30 void SkTextLayout::setBounds(const SkRect& bounds) { function in class:SkTextLayout
/external/doclava/src/com/google/doclava/
H A DTypeInfo.java274 void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { method in class:TypeInfo
/external/webkit/Source/WebCore/platform/graphics/win/
H A DWebTiledLayer.cpp86 void WebTiledLayer::setBounds(const CGRect& rect) function in class:WebCore::WebTiledLayer
91 WebLayer::setBounds(rect);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp314 void PlatformCALayerWinInternal::setBounds(const FloatRect& rect) function in class:PlatformCALayerWinInternal
H A DPlatformCALayerWin.cpp329 void PlatformCALayer::setBounds(const FloatRect& value) function in class:PlatformCALayer
331 intern(this)->setBounds(value);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.cpp188 void LayerChromium::setBounds(const IntSize& size) function in class:WebCore::LayerChromium
298 layer->setBounds(m_bounds);
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h131 void setBounds(const IntSize& bounds) { m_bounds = bounds; } function in class:WebCore::CCLayerImpl
/external/skia/samplecode/
H A DSamplePatch.cpp63 void setBounds(int w, int h) { fW = w; fH = h; } function in class:Patch
291 patch.setBounds(fSize0.fX, fSize0.fY);
305 patch.setBounds(fSize1.fX, fSize1.fY);
/external/webkit/Source/WebKit/android/nav/
H A DCachedNode.h152 void setBounds(const WebCore::IntRect& bounds) { mBounds = bounds; } function in class:android::CachedNode

Completed in 207 milliseconds