/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorLayerTreeAgent.cpp | 87 blink::WebRect webRect(webLayer->position().x, webLayer->position().y, webLayer->bounds().width, webLayer->bounds().height); 100 .setWidth(webLayer->bounds().width) 101 .setHeight(webLayer->bounds().height) 124 if (webLayer->bounds().width > 0) 125 layerObject->setAnchorX(transformOrigin.x() / webLayer->bounds().width); 128 if (webLayer->bounds().height > 0) 129 layerObject->setAnchorY(transformOrigin.y() / webLayer->bounds().height);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
RasterShape.h | 50 const IntRect& bounds() const { return m_bounds; } function in class:WebCore::RasterShapeIntervals 90 virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(marginIntervals().bounds()); }
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
InspectedPagePlaceholder.js | 118 var bounds = { x: Math.round(rect.x), y: Math.round(rect.y), height: Math.max(1, Math.round(rect.height)), width: Math.max(1, Math.round(rect.width)) }; 119 this.dispatchEventToListeners(WebInspector.InspectedPagePlaceholder.Events.Update, bounds);
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebElement.h | 81 // Returns the bounds of the element in viewport space. The bounds
|
/external/chromium_org/third_party/angle/src/third_party/compiler/ |
ArrayBoundsClamper.cpp | 37 const char* kIntClampBegin = "// BEGIN: Generated code for array bounds clamping\n\n"; 38 const char* kIntClampEnd = "// END: Generated code for array bounds clamping\n\n";
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-6.4.html | 55 of renderbuffer bounds 58 <li>glReadPixels clipped by window bounds was sometimes broken
|
/external/chromium_org/third_party/skia/gm/ |
canvasstate.cpp | 154 // draw a rect within the layer's bounds and again outside the layer's bounds
|
/external/chromium_org/third_party/skia/include/core/ |
SkCanvas.h | 239 * srcR is intersected with the bounds of the base-layer. If this intersection is not empty, 245 * - If srcR does not intersect the base-layer bounds. 261 * to the intersection of srcRect and the base-layer bounds. On success, pixels will be 275 * Target is intersected with the bounds of the base-layer. If this intersection is not empty, 305 * the layer should clip against the bounds argument 350 @param bounds (may be null) This rect, if non-null, is used as a hint to 358 int saveLayer(const SkRect* bounds, const SkPaint* paint); 366 @param bounds (may be null) This rect, if non-null, is used as a hint to 376 int saveLayer(const SkRect* bounds, const SkPaint* paint, SaveFlags flags); 382 @param bounds (may be null) This rect, if non-null, is used as a hint t [all...] |
SkPathRef.h | 157 /** Returns the bounds of the path's points. If the path contains 0 or 1 158 points, the bounds is set to (0,0,0,0), and isEmpty() will return true. 159 Note: this bounds may be larger than the actual shape, since curves 279 // Return true if the computed bounds are finite. 280 static bool ComputePtBounds(SkRect* bounds, const SkPathRef& ref) { 283 bounds->setEmpty(); 286 return bounds->setBoundsCheck(ref.points(), count); 438 mutable SkBool8 fIsFinite; // only meaningful if bounds are valid
|
/external/chromium_org/third_party/skia/include/gpu/ |
SkGr.h | 115 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds) SK_OVERRIDE; 118 virtual bool getPackedGlyphDFBounds(GrGlyph::PackedID, SkIRect* bounds) SK_OVERRIDE;
|
/external/chromium_org/third_party/skia/src/core/ |
SkDeviceLooper.cpp | 12 const SkIRect& bounds, bool aa) 27 if (rc.isEmpty() || !fClippedBounds.intersect(bounds, rc.getBounds())) {
|
/external/chromium_org/third_party/skia/src/utils/ |
SkCanvasStack.cpp | 19 // compute the bounds of this canvas 51 * to their bounds and that the area covered by any canvas higher in the stack is
|
/external/chromium_org/third_party/webrtc/base/ |
sec_buffer.h | 128 ASSERT(num < num_buffers); // "Buffer index out of bounds" 134 ASSERT(num < num_buffers); // "Buffer index out of bounds"
|
/external/chromium_org/third_party/webrtc/modules/video_render/ios/ |
video_render_ios_view.mm | 128 return _gles_renderer20->Setup([self bounds].size.width, 129 [self bounds].size.height);
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.timeline.html | 21 <a href="telemetry.core.timeline.bounds.html">bounds</a><br>
|
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/ |
rendering_stats_unittest.py | 16 import telemetry.timeline.bounds as timeline_bounds 75 first_frame: Is this the first frame within the bounds of an action? 98 # Add frame_time if this is not the first frame in within the bounds of an 115 first_frame: Is this the first frame within the bounds of an action? 138 # Add frame_time if this is not the first frame in within the bounds of an 258 timeline_ranges = [ timeline_bounds.Bounds.CreateFromEvent(marker) 346 timeline_ranges = [ timeline_bounds.Bounds.CreateFromEvent(marker) 414 for timeline_range in [ timeline_bounds.Bounds.CreateFromEvent(marker)
|
/external/chromium_org/ui/app_list/cocoa/ |
app_list_pager_view.mm | 76 if (![self mouse:pointInView inRect:[self bounds]]) 79 CGFloat segmentWidth = [self bounds].size.width / [self segmentCount];
|
/external/chromium_org/ui/gfx/image/ |
image_skia_operations.h | 45 // outside the bounds of the original image. 77 // Returns an image which is a subset of |image| with bounds |subset_bounds|.
|
/external/chromium_org/ui/views/examples/ |
widget_example.cc | 89 // Setup shared Widget heirarchy and bounds parameters. 91 params.bounds = gfx::Rect(sender->GetBoundsInScreen().CenterPoint(),
|
/external/chromium_org/ui/views/ |
view.cc | 187 // Instruct the view to recompute its root bounds on next Paint(). 279 void View::SetBoundsRect(const gfx::Rect& bounds) { 280 if (bounds == bounds_) { 291 bounds_.size() == bounds.size() ? SCHEDULE_PAINT_SIZE_SAME : 296 bounds_ = bounds; 471 // If this is a change in state we will also need to update bounds trees. 480 // Remove our and our children's bounds from the old tree. This will also 481 // mark all of our bounds as dirty. 487 // bounds tree and mark ourselves as dirty for future insertion into our 488 // new paint root's bounds tree [all...] |
view_targeter_unittest.cc | 29 // Create a triangular mask within the bounds of |view|. 124 init_params.bounds = gfx::Rect(0, 0, 200, 200); 144 // The event falls within the bounds of |child| and |content| but not 167 // The event falls outside of the original specified bounds of |content|, 188 params.bounds = gfx::Rect(0, 0, 650, 650); 235 // Event located outside the bounds of all views. 253 params.bounds = gfx::Rect(0, 0, 650, 650); 325 params.bounds = gfx::Rect(0, 0, 650, 650);
|
/external/chromium_org/ui/views/widget/ |
native_widget_mac.h | 48 gfx::Rect* bounds, 57 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
/external/chromium_org/ui/views/window/ |
client_view.h | 49 // bounds of this view. If so, it returns HTCLIENT in this default 50 // implementation. If it is outside the bounds of this view, this must return
|
/external/clang/test/Sema/ |
warn-type-safety.cpp | 25 __attribute__(( pointer_with_type_tag(mpi,5,6) )); // expected-error {{attribute parameter 2 is out of bounds}} 28 __attribute__(( pointer_with_type_tag(mpi,2,5) )); // expected-error {{attribute parameter 3 is out of bounds}}
|
/external/clang/test/SemaCXX/ |
string-plus-int.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-array-bounds %s -fpascal-strings 2 // RUN: %clang_cc1 -fdiagnostics-parseable-fixits -x c++ %s 2>&1 -Wno-array-bounds -fpascal-strings | FileCheck %s
|