HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 226 - 250 of 1065) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/cctest/
test-log.cc 824 CHECK_GT(bounds.GetMinAddr(), 0);
825 CHECK_GT(bounds.GetMaxAddr(), bounds.GetMinAddr());
831 const size_t map_length = bounds.Length();
839 return bounds.Contains(addr);
844 return bounds.GetIndex(addr);
859 bounds.RegisterAddress(addr);
871 Interval bounds; member in class:__anon6281::ParseLogResult
993 result->bounds.GetMinAddr(), result->bounds.GetMaxAddr()
    [all...]
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 120 CGFloat sliderYPosition = (self.bounds.size.height - CGImageGetHeight(_sliderTrackLeft)) / 2.0;
124 self.bounds.size.width - playPauseButtonWidth - 7, CGImageGetHeight(_sliderTrackLeft));
179 CGContextFillRect(context, self.bounds);
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeEvent.java 50 * Window bounds have changed.
128 * The recipient window bounds when the event occured
129 * @return window bounds
NativeIM.java 76 public void notifyClientWindowChange(Rectangle bounds) {
  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 33 * the View's actual bounds.
214 protected void onBoundsChange(Rect bounds) {
216 r.set(bounds);
  /cts/tools/signature-tools/test/signature/converter/dex/
GenericSignatureParserTest.java 64 //type parameter upper bounds
  /cts/tools/test-progress-new/src/testprogress2/
TestTargetNew.java 287 Type[] bounds = typeVar.bounds(); local
288 if (bounds.length > 0) {
289 ClassDoc typeClass = bounds[0].asClassDoc();
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
GenericSignatureParser.java 252 ListOfTypes bounds = new ListOfTypes(8); local
257 bounds.add(parseFieldTypeSignature());
263 bounds.add(parseFieldTypeSignature());
266 return new ImplForVariable<GenericDeclaration>(genericDecl, name, bounds);
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
SocketInputStream.java 81 // K002e=Offset out of bounds \: {0}
  /dalvik/libcore/text/src/main/java/org/apache/harmony/text/internal/nls/
messages.properties 49 text.1E=Offset out of bounds \: {0}
  /dalvik/libcore-disabled/sound/src/main/java/org/apache/harmony/sound/internal/nls/
messages.properties 20 sound.03=length out of bounds: {0}
  /external/apache-http/src/org/apache/http/message/
HeaderValueParser.java 85 * the bounds within the buffer for the parsing operation
102 * the bounds within the buffer for the parsing operation
188 * the bounds within the buffer for the parsing operation
204 * the bounds within the buffer for the parsing operation
  /external/elfutils/libdw/
dwarf_getattrs.c 52 /* Are we still in bounds? */
  /external/genext2fs/m4/
ac_func_snprintf.m4 6 dnl whether it does bounds checking and returns the correct string
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
pp_semaphore_luma.cpp 288 /* and check if block x coordinate is out of bounds */
291 /* x coordinate is within the bounds */
299 /* out of bounds */
303 /* within the bounds */
314 /* y coordinate is out of bounds */
325 /* coordinate is out of bounds */
331 /* out of bounds */
335 /* within the bounds */
343 /* y coordinate is out of bounds */
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 1177 RECT bounds; local
1280 RECT bounds; local
1583 RECT bounds; local
    [all...]
  /external/skia/include/utils/
SkNWayCanvas.h 20 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
  /external/skia/src/core/
SkBitmap_scroll.cpp 50 // initial the region with the entire bounds
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.h 92 void drawEllipse(const IntRect& bounds, VGbitfield paintModes = (VG_STROKE_PATH | VG_FILL_PATH));
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayerRenderer.h 80 CGRect bounds() const;
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowAdapter.h 58 // Update this window's frame and content rectangles to match the Carbon window's structure and content bounds rectangles. Return yes if the update was really necessary, no otherwise.
  /frameworks/base/awt/java/awt/image/renderable/
ContextualRenderedImageFactory.java 78 * the parameter block to read the bounds from.
  /frameworks/base/awt/org/apache/harmony/awt/im/
InputMethodContext.java 67 private final Set<InputMethod> notifyIM; // set of IMs to notify of client window bounds changes
542 * To be called by AWT when client Window's bounds/visibility/state
545 public void notifyClientWindowChange(Rectangle bounds) {
547 inputMethod.notifyClientWindowChange(bounds);
  /frameworks/base/core/java/android/widget/
ImageView.java 170 * can be applied. In theory we could get the drawable's bounds
195 * Set this to true if you want the ImageView to adjust its bounds
197 * @param adjustViewBounds Whether to adjust the bounds of this view
220 * then use {@link #setScaleType} to determine how to fit the image within the bounds.
242 * then use {@link #setScaleType} to determine how to fit the image within the bounds.
358 * Options for scaling the bounds of an image to the bounds of this view.
616 // We are supposed to adjust view bounds to match the aspect
838 return; // nothing to draw (empty bounds)
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemRequestRectAboveThinFirstItemTest.java 52 // the bounds of the list, it was scrolling too far

Completed in 174 milliseconds

1 2 3 4 5 6 7 8 91011>>