Searched refs:bounds (Results 76 - 100 of 592) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp68 // get glyph position bounds
365 void draw(const SkIRect& bounds) { argument
366 drawWithClipRecursive(static_cast<int>(m_nodes.size()) - 1, bounds, 0);
394 void drawWithClipRecursive(int index, const SkIRect& bounds, const SkRegion* uncovered) argument
403 drawWithClipRecursive(index - 1, bounds, uncovered);
409 newUncovered = SkRegion(bounds);
415 drawWithClipRecursive(index - 1, bounds, &newUncovered);
801 FloatRect bounds; local
802 bounds.fitToPoints(points[0], points[1], points[2], points[3]);
803 appendDrawingOperation(NEW_OP(DrawConvexPolygonQuad)(points, shouldAntialias), bounds);
845 FloatRect bounds = FloatQuad(point1, point1, point2, point2).boundingBox(); local
910 FloatRect bounds = rect; local
922 FloatRect bounds = approximateTextBounds(byteLength / sizeof(uint16_t), inPos, inPaint); local
991 calculateFinalBounds(FloatRect bounds) argument
1024 calculateCoveredBounds(FloatRect bounds) argument
[all...]
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_track_view.js173 (this.model_.bounds.max - this.model_.bounds.min) * 0.15;
174 this.viewport_.xSetWorldBounds(this.model_.bounds.min - boost,
175 this.model_.bounds.max + boost,
369 var bounds = this.selection.bounds;
370 var worldCenter = bounds.min + (bounds.max - bounds.min) * 0.5;
371 var worldBounds = (bounds
[all...]
/external/chromium/chrome/browser/
H A Dplugin_carbon_interpose_mac.cc28 CGRect bounds = { { 0, 0 }, { 0, 0 } }; local
30 &bounds);
31 return bounds;
36 CGRect bounds; member in struct:WindowInfo
39 bounds = CGRectForWindow(window);
45 window_info.bounds);
/external/webkit/Source/WebKit2/Shared/mac/
H A DCoreAnimationRenderer.mm62 void CoreAnimationRenderer::setBounds(CGRect bounds)
64 [m_renderer.get() setBounds:bounds];
68 [[m_renderer.get() layer] setFrame:bounds];
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dproc-llist.c54 newnode->bounds = node->bounds;
78 free(cur->bounds);
H A Dproc-llist.h39 char *bounds; // Text for bounding set member in struct:_lnode
/external/skia/legacy/src/views/
H A DSkBorderView.cpp58 SkRect bounds; local
59 fAnim.getInvalBounds(&bounds);
60 this->inval(&bounds);
H A DSkProgressBarView.cpp41 SkRect bounds; local
42 fAnim.getInvalBounds(&bounds);
43 this->inval(&bounds);
/external/chromium/chrome/browser/tab_contents/
H A Dpopup_menu_helper_mac.h26 void ShowPopupMenu(const gfx::Rect& bounds,
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_view.cc89 gfx::Rect bounds = container_->GetWindowScreenBounds(); local
90 container_->SetBounds(gfx::Rect(x, y, bounds.width(), bounds.height()));
113 gfx::Rect bounds = renderer_bounds_[i]; local
114 bounds.set_y(0);
116 bounds.set_x(max_width - bounds.x() - bounds.width());
117 renderers_[i]->SetBoundsRect(bounds);
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysyuv.h64 extern BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs);
/external/skia/gm/
H A Daaclip.cpp56 static SkCanvas* MakeCanvas(const SkIRect& bounds) { argument
58 bm.setConfig(SkBitmap::kARGB_8888_Config, bounds.width(), bounds.height());
63 canvas->translate(-SkIntToScalar(bounds.fLeft), -SkIntToScalar(bounds.fTop));
104 SkIRect bounds; local
105 path.getBounds().roundOut(&bounds);
110 SkAutoTUnref<SkCanvas> path_canvas(MakeCanvas(bounds));
113 SkAutoTUnref<SkCanvas> rect_canvas(MakeCanvas(bounds));
H A Dimagefiltersbase.cpp113 SkIRect bounds; local
114 r.roundOut(&bounds);
117 bm.setConfig(SkBitmap::kARGB_8888_Config, bounds.width(), bounds.height());
130 SkIRect bounds; local
131 r.roundOut(&bounds);
134 bm.setConfig(SkBitmap::kARGB_8888_Config, bounds.width(), bounds.height());
/external/skia/legacy/src/core/
H A DSkScanPriv.h18 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds);
/external/skia/src/core/
H A DSkBBoxHierarchyRecord.cpp22 void SkBBoxHierarchyRecord::handleBBox(const SkRect& bounds) { argument
24 bounds.roundOut(&r);
34 int SkBBoxHierarchyRecord::saveLayer(const SkRect* bounds, const SkPaint* paint, argument
37 return INHERITED::saveLayer(bounds, paint, flags);
H A DSkScanPriv.h18 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds,
H A DSkBBoxHierarchyRecord.h24 virtual void handleBBox(const SkRect& bounds) SK_OVERRIDE;
27 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DWebLayer.mm51 CGRect layerBounds = [layer bounds];
74 // smaller than the layer bounds (e.g. tiled layers)
119 rect.origin.y = [layer bounds].size.height - rect.origin.y - rect.size.height;
125 CGRect bounds = [layer bounds];
126 CGRect indicatorRect = CGRectMake(bounds.origin.x, bounds.origin.y, 46, 25);
131 indicatorRect.origin.y = [layer bounds].size.height - indicatorRect.origin.y - indicatorRect.size.height;
185 CGRect aBounds = [self bounds];
188 NSString* selfString = [NSString stringWithFormat:@"%@<%@ 0x%08x> \"%@\" bounds(
[all...]
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DSkiaUtils.cpp214 SkRect bounds = originalPath->getBounds(); local
217 // rect. We don't use bounds.contains() here, since it would exclude
222 if (fX < bounds.fLeft || fX > bounds.fRight || fY < bounds.fTop || fY > bounds.fBottom)
233 SkScalar biggestCoord = std::max(std::max(std::max(bounds.fRight, bounds.fBottom), -bounds.fLeft), -bounds
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebRenderLayer.h35 NSRect bounds; variable
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DPageOverlay.cpp64 IntRect PageOverlay::bounds() const function in class:WebKit::PageOverlay
97 setNeedsDisplay(bounds());
102 // If the dirty rect is outside the bounds, ignore it.
103 IntRect paintRect = intersection(dirtyRect, bounds());
119 // Ignore events outside the bounds.
120 if (!bounds().contains(mouseEvent.position()))
/external/chromium/chrome/browser/ui/views/
H A Dchrome_views_delegate.h27 const gfx::Rect& bounds,
31 gfx::Rect* bounds) const;
/external/chromium-trace/trace-viewer/src/model/
H A Dcounter.js30 this.bounds = new base.Range();
125 * Updates the bounds for this counter based on the samples it contains.
135 this.bounds.reset();
139 this.bounds.addValue(this.timestamps[0]);
140 this.bounds.addValue(this.timestamps[this.timestamps.length - 1]);
/external/skia/include/gpu/
H A DGrGlyph.h34 void init(GrGlyph::PackedID packed, const GrIRect& bounds) { argument
38 fBounds.set(bounds);
/external/skia/legacy/src/text/
H A DSkTextLayout.cpp37 void SkTextLayout::setBounds(const SkRect& bounds) { argument
38 fBounds = bounds;

Completed in 469 milliseconds

1234567891011>>