HomeSort by relevance Sort by last modified time
    Searched refs:boundaries (Results 1 - 15 of 15) sorted by null

  /external/icu4c/i18n/
brktrans.cpp 43 boundaries = new UVector32(status);
53 delete boundaries;
54 boundaries = NULL;
68 boundaries = new UVector32(status);
86 boundaries->removeAllElements();
93 // To make things much easier, we will stack the boundaries, and then insert at the end.
111 boundaries->addElement(boundary, status);
118 if (boundaries->size() != 0) { // if we found something, adjust
119 delta = boundaries->size() * fInsertion.length();
120 lastBoundary = boundaries->lastElementi()
    [all...]
brktrans.h 98 UVector32 *boundaries; member in class:BreakTransliterator
  /external/icu4c/test/intltest/
rbbiapts.h 93 void doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundaries);
rbbiapts.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceFilter.cpp 163 filterData->boundaries = filterElement->filterBoundingBox(targetBoundingBox);
164 if (filterData->boundaries.isEmpty())
176 // Determine absolute boundaries of the filter and the drawing region.
177 FloatRect absoluteFilterBoundaries = filterData->shearFreeAbsoluteTransform.mapRect(filterData->boundaries);
179 drawingRegion.intersect(filterData->boundaries);
184 filterData->filter = SVGFilter::create(filterData->shearFreeAbsoluteTransform, absoluteDrawingRegion, targetBoundingBox, filterData->boundaries, primitiveBoundingBoxMode);
297 if (lastEffect && !filterData->boundaries.isEmpty() && !lastEffect->filterPrimitiveSubregion().isEmpty()) {
RenderSVGResourceFilter.h 55 FloatRect boundaries; member in struct:WebCore::FilterData
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 51 // Repeat the previous tests, minus 1, to verify boundaries.
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 336 AddError("String literals cannot cross line boundaries.");
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 350 IntRect boundaries = box->calculateBoundaries(); local
356 boundaries.setWidth(ellipsisRect.maxX() - boundaries.x());
358 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y());
360 quads.append(localToAbsoluteQuad(FloatRect(boundaries)));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 109 int boundaries, Idx subexp_idx,
2051 int boundaries; local
    [all...]
  /external/v8/src/
jsregexp.cc 4308 int boundaries[] = { local
    [all...]
messages.js 417 * Get a slice of source code from the script. The boundaries for the slice is
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 485 // Here, we calculate the visible boundaries of the app launcher, which
  /dalvik/docs/
prettify.js 513 * The lexing function interprets the patterns to find token boundaries and
814 // Split non comment|string tokens on whitespace and word boundaries
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 553 # Shortcut function for hashPart with block-level boundaries.
    [all...]

Completed in 581 milliseconds