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

  /external/chromium_org/third_party/icu/source/i18n/
brktrans.h 98 UVector32 *boundaries; member in class:BreakTransliterator
  /external/icu/icu4c/source/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
RenderSVGResourceFilter.cpp 147 FloatRect boundaries = enclosingIntRect(filterData->boundaries); local
150 FloatSize deviceSize = context->getCTM().mapSize(boundaries.size());
163 // Clip drawing of filtered image to primitive boundaries.
164 context->clipRect(boundaries);
166 // Get boundaries in device coords.
169 FloatSize size = context->getCTM().mapSize(boundaries.size());
194 context->beginLayer(1, CompositeSourceOver, &boundaries, ColorFilterNone, imageFilter.get());
231 filterData->boundaries = SVGLengthContext::resolveRectangle<SVGFilterElement>(filterElement, filterElement->filterUnits()->currentValue()->enumValue(), targetBoundingBox);
232 if (filterData->boundaries.isEmpty()
    [all...]
RenderSVGShape.cpp 366 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/
FETile.cpp 100 FloatRect boundaries = effect->effectBoundaries(); local
102 result.setX(boundaries.x());
104 result.setY(boundaries.y());
106 result.setWidth(boundaries.width());
108 result.setHeight(boundaries.height());
FilterEffect.cpp 120 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());
519 FloatRect boundaries = effectBoundaries(); local
521 subregion.setX(boundaries.x());
523 subregion.setY(boundaries.y());
525 subregion.setWidth(boundaries.width());
527 subregion.setHeight(boundaries.height())
556 FloatRect boundaries = effectBoundaries(); local
    [all...]
  /external/icu/icu4c/source/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 416 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));
    [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/repository/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 202 milliseconds