HomeSort by relevance Sort by last modified time
    Searched full:overlapping (Results 176 - 200 of 793) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/pixman/pixman/
pixman-region.c 124 * (non-overlapping) rectangles, plus an "extent" rectangle which is the
125 * smallest single rectangle that contains all the non-overlapping rectangles.
644 * Handle a non-overlapping band for the union and subtract operations.
753 int append_non1, /* Append non-overlapping bands
756 int append_non2 /* Append non-overlapping bands
774 int top; /* Top of non-overlapping band */
775 int bot; /* Bottom of non-overlapping band*/
838 * on whether the band being handled is an overlapping or non-overlapping
840 * In the case of a non-overlapping band (only one of the region
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 249 // walks through the non-overlapping files in the level, opening them
513 // and the #bytes overlapping in the level after that are limited.
753 fprintf(stderr, "overlapping ranges in same level %s vs. %s\n",
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_cocoa_controller.mm 47 // overlapping with the current find result, if there's one.
50 // Adjusts the horizontal position if necessary to avoid overlapping with the
  /external/chromium_org/media/filters/
source_buffer_stream.h 64 // of order or overlapping. Assumes all buffers within |buffers| are in
65 // presentation order and are non-overlapping.
  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.c 243 * pre-compacted, overlapping adjacent stage 2/3 blocks.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 350 * Ranges are contiguous or overlapping -- extend this one and return.
352 * Note that it is not this function's task to prevent overlapping
  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 87 // overhead. Copying of overlapping regions is not supported.
98 // faster. Copying of overlapping regions is not supported.
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 93 // overhead. Copying of overlapping regions is not supported.
102 // Copies ecx characters from esi to edi. Copying of overlapping regions is
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 88 // overhead. Copying of overlapping regions is not supported.
99 // faster. Copying of overlapping regions is not supported.
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 88 // overhead. Copying of overlapping regions is not supported.
96 // Copies rcx characters from rsi to rdi. Copying of overlapping regions is
  /external/icu4c/tools/makeconv/
genmbcs.cpp 243 * pre-compacted, overlapping adjacent stage 2/3 blocks.
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 212 // LVI is the first live segment overlapping MBB.
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 350 * Ranges are contiguous or overlapping -- extend this one and return.
352 * Note that it is not this function's task to prevent overlapping
  /external/openfst/src/include/fst/
interval-set.h 130 // Sorts; collapses overlapping and adjacent interals; sets count.
172 // Sorts; collapses overlapping and adjacent interavls; sets count.
  /external/speex/libspeex/
cb_search.c 516 const void *par, /* non-overlapping codebook */
601 const void *par, /* non-overlapping codebook */
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 48 * # White YV12 rectangle, with overlapping turquoise
570 testPrintE(" # White YV12 rectangle, with overlapping turquoise ");
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 59 //! various cases of overlapping between 2 variables
  /development/testrunner/test_defs/
test_walker.py 150 # this is also necessary in case of overlapping tests
  /external/chromium/chrome/browser/extensions/
extension_omnibox_api.cc 27 "Suggestion descriptionStyles must be in increasing non-overlapping order.";
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 24 // the tab strip is placed outside the window's content area, overlapping the
  /external/chromium/net/http/
http_network_layer.cc 71 // will choose the first overlapping protocol in the server's list, since
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 145 // If there are two adjacent overlapping windows, separate them by the
162 // If there are more than two overlapping windows, fan them out from minimum
657 // Sort panels by their X positions and fan out groups of overlapping panels.
658 // The fan out method may result in new overlapping panels however given that
    [all...]
  /external/chromium_org/base/
path_service.cc 43 // providers claim overlapping keys.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
ContentWrapperView.java 240 * Calculates a Rect that prevents this ContentWrapperView from overlapping its siblings.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_editor.js 630 var overlapping =
633 if (overlapping && !tool.hasAttribute('dimmed') ||
634 !overlapping && tool.hasAttribute('dimmed')) {
635 ImageUtil.setAttribute(tool, 'dimmed', overlapping);

Completed in 793 milliseconds

1 2 3 4 5 6 78 91011>>