HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 701 - 725 of 5192) sorted by null

<<21222324252627282930>>

  /external/skia/include/text/
SkTextLayout.h 40 void setBounds(const SkRect& bounds);
  /external/skia/include/views/animated/
SkImageView.h 61 bool getDataBounds(SkRect* bounds);
  /external/skia/platform_tools/nacl/src/
nacl_hello.cpp 37 SkRect bounds; local
38 canvas->getClipBounds(&bounds);
40 bounds.centerX(), bounds.centerY(),
  /external/skia/src/core/
SkRecordOpts.h 32 // Calculate min and max Y bounds for DrawPosTextH commands, for use with SkCanvas::quickRejectY.
SkScanPriv.h 18 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds,
SkAAClip.cpp 96 static RunHead* AllocRect(const SkIRect& bounds) {
97 SkASSERT(!bounds.isEmpty());
98 int width = bounds.width();
102 yoff->fY = bounds.height() - 1;
665 bool SkAAClip::setRect(const SkIRect& bounds) {
666 if (bounds.isEmpty()) {
674 r.set(bounds);
680 fBounds = bounds;
681 fRunHead = RunHead::AllocRect(bounds);
732 const SkIRect& bounds = rgn.getBounds() local
1530 const SkIRect& bounds = builder.getBounds(); local
1613 SkIRect bounds; local
    [all...]
  /external/skia/src/gpu/
GrClipMaskCache.h 34 bool canReuse(int32_t clipGenID, const SkIRect& bounds) {
41 // We could reuse the mask if bounds is a subset of last bounds. We'd have to communicate
44 back->fLastBound == bounds &&
GrLayerCache.h 22 // means the plot in which it resides and its bounds inside the plot.
28 void set(GrPlot* plot, const GrIRect16& bounds) {
30 fBounds = bounds;
37 const GrIRect16& bounds() const { function in class:GrAtlasLocation
  /external/valgrind/main/memcheck/tests/
badpoll.c 20 // Previously, the bounds-error due to the under-allocation was detected,
  /frameworks/av/services/audioflinger/
FastThreadState.h 71 // The bounds define the interval of valid samples, and are represented as follows:
72 // newest open (excluded) endpoint = lower 16 bits of bounds, modulo N
73 // oldest closed (included) endpoint = upper 16 bits of bounds, modulo N
75 uint32_t mBounds; // bounds for mMonotonicNs, mThreadCpuNs, and mCpukHz
  /frameworks/base/core/java/android/database/
CursorIndexOutOfBoundsException.java 20 * An exception indicating that a cursor is out of bounds.
  /frameworks/base/core/java/android/widget/
SectionIndexer.java 51 * If the section's starting position is outside of the adapter bounds, the
57 * constrained to fall within the adapter bounds
65 * If the section index is outside of the section array bounds, the index
75 * section objects, constrained to fall within the array bounds
FastScroller.java 556 final Rect bounds = mTempBounds; local
557 measurePreview(mPrimaryText, bounds);
558 applyLayout(mPrimaryText, bounds);
559 measurePreview(mSecondaryText, bounds);
560 applyLayout(mSecondaryText, bounds);
564 bounds.left -= mPreviewImage.getPaddingLeft();
565 bounds.top -= mPreviewImage.getPaddingTop();
566 bounds.right += mPreviewImage.getPaddingRight();
567 bounds.bottom += mPreviewImage.getPaddingBottom();
568 applyLayout(mPreviewImage, bounds);
736 final Rect bounds = mTempBounds; local
1067 final Rect bounds = mTempBounds; local
    [all...]
  /frameworks/base/libs/hwui/
VertexBuffer.h 105 * Brute force bounds computation, used only if the producer of this
106 * vertex buffer can't determine bounds more simply/efficiently
140 void setBounds(Rect bounds) { mBounds = bounds; }
  /hardware/intel/common/libva/test/basic/
test_07.c 69 ASSERT( DEAD_SURFACE_ID == surfaces_1[1] ); /* bounds check */
75 ASSERT( DEAD_SURFACE_ID == surfaces_4[4] ); /* bounds check */
81 ASSERT( DEAD_SURFACE_ID == surfaces_16[16] ); /* bounds check */
97 ASSERT( DEAD_SURFACE_ID == surfaces_6[6] ); /* bounds check */
  /pdk/apps/CameraITS/tests/scene1/
README 10 assumed to be within the bounds of the grey card).
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 118 Rectangle bounds = combo.getBounds(); local
119 Point location = new Point(bounds.x, bounds.y + bounds.height);
TargetMenuListener.java 120 Rectangle bounds = combo.getBounds(); local
121 Point location = new Point(bounds.x, bounds.y + bounds.height);
  /external/chromium-trace/trace-viewer/src/tracing/
trace_model.js 49 this.bounds = new base.Range();
108 this.bounds.reset();
111 this.bounds.addRange(this.kernel.bounds);
115 this.bounds.addRange(this.processes[pid].bounds);
120 if (this.bounds.isEmpty)
122 var timeBase = this.bounds.min;
262 this.kernel.autoCloseOpenSlices(this.bounds.max);
264 this.processes[pid].autoCloseOpenSlices(this.bounds.max)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_stack_window_cocoa.mm 134 // We also need to update the panel bounds.
138 gfx::Rect bounds = panel->GetBounds();
139 bounds.Offset(delta);
140 panel->SetPanelBoundsInstantly(bounds);
146 // with the new target bounds even we want to update the bounds instantly
162 // Old bounds are stored as the map value.
165 // New bounds are directly applied to the value stored in native panel
174 // No need to proceed with the animation when the bounds update list is
177 // Set the bounds directly when the update list is not empty
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 96 static RunHead* AllocRect(const SkIRect& bounds) {
97 SkASSERT(!bounds.isEmpty());
98 int width = bounds.width();
102 yoff->fY = bounds.height() - 1;
665 bool SkAAClip::setRect(const SkIRect& bounds) {
666 if (bounds.isEmpty()) {
674 r.set(bounds);
680 fBounds = bounds;
681 fRunHead = RunHead::AllocRect(bounds);
732 const SkIRect& bounds = rgn.getBounds() local
1530 const SkIRect& bounds = builder.getBounds(); local
1613 SkIRect bounds; local
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
kernel.js 73 this.bounds.addRange(cpu.bounds);
  /external/chromium_org/ash/test/
shelf_view_test_api.h 42 // Gets current/ideal bounds for button at |index|.
79 // Returns re-insertable bounds in screen.
  /external/chromium_org/ash/wm/
drag_details.h 34 // Initial bounds of the window in parent coordinates.
37 // Restore bounds (in screen coordinates) of the window before the drag
drag_window_resizer.h 44 // Updates the bounds of the phantom window for window dragging. Set true on
46 void UpdateDragWindow(const gfx::Rect& bounds, bool in_original_root);

Completed in 329 milliseconds

<<21222324252627282930>>