Searched refs:boundaries (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/icu/source/i18n/
H A Dbrktrans.cpp43 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
[all...]
H A Dbrktrans.h98 UVector32 *boundaries; member in class:BreakTransliterator
/external/icu/icu4c/source/i18n/
H A Dbrktrans.cpp43 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
[all...]
H A Dbrktrans.h98 UVector32 *boundaries; member in class:BreakTransliterator
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
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 DRenderSVGResourceFilter.h46 FloatRect boundaries; member in struct:blink::FilterData
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/icu/source/test/intltest/
H A Drbbiapts.h95 void doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries);
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.h96 void doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries);
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/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/WebKit/Source/core/rendering/
H A DAbstractInlineTextBox.cpp89 FloatRect boundaries = m_inlineTextBox->calculateBoundaries();
90 return m_renderText->localToAbsoluteQuad(boundaries).enclosingBoundingBox();
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/llvm/test/MC/X86/AlignedBundling/
H A Dsingle-inst-bundling.s8 # Will be bundle-aligning to 16 byte boundaries
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex107 Vorbis packets may span page boundaries.
180 end the stream on other than even frame boundaries. The difference
H A D02-bitpacking.tex72 aligned to the boundaries of the byte representation; the next field
197 boundaries maintained in the bitstream.
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc336 AddError("String literals cannot cross line boundaries.");
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc354 AddError("String literals cannot cross line boundaries.");
/external/chromium_org/tools/symsrc/
H A Dpefile.py1583 'AddressOfEntryPoint lies outside the sections\' boundaries. ' +
3568 offset is outside the file's boundaries.
3582 offset is outside the file's boundaries.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2756 /// R.i-j.u R.x-y.v | boundaries overlap ERROR
6050 raise EArgumentOutOfRangeException.Create('replace of boundaries of '
6093 + IOp.ToString + ' within boundaries of previous ' + ROp.ToString);

Completed in 5559 milliseconds

12