Searched defs:boundaries (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dbrktrans.h98 UVector32 *boundaries; member in class:BreakTransliterator
/external/icu/icu4c/source/i18n/
H A Dbrktrans.h98 UVector32 *boundaries; member in class:BreakTransliterator
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceFilter.h46 FloatRect boundaries; member in struct:blink::FilterData
H A DRenderSVGResourceFilter.cpp106 context->beginRecording(filterData->boundaries);
108 // We pass the boundaries to SkPictureImageFilter so it knows the
116 context->translate(filterData->boundaries.x(), filterData->boundaries.y());
134 FloatRect boundaries = filterData->boundaries; local
137 FloatSize deviceSize = context->getCTM().mapSize(boundaries.size());
154 // Get boundaries in device coords.
157 FloatSize size = context->getCTM().mapSize(boundaries.size());
182 context->beginLayer(1, CompositeSourceOver, &boundaries, ColorFilterNon
[all...]
H A DRenderSVGShape.cpp366 FloatRect boundaries; local
370 boundaries.unite(marker->markerBoundaries(marker->markerTransformation(m_markerPositions[i].origin, m_markerPositions[i].angle, strokeWidth)));
372 return boundaries;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFETile.cpp99 FloatRect boundaries = effect->effectBoundaries(); local
101 result.setX(boundaries.x());
103 result.setY(boundaries.y());
105 result.setWidth(boundaries.width());
107 result.setHeight(boundaries.height());
H A DFilterEffect.cpp120 FloatRect boundaries = filter()->mapLocalRectToAbsoluteRect(effectBoundaries()); local
122 sourceClipRect.setX(boundaries.x());
124 sourceClipRect.setY(boundaries.y());
126 sourceClipRect.setWidth(boundaries.width());
128 sourceClipRect.setHeight(boundaries.height());
518 FloatRect boundaries = effectBoundaries(); local
520 subregion.setX(boundaries.x());
522 subregion.setY(boundaries.y());
524 subregion.setWidth(boundaries.width());
526 subregion.setHeight(boundaries
555 FloatRect boundaries = effectBoundaries(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFilterEffectRenderer.cpp363 FloatRect boundaries = mapImageFilterRect(imageFilter.get(), m_filterBoxRect); local
365 boundaries.move(-m_filterBoxRect.x(), -m_filterBoxRect.y());
366 context->beginLayer(1, CompositeSourceOver, &boundaries, ColorFilterNone, imageFilter.get());
H A DRenderText.cpp416 FloatRect boundaries = box->calculateBoundaries(); local
423 boundaries.setWidth(ellipsisRect.maxX() - boundaries.x());
425 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y());
427 quads.append(localToAbsoluteQuad(boundaries, 0, wasFixed));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf8tst.c505 * 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[
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c505 * 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[
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp1136 * The right set of boundaries should still be found.
1153 /* Line boundaries will occur before each letter in the original string */
1221 void RBBIAPITest::doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries){ argument
1229 if (i == boundaries[p]) {
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp1139 * The right set of boundaries should still be found.
1156 /* Line boundaries will occur before each letter in the original string */
1444 void RBBIAPITest::doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries){ argument
1452 if (i == boundaries[p]) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4139 milliseconds