OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bordersize
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp
55
static const int
borderSize
= 1;
123
listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() -
borderSize
* 2, 0));
126
listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() -
borderSize
* 2, 0));
146
widgetRectInScreen.setHeight(listBox->popupContentHeight() +
borderSize
* 2);
174
int rtlOffset = m_controlPosition.p2().x() - m_controlPosition.p1().x() - (m_listBox->width() +
borderSize
* 2);
183
IntSize targetSize(m_listBox->width() +
borderSize
* 2, m_listBox->height() +
borderSize
* 2);
246
m_listBox->move(
borderSize
,
borderSize
);
249
resize(m_listBox->width() +
borderSize
* 2, m_listBox->height() + borderSize * 2)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
PopupContainerTest.cpp
54
: width(widgetSize.width() -
borderSize
* 2)
55
, height(widgetSize.height() -
borderSize
* 2)
68
static const int
borderSize
= 1; // Should match to kBorderSize in PopupContainer.cpp.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterColorBorderRepresentation.java
147
public void setBorderSize(int
borderSize
) {
148
mParamSize.setValue(
borderSize
);
/frameworks/base/libs/hwui/
FontRenderer.cpp
336
const size_t
borderSize
= formatSize * TEXTURE_BORDER_SIZE;
345
uint8_t* dstL = dst -
borderSize
;
348
memset(dstL, 0, rowSize + 2 *
borderSize
);
351
memset(dstL += dstStride, 0,
borderSize
); // leading border column
353
memset(dstR += dstStride, 0,
borderSize
); // trailing border column
356
memset(dstL += dstStride, 0, rowSize + 2 *
borderSize
);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlotRenderer.java
65
public int
borderSize
;
/external/chromium_org/ui/message_center/cocoa/
notification_controller.mm
630
NSSize
borderSize
=
632
[imageBox setContentViewMargins:
borderSize
];
Completed in 233 milliseconds