/frameworks/base/graphics/java/android/graphics/ |
Shader.java | 33 * original bounds
|
Canvas.java | 240 /** clip against the layer's bounds */ 278 * @param bounds May be null. The maximum size the offscreen bitmap 285 public int saveLayer(RectF bounds, Paint paint, int saveFlags) { 286 return native_saveLayer(mNativeCanvas, bounds, 310 * @param bounds The maximum size the offscreen bitmap needs to be 317 public int saveLayerAlpha(RectF bounds, int alpha, int saveFlags) { 319 return native_saveLayerAlpha(mNativeCanvas, bounds, alpha, saveFlags); 648 * (i.e. the bounds of the path intersects, but the path does not). 689 * Retrieve the clip bounds, returning true if they are non-empty. 691 * @param bounds Return the clip bounds here. If it is null, ignore it bu [all...] |
/frameworks/base/include/ui/ |
GraphicBufferMapper.h | 46 int usage, const Rect& bounds, void** vaddr);
|
/frameworks/base/libs/surfaceflinger/DisplayHardware/ |
DisplayHardware.h | 88 Rect bounds() const { function in class:android::DisplayHardware
|
/frameworks/base/libs/surfaceflinger/ |
Layer.cpp | 229 const Rect bounds(dirty.getBounds()); 233 bounds.width() == t.width && 234 bounds.height() == t.height) 239 (bounds.left + bounds.top * src_stride) * bpp; 241 (bounds.left + bounds.top * dst_stride) * bpp; 242 const size_t length = bounds.width() * bpp; 243 size_t h = bounds.height();
|
/frameworks/base/media/libstagefright/codecs/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 */
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Shader.java | 34 * original bounds
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
NinePatchDrawable.java | 64 * content inside the drawable's bounds. Positive values move toward the
|
/packages/apps/Music/src/com/android/music/ |
VerticalTextSpinner.java | 261 /* The bounds of the selector */ 280 /* The bounds of the top area where the text should be light */ 309 * Draw the 2nd, 3rd and 4th clipped to the selector bounds in dark 323 /* The bounds of the bottom area where the text should be light */
|
/external/freetype/src/truetype/ |
ttinterp.c | 226 /* A simple bounds-checking macro. */ 228 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) ) [all...] |
/external/skia/include/core/ |
SkCanvas.h | 109 /** the layer should clip against the bounds argument */ 132 @param bounds (may be null) the maximum size the offscreen bitmap needs 139 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint, 146 @param bounds (may be null) the maximum size the offscreen bitmap needs 152 int saveLayerAlpha(const SkRect* bounds, U8CPU alpha, 286 (i.e. the bounds of the path intersects, but the path does not). 306 /** Return the bounds of the current clip (in local coordinates) in the 307 bounds parameter, and return true if it is non-empty. This can be useful 309 outside of these bounds will be clipped out. 311 bool getClipBounds(SkRect* bounds, EdgeType et = kAA_EdgeType) const [all...] |
SkPaint.h | 428 bounds (i.e. there is nothing complex like a patheffect that would make 429 the bounds computation expensive. 440 raw rectangle (the raw bounds of a shape), and adjusts it for stylistic 442 rect parameter. It returns the adjusted bounds that can then be used 740 @param bounds If not NULL, returns the bounds of the text, 747 SkRect* bounds, SkScalar scale = 0) const; 795 @param bounds If not null, returns the bounds for each of 800 SkRect bounds[] = NULL) const [all...] |
SkBuffer.h | 39 fStop = 0; // no bounds checking 107 fStop = 0; // no bounds checking
|
/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | 584 * Finds the next focusable component that fits in this View's bounds 589 * @param leftFocus look for a candidate is the one at the left of the bounds 590 * if leftFocus is true, or at the right of the bounds if leftFocus 592 * @param left the left offset of the bounds in which a focusable must be 595 * returned if it is within my bounds (null is valid) 596 * @return the next focusable component in the bounds or null if none can be found 621 * Finds the next focusable component that fits in the specified bounds. 624 * @param leftFocus look for a candidate is the one at the left of the bounds 625 * if leftFocus is true, or at the right of the bounds if 627 * @param left the left offset of the bounds in which a focusable must b [all...] |
ScrollView.java | 581 * Finds the next focusable component that fits in this View's bounds 586 * @param topFocus look for a candidate is the one at the top of the bounds 587 * if topFocus is true, or at the bottom of the bounds if topFocus is 589 * @param top the top offset of the bounds in which a focusable must be 592 * returned if it is within my bounds (null is valid) 593 * @return the next focusable component in the bounds or null if none can be 619 * Finds the next focusable component that fits in the specified bounds. 622 * @param topFocus look for a candidate is the one at the top of the bounds 623 * if topFocus is true, or at the bottom of the bounds if topFocus is 625 * @param top the top offset of the bounds in which a focusable must b [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
TouchDelegateTest.java | 215 public MockTouchDelegate(Rect bounds, View delegateView) { 216 super(bounds, delegateView);
|
/cts/tools/signature-tools/templates/delta/ |
deltas.stg | 127 $MultiSubDelta(desc="Upper Bounds changed:", deltas=delta.remainingUpperBoundDeltas)$ 132 $SingleSubDelta(desc="Upper Bounds changed:", delta=delta.upperBoundDelta)$
|
/dalvik/libcore/luni/src/main/java/java/io/ |
FilterOutputStream.java | 133 // K002e=Offset out of bounds \: {0} 137 // K0031=Length out of bounds \: {0}
|
StringBufferInputStream.java | 117 // K002e=Offset out of bounds \: {0} 121 // K0031=Length out of bounds \: {0}
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_StringWriter.java | 110 * If offset or count are outside of bounds. 169 * If offset or count are outside of bounds.
|
/external/bison/src/ |
tables.h | 79 in a roundabout way, the bounds of the portion you are trying to 84 I is outside the bounds of what is actually allocated, and the
|
/external/icu4c/common/unicode/ |
urep.h | 71 * @return The UChar (code unit) at offset, or U+FFFF if the offset is out of bounds. 84 * @return The UChar32 (code point) at offset, or U+FFFF if the offset is out of bounds.
|
/external/oprofile/libpopt/ |
poptparse.c | 56 /*@-bounds@*/ 122 /*@=bounds@*/
|
/external/skia/src/utils/ |
SkProxyCanvas.cpp | 33 int SkProxyCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint, 35 return fProxy->saveLayer(bounds, paint, flags);
|
/external/v8/test/mjsunit/ |
arguments-opt.js | 72 // Out-of-bounds integer access with and without argument 125 // Make sure that out-of-bounds access do lookups in the
|