/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FilterEffect.cpp | 97 FloatRect boundaries = effectBoundaries(); local 99 sourceClipRect.setX(boundaries.x()); 101 sourceClipRect.setY(boundaries.y()); 103 sourceClipRect.setWidth(boundaries.width()); 105 sourceClipRect.setHeight(boundaries.height()); 469 FloatRect boundaries = effectBoundaries(); local 471 subregion.setX(boundaries.x()); 473 subregion.setY(boundaries.y()); 475 subregion.setWidth(boundaries.width()); 477 subregion.setHeight(boundaries.height()) 505 FloatRect boundaries = effectBoundaries(); local [all...] |
/external/chromium_org/ppapi/api/private/ |
pp_video_frame_private.idl | 30 * struct on 8-byte boundaries as well and pad it to 8 bytes even without this
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_UpdateRect.3 | 11 Makes sure the given area is updated on the given screen\&. The rectangle must be confined within the screen boundaries (no clipping is done)\&.
|
SDL_UpdateRects.3 | 11 Makes sure the given list of rectangles is updated on the given screen\&. The rectangles must all be confined within the screen boundaries (no clipping is done)\&.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/ |
TOOLCHAIN_SOURCES | 4 toolchain/gdb.git: 5f9d38fd85e779aa1fd17eb38d24f8ec994d9147 Sync internal and external versions. This fixed a problem that gdb inserts wrong kind of break points at ARM/THUMB boundaries. The patch is a backport of 3 upstream patches.
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
term_break_iterator.h | 21 // camel case boundaries and alpha/number boundaries. Numbers are defined
|
/bionic/libc/arch-x86/include/machine/ |
asm.h | 134 #define ALIGN_TEXT .align 4 /* 4-byte boundaries */ 135 #define SUPERALIGN_TEXT .align 16 /* 15-byte boundaries */ 138 #define ALIGN_TEXT .align 16 /* 16-byte boundaries */ 139 #define SUPERALIGN_TEXT .align 16 /* 16-byte boundaries */ 142 #define ALIGN_TEXT .align 4 /* 16-byte boundaries */ 143 #define SUPERALIGN_TEXT .align 4 /* 16-byte boundaries */
|
/external/icu4c/samples/break/ |
break.cpp | 91 /* Creating and using text boundaries */ 113 puts("\n Sentence Boundaries... "); 121 printf("\n Word Boundaries... \n");
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_BlockMatch_Integer_8x8.c | 44 * boundaries may extend beyond image boundaries if the image has
|
/dalvik/vm/compiler/template/ia32/ |
TEMPLATE_INTERPRET.S | 20 * FIXME - this won't work as-is. The cache boundaries are not
|
/docs/source.android.com/src/devices/tech/datausage/ |
usage-cycle-resets-dates.jd | 20 resets. Internally, cycle boundaries are defined to end at midnight
|
/external/chromium_org/device/bluetooth/ |
bluetooth_socket_chromeos.h | 53 // have to be read with boundaries between datagrams preserved while rfcomm
|
/external/chromium_org/ppapi/c/private/ |
pp_video_frame_private.h | 43 * struct on 8-byte boundaries as well and pad it to 8 bytes even without this
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TextGranularity.h | 32 // Frame doesn't need the 3 boundaries in this enum.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
touch-action-tests.css | 14 /* Make it easy to visualize div boundaries */
|
/external/chromium_org/tools/gn/ |
pattern_unittest.cc | 26 // Path boundaries.
|
/external/chromium_org/ui/gfx/ |
text_constants.h | 15 // Stop cursor movement on nearest word boundaries.
|
/external/chromium_org/v8/tools/ |
mac-nm | 10 # can't be done partially, because term boundaries are plain text symbols, such
|
/external/compiler-rt/lib/arm/ |
sync_synchronize.S | 31 // tell linker it can break up file at label boundaries
|
/external/hyphenation/ |
README.nonstandard | 22 or with narrow boundaries: 34 narrow boundaries may be better for recent Libhnj. For example, 37 boundaries solves this problem. Java HyFo module can check this problem. 71 These point may be at subregion boundaries: schif3fahrt/ff=,5,1
|
/external/icu4c/samples/datecal/ |
cal.cpp | 56 /* Creating and using text boundaries */
|
/external/llvm/test/MC/X86/AlignedBundling/ |
single-inst-bundling.s | 8 # Will be bundle-aligning to 16 byte boundaries
|
/external/v8/tools/ |
mac-nm | 10 # can't be done partially, because term boundaries are plain text symbols, such
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
ESQueue.h | 42 // Data appended to the queue is always at access unit boundaries.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResourceFilter.cpp | 165 filterData->boundaries = SVGLengthContext::resolveRectangle<SVGFilterElement>(filterElement, filterElement->filterUnitsCurrentValue(), targetBoundingBox); 166 if (filterData->boundaries.isEmpty()) 178 // Determine absolute boundaries of the filter and the drawing region. 179 FloatRect absoluteFilterBoundaries = filterData->shearFreeAbsoluteTransform.mapRect(filterData->boundaries); 181 filterData->drawingRegion.intersect(filterData->boundaries); 186 filterData->filter = SVGFilter::create(filterData->shearFreeAbsoluteTransform, absoluteDrawingRegion, targetBoundingBox, filterData->boundaries, primitiveBoundingBoxMode); 304 if (lastEffect && !filterData->boundaries.isEmpty() && !lastEffect->filterPrimitiveSubregion().isEmpty()) {
|