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

  /external/chromium_org/third_party/icu/source/i18n/
brktrans.h 98 UVector32 *boundaries; member in class:BreakTransliterator
  /external/icu4c/i18n/
brktrans.h 98 UVector32 *boundaries; member in class:BreakTransliterator
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceFilter.h 50 FloatRect boundaries; member in struct:WebCore::FilterData
RenderSVGShape.cpp 364 FloatRect boundaries; local
368 boundaries.unite(marker->markerBoundaries(marker->markerTransformation(m_markerPositions[i].origin, m_markerPositions[i].angle, strokeWidth)));
370 return boundaries;
  /external/chromium_org/third_party/WebKit/Source/core/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());
459 FloatRect boundaries = effectBoundaries(); local
461 subregion.setX(boundaries.x());
463 subregion.setY(boundaries.y());
465 subregion.setWidth(boundaries.width());
467 subregion.setHeight(boundaries.height())
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 505 * Use a (mostly) well-formed UTF-8 string and test at code point boundaries.
647 * Use a (mostly) well-formed UTF-8 string and test at code point boundaries.
659 static const int8_t boundaries[]={ 0, 1, 5, 7, 10, 12, 16, 17 }; local
665 if(offset != boundaries[i]){
666 log_err("ERROR: UTF8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset);
671 if(offset != boundaries[i]){
672 log_err("ERROR: U8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset);
676 for(i=LENGTHOF(boundaries)-2, offset=LENGTHOF(input); offset>0; --i) {
678 if(offset != boundaries[i]){
679 log_err("ERROR: UTF8_BACK_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 405 FloatRect boundaries = box->calculateBoundaries(); local
412 boundaries.setWidth(ellipsisRect.maxX() - boundaries.x());
414 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y());
416 quads.append(localToAbsoluteQuad(boundaries, 0, wasFixed));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 109 int boundaries, Idx subexp_idx,
2051 int boundaries; local
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 217 milliseconds