Searched refs:toSize (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/test/cintltst/
H A Dcldrtest.c578 int32_t toSize = ures_getSize(fromArray); local
582 if (fromSize > toSize) {
583 fromSize = toSize;
645 int32_t toSize; local
648 const int32_t *toBundleArr = ures_getIntVector(toDateTimeElements, &toSize, &errorCode);
650 if (fromSize > toSize) {
651 fromSize = toSize;
670 int32_t toSize; local
673 const int32_t *toBundleArr = ures_getIntVector(toWeekendData, &toSize, &errorCode);
675 if (fromSize > toSize) {
[all...]
/external/icu4c/test/cintltst/
H A Dcldrtest.c578 int32_t toSize = ures_getSize(fromArray); local
582 if (fromSize > toSize) {
583 fromSize = toSize;
645 int32_t toSize; local
648 const int32_t *toBundleArr = ures_getIntVector(toDateTimeElements, &toSize, &errorCode);
650 if (fromSize > toSize) {
651 fromSize = toSize;
670 int32_t toSize; local
673 const int32_t *toBundleArr = ures_getIntVector(toWeekendData, &toSize, &errorCode);
675 if (fromSize > toSize) {
[all...]
/external/webkit/WebKit/mac/Misc/
H A DWebIconDatabase.mm84 - (void)_scaleIcon:(NSImage *)icon toSize:(NSSize)size;
351 [self _scaleIcon:icon toSize:size];
416 [self _scaleIcon:icon toSize:size];
426 - (void)_scaleIcon:(NSImage *)icon toSize:(NSSize)size
/external/webkit/WebKit/qt/Api/
H A Dqgraphicswebview.cpp587 QSize size = geometry().size().toSize();
699 QSize size = geometry().size().toSize();
719 QSize size = geometry().size().toSize();
/external/webkit/WebCore/page/animation/
H A DAnimationBase.cpp151 unsigned toSize = to.operations().size(); local
152 unsigned size = max(fromSize, toSize);
155 RefPtr<TransformOperation> toOp = (i < toSize) ? to.operations()[i].get() : 0;
/external/webkit/WebCore/platform/graphics/mac/
H A DSimpleFontDataMac.mm335 FontPlatformData smallCapsFont([[NSFontManager sharedFontManager] convertFont:m_platformData.font() toSize:size]);

Completed in 92 milliseconds