Searched
full:bounds (Results
2226 -
2250 of
5192) sorted by null
<<81828384858687888990>>
/external/deqp/doc/testspecs/GLES31/ |
functional.vertex_attribute_binding.txt | 49 - Sourcing elements over buffer bounds
|
/external/deqp/framework/platform/ios/ |
tcuIOSAppDelegate.m | 38 self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
|
/external/e2fsprogs/ext2ed/ |
super_com.c | 136 wprintw (command_win,"Error - Copy number out of bounds\n");refresh_command_win ();return;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CSpinner.java | 348 // set bounds for Spinner and Text 399 // set bounds for Spinner and Text 452 // set bounds for Spinner and Text 499 // set bounds for Spinner and Text
|
/external/icu/icu4c/source/test/intltest/ |
apicoll.h | 145 * Tests bounds API
|
/external/llvm/include/llvm/ADT/ |
SmallBitVector.h | 305 assert(E <= size() && "Attempted to set out-of-bounds range!"); 336 assert(E <= size() && "Attempted to reset out-of-bounds range!"); 371 assert(Idx < size() && "Out-of-bounds Bit access."); 376 assert(Idx < size() && "Out-of-bounds Bit access.");
|
/external/mesa3d/docs/ |
MESA_window_pos.spec | 34 desired window coordinate is outside of the window's bounds one must
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUSubtarget.cpp | 49 "Caps index is out of bounds!");
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_viewport_state.c | 37 * By setting it to NDC bounds of [-1,1], we don't do GB clipping. It's
|
/external/mesa3d/src/mesa/swrast/ |
s_zoom.c | 38 * Compute the bounds of the region resulting from zooming a pixel span. 39 * The resulting region will be entirely inside the window/scissor bounds 44 * \param x0, x1 returned X bounds of zoomed region [x0, x1) 45 * \param y0, y1 returned Y bounds of zoomed region [y0, y1)
|
/external/opencv/cv/src/ |
_cvkdtree.hpp | 315 accum_type dist; // minimum distance from bounds to query point 327 // construct bbf_node given minimum distance to bounds of alternate branch 342 // push bbf_node with bounds of alternate branch, then branch 447 // return all points that lie within the given bounds; inbounds is cleared
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_lowvideo.h | 114 /* The bounds of the window in screen coordinates */
|
/external/skia/include/core/ |
SkDrawLooper.h | 81 * The fast bounds functions are used to enable the paint to be culled early
|
/external/skia/samplecode/ |
SampleCircle.cpp | 14 // ensure that we don't accidentally screw up the bounds when the oval is
|
/external/skia/src/core/ |
SkBBoxRecord.h | 76 bool transformBounds(const SkRect& bounds, const SkPaint* paint);
|
SkDraw.cpp | 1295 SkIRect bounds; local 1429 SkIRect* bounds = &mask.fBounds; local [all...] |
SkPictureRecord.cpp | 177 SkCanvas::SaveLayerStrategy SkPictureRecord::willSaveLayer(const SkRect* bounds, 181 fMCMgr.saveLayer(bounds, paint, flags); 186 this->recordSaveLayer(bounds, paint, flags); 192 this->INHERITED::willSaveLayer(bounds, paint, flags); 201 void SkPictureRecord::recordSaveLayer(const SkRect* bounds, const SkPaint* paint, 203 // op + bool for 'bounds' 205 if (NULL != bounds) { 206 size += sizeof(*bounds); // + rect 214 this->addRectPtr(bounds); 451 * SAVE_LAYER (with NULL == bounds) 1211 SkRect bounds; local [all...] |
SkRecordDraw.cpp | 36 DRAW(SaveLayer, saveLayer(r.bounds, r.paint, r.flags));
|
/external/skia/src/utils/debugger/ |
SkObjectParser.h | 23 Returns a string about a bitmaps bounds and colortype.
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
InstructionOffsetMap.java | 97 super("Instruction index out of bounds: %d", instructionIndex);
|
/external/svox/pico/lib/ |
picospho.h | 133 in addition, BOUNDs of BOUNDstrength = PHR0 are inserted to mark word boundaries
|
/external/valgrind/main/exp-sgcheck/docs/ |
sg-manual.xml | 113 not overlap. Memcheck performs bounds checks and use-after-free 115 created by heap or stack allocations. But it does not perform bounds 118 <para>SGCheck, on the other hand, does do bounds checking for stack or 207 not be able to determine the bounds of any stack or global arrays
|
/frameworks/base/core/java/android/view/ |
ViewGroupOverlay.java | 40 * Adds a View to the overlay. The bounds of the added view should be
|
WindowInfo.java | 114 builder.append(", bounds=").append(boundsInScreen);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
PaintDrawable.java | 27 * Drawable that draws its bounds in the given paint, with optional
|
Completed in 958 milliseconds
<<81828384858687888990>>