HomeSort by relevance Sort by last modified time
    Searched full:qsize (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/webkit/WebCore/platform/graphics/qt/
IntSizeQt.cpp 30 #include <QSize>
36 IntSize::IntSize(const QSize& r)
42 IntSize::operator QSize() const
44 return QSize(width(), height());
ImageDecoderQt.cpp 158 // If we have a QSize() something failed
159 QSize size = m_reader->size();
194 QSize imageSize = img.size();
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_listen.cpp 58 TPVSocketEvent OsclListenMethod::Listen(uint32 qsize,
64 ListenRequest()->Listen(qsize);
72 void OsclListenRequest::Listen(uint32 qsize)
79 iParam = OSCL_PLACEMENT_NEW(p, ListenParam(qsize));
oscl_socket_listen.h 39 TPVSocketEvent Listen(uint32 qsize,
66 void Listen(uint32 qsize);
oscl_tcp_socket.h 73 inline TPVSocketEvent ListenAsync(uint32 qsize,
173 inline TPVSocketEvent OsclTCPSocketI::ListenAsync(uint32 qsize,
179 return (iListenMethod->Listen(qsize, aTimeout));
oscl_socket.cpp 220 OSCL_EXPORT_REF TPVSocketEvent OsclTCPSocket::ListenAsync(int32 qsize, int32 aTimeoutMsec)
222 return iTCPSocket->ListenAsync(qsize, aTimeoutMsec);
oscl_socket_imp_pv.cpp 135 int32 OsclSocketI::Listen(uint32 qSize)
141 OsclListen(iSocket, qSize, ok, err);
146 OSCL_UNUSED_ARG(qSize);
oscl_socket_imp_base.h 45 virtual int32 Listen(uint32 qSize) = 0;
oscl_socket_imp_pv.h 58 int32 Listen(uint32 qSize);
  /external/webkit/WebKit/qt/Api/
qwebinspector_p.h 24 class QSize;
39 void adjustFrontendSize(const QSize& size);
qwebpage.h 69 Q_PROPERTY(QSize viewportSize READ viewportSize WRITE setViewportSize)
70 Q_PROPERTY(QSize preferredContentsSize READ preferredContentsSize WRITE setPreferredContentsSize)
225 QSize viewportSize() const;
226 void setViewportSize(const QSize &size) const;
228 QSize preferredContentsSize() const;
229 void setPreferredContentsSize(const QSize &size) const;
qwebinspector.h 39 QSize sizeHint() const;
qwebpage_p.h 167 QSize viewportSize;
168 QSize fixedLayoutSize;
qwebframe.h 112 Q_PROPERTY(QSize contentsSize READ contentsSize)
186 QSize contentsSize() const;
215 void contentsSizeChanged(const QSize &size);
qwebinspector.cpp 134 QSize QWebInspector::sizeHint() const
136 return QSize(450, 300);
190 void QWebInspectorPrivate::adjustFrontendSize(const QSize& size)
  /external/dropbear/
gendss.c 34 #define QSIZE 20 /* 160 bit */
73 char buf[QSIZE];
76 genrandom(buf, QSIZE);
78 buf[QSIZE-1] |= 0x01; /* bottom bit high */
80 bytes_to_mp(key->q, buf, QSIZE);
  /external/webkit/WebCore/platform/graphics/
IntSize.h 48 class QSize;
123 IntSize(const QSize&);
124 operator QSize() const;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.h 53 SDL_QWin(const QSize& size);
SDL_sysvideo.cc 223 QSize desktop_size = qApp->desktop()->size();
234 SDL_Win = new SDL_QWin(QSize(QT_HIDDEN_SIZE, QT_HIDDEN_SIZE));
280 QSize desktop_size = qApp->desktop()->size();
  /external/webkit/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 73 QSize viewportSize(1024, 768);
  /external/webkit/WebKit/qt/tests/benchmarks/painting/
tst_painting.cpp 73 QSize viewportSize(1024, 768);
  /external/opencore/doc/oscl_html/
classOsclListenRequest.html 24 <tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOsclListenRequest.html#a1">Listen</a> (uint32 qsize)</td></tr>
69 <td class="mdname1" valign="top" nowrap>&nbsp; <em>qsize</em> </td>
oscl__socket__listen_8h-source.html 27 00022 <a class="code" href="oscl__socket__types_8h.html#a20">TPVSocketEvent</a> <a class="code" href="classOsclListenMethod.html#a1">Listen</a>(uint32 qsize,
51 00049 <span class="keywordtype">void</span> <a class="code" href="classOsclListenRequest.html#a1">Listen</a>(uint32 qsize);
  /external/opencore/pvmi/pvmf/src/
pvmf_port_base_impl.cpp 661 OSCL_EXPORT_REF void PvmfPortBaseImpl::LogMediaMsgInfo(PVMFSharedMediaMsgPtr aMediaMsg, const char* msg, int32 qsize)
665 OSCL_UNUSED_ARG(qsize);
681 , qsize
695 , qsize
708 , qsize
715 OSCL_EXPORT_REF void PvmfPortBaseImpl::LogMediaDataInfo(PVMFSharedMediaDataPtr aMediaData, const char* msg, int32 qsize)
720 OSCL_UNUSED_ARG(qsize);
731 , qsize
    [all...]
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 296 QSize size(0, 0);
305 size = QSize(checkBoxWidth, checkBoxWidth);
312 size = QSize(radioWidth, radioWidth);
319 QSize contentSize = fm.size(Qt::TextShowMnemonic, QString::fromLatin1("X"));
320 QSize pushButtonSize = style->sizeFromContents(QStyle::CT_PushButton,
339 QSize menuListSize = style->sizeFromContents(QStyle::CT_ComboBox,
340 &styleOption, QSize(0, contentHeight), 0);
351 QSize sz = style->sizeFromContents(QStyle::CT_LineEdit,
353 QSize(w, h).expandedTo(QApplication::globalStrut()),

Completed in 1393 milliseconds

1 2 3