Home
last modified time | relevance | path

Searched refs:toSize (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/test/cintltst/
Dcldrtest.c578 int32_t toSize = ures_getSize(fromArray); in compareArrays() local
582 if (fromSize > toSize) { in compareArrays()
583 fromSize = toSize; in compareArrays()
645 int32_t toSize; in compareConsistentCountryInfo() local
648 const int32_t *toBundleArr = ures_getIntVector(toDateTimeElements, &toSize, &errorCode); in compareConsistentCountryInfo()
650 if (fromSize > toSize) { in compareConsistentCountryInfo()
651 fromSize = toSize; in compareConsistentCountryInfo()
670 int32_t toSize; in compareConsistentCountryInfo() local
673 const int32_t *toBundleArr = ures_getIntVector(toWeekendData, &toSize, &errorCode); in compareConsistentCountryInfo()
675 if (fromSize > toSize) { in compareConsistentCountryInfo()
[all …]
/external/chromium/third_party/icu/source/test/cintltst/
Dcldrtest.c578 int32_t toSize = ures_getSize(fromArray); in compareArrays() local
582 if (fromSize > toSize) { in compareArrays()
583 fromSize = toSize; in compareArrays()
645 int32_t toSize; in compareConsistentCountryInfo() local
648 const int32_t *toBundleArr = ures_getIntVector(toDateTimeElements, &toSize, &errorCode); in compareConsistentCountryInfo()
650 if (fromSize > toSize) { in compareConsistentCountryInfo()
651 fromSize = toSize; in compareConsistentCountryInfo()
670 int32_t toSize; in compareConsistentCountryInfo() local
673 const int32_t *toBundleArr = ures_getIntVector(toWeekendData, &toSize, &errorCode); in compareConsistentCountryInfo()
675 if (fromSize > toSize) { in compareConsistentCountryInfo()
[all …]
/external/webkit/WebKit/qt/Api/
Dqgraphicswebview.cpp587 QSize size = geometry().size().toSize(); in setPage()
699 QSize size = geometry().size().toSize(); in updateGeometry()
719 QSize size = geometry().size().toSize(); in setGeometry()
/external/webkit/WebKit/mac/Misc/
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/WebCore/page/animation/
DAnimationBase.cpp151 unsigned toSize = to.operations().size(); in blendFunc() local
152 unsigned size = max(fromSize, toSize); in blendFunc()
155 RefPtr<TransformOperation> toOp = (i < toSize) ? to.operations()[i].get() : 0; in blendFunc()
/external/webkit/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm335 …a smallCapsFont([[NSFontManager sharedFontManager] convertFont:m_platformData.font() toSize:size]);
/external/webkit/WebKit/mac/
DWebKit.order2475 -[WebIconDatabase(WebInternal) _scaleIcon:toSize:]
DChangeLog-2002-12-03583 (-[WebIconDatabase _scaleIcon:toSize:]): disable timings for deployment build
621 (-[WebIconDatabase _scaleIcon:toSize:]):
6771 (-[WebIconDatabase _iconByScalingIcon:toSize:]): tweak
7642 (-[WebIconDatabase _iconByScalingIcon:toSize:]):
7684 …(-[WebIconDatabase _iconByScalingIcon:toSize:]): Commented out wizzy scaling as it was causing an …
7806 (-[WebIconDatabase _iconByScalingIcon:toSize:]):
8271 (-[WebIconDatabase _iconForFileURL:withSize:]): call _iconByScalingIcon:toSize:
8273 (-[WebIconDatabase _cachedIconFromArray:withSize:]): call _iconByScalingIcon:toSize:
8274 (-[WebIconDatabase _iconByScalingIcon:toSize:]): renamed, ifdef'd out wizzy scaling
8413 (-[WebIconDatabase _scaleIcon:toSize:]):
DChangeLog-2007-10-1419825 (-[NSMutableDictionary _scaleIcon:toSize:]):
DChangeLog-2006-02-0927021 (-[WebIconDatabase _scaleIcon:toSize:]): fixed logging code