HomeSort by relevance Sort by last modified time
    Searched refs:toSize (Results 1 - 12 of 12) sorted by null

  /external/icu4c/test/cintltst/
cldrtest.c 572 int32_t toSize = ures_getSize(fromArray);
576 if (fromSize > toSize) {
577 fromSize = toSize;
639 int32_t toSize;
642 const int32_t *toBundleArr = ures_getIntVector(toDateTimeElements, &toSize, &errorCode);
644 if (fromSize > toSize) {
645 fromSize = toSize;
664 int32_t toSize;
667 const int32_t *toBundleArr = ures_getIntVector(toWeekendData, &toSize, &errorCode);
669 if (fromSize > toSize) {
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 87 - (void)_scaleIcon:(NSImage *)icon toSize:(NSSize)size;
360 [self _scaleIcon:icon toSize:size];
425 [self _scaleIcon:icon toSize:size];
435 - (void)_scaleIcon:(NSImage *)icon toSize:(NSSize)size
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.cpp 442 size.toSize().width(), size.toSize().height());
447 m_naturalSize = size.toSize();
ImageQt.cpp 135 QPixmap scaledPixmap(scaledSize.toSize());
GraphicsLayerQt.cpp 443 pixmap = QPixmap(m_size.toSize());
645 if (!QPixmapCache::find(m_backingStore.key, &backingStore) || backingStore.size() != m_size.toSize())
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 512 QSize size = geometry().size().toSize();
630 QSize size = geometry().size().toSize();
648 QSize size = geometry().size().toSize();
qwebpage.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.cpp 116 page()->setViewportSize(geometry().size().toSize());
qwkpage.cpp 410 q->setViewportSize(wkView->size().toSize());
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 382 FontPlatformData scaledFontData([[NSFontManager sharedFontManager] convertFont:m_platformData.font() toSize:size], size, false, false, m_platformData.orientation());
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 164 unsigned toSize = to.operations().size();
165 unsigned size = max(fromSize, toSize);
168 RefPtr<TransformOperation> toOp = (i < toSize) ? to.operations()[i].get() : 0;
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm 111 font = [fontManager convertFont:font toSize:size];
153 if (!font) font = [fontManager convertFont:WebDefaultFont() toSize:size];
627 if (actualFont) font = [fontManager convertFont:actualFont toSize:fontSize];
    [all...]

Completed in 1821 milliseconds